mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 18:49:08 -04:00
Merge branch 'bugfix/ci_tag_for_cmake_linter' into 'master'
ci: A small CI stabilizing fix See merge request idf/esp-idf!3801
This commit is contained in:
commit
e224b8a43a
@ -385,9 +385,17 @@ build_docs:
|
|||||||
- make html
|
- make html
|
||||||
- ../check_doc_warnings.sh
|
- ../check_doc_warnings.sh
|
||||||
|
|
||||||
verify_cmake_style:
|
.check_job_template: &check_job_template
|
||||||
stage: build
|
stage: check
|
||||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
|
image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
|
||||||
|
tags:
|
||||||
|
- host_test
|
||||||
|
dependencies: []
|
||||||
|
before_script: *do_nothing_before_no_filter
|
||||||
|
|
||||||
|
verify_cmake_style:
|
||||||
|
<<: *check_job_template
|
||||||
|
stage: build
|
||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
- $BOT_TRIGGER_WITH_LABEL == null
|
- $BOT_TRIGGER_WITH_LABEL == null
|
||||||
@ -685,14 +693,6 @@ check_doc_links:
|
|||||||
- cd docs
|
- cd docs
|
||||||
- make linkcheck
|
- make linkcheck
|
||||||
|
|
||||||
.check_job_template: &check_job_template
|
|
||||||
stage: check
|
|
||||||
image: $CI_DOCKER_REGISTRY/esp32-ci-env$BOT_DOCKER_IMAGE_TAG
|
|
||||||
tags:
|
|
||||||
- build
|
|
||||||
dependencies: []
|
|
||||||
before_script: *do_nothing_before_no_filter
|
|
||||||
|
|
||||||
check_line_endings:
|
check_line_endings:
|
||||||
<<: *check_job_template
|
<<: *check_job_template
|
||||||
script:
|
script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user