Merge branch 'ci/update_check_doc_links_tags' into 'master'

Ci: update check doc links tags

See merge request espressif/esp-idf!44703
This commit is contained in:
Chen Yu Dong
2026-01-13 14:09:31 +08:00
2 changed files with 11 additions and 2 deletions
+9 -2
View File
@@ -58,7 +58,9 @@
check_readme_links:
extends:
- .pre_check_template
tags: ["amd64", "brew"]
variables:
GIT_STRATEGY: "fetch"
tags: ["check_doc_links"]
allow_failure: true
rules:
- <<: *if-protected-check
@@ -100,6 +102,9 @@ check_docs_gh_links:
extends:
- .pre_check_template
- .doc-rules:build:docs-full
variables:
GIT_STRATEGY: "fetch"
tags: ["check_doc_links"]
script:
- cd docs
- build-docs gh-linkcheck
@@ -217,7 +222,9 @@ check_doc_links:
needs:
- job: deploy_docs_production
artifacts: false
tags: ["build", "amd64", "internet"]
variables:
GIT_STRATEGY: "fetch"
tags: ["check_doc_links"]
artifacts:
when: always
paths:
+2
View File
@@ -25,6 +25,7 @@
# support trigger by ci labels
- if: '$CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*target_test(?:,[^,\n\r]+)*$/i'
- if: '$CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*integration_test(?:,[^,\n\r]+)*$/i'
- if: '$CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*qa-test(?:,[^,\n\r]+)*$/i'
- if: '$CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*build(?:,[^,\n\r]+)*$/i'
gen_integration_pipeline:
@@ -36,6 +37,7 @@ gen_integration_pipeline:
cache: []
tags: [fast_run, shiny]
variables:
GIT_STRATEGY: "fetch"
SUBMODULES_TO_FETCH: "none"
GIT_LFS_SKIP_SMUDGE: 1
needs: []