mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
ci: add label rules for integration test
fix typo
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
- "tools/**/*"
|
- "tools/**/*"
|
||||||
- ".gitlab-ci.yml"
|
- ".gitlab-ci.yml"
|
||||||
- ".gitlab/ci/common.yml"
|
- ".gitlab/ci/common.yml"
|
||||||
- ".gitlab/ci/integration-test.yml"
|
- ".gitlab/ci/integration_test.yml"
|
||||||
- ".gitmodules"
|
- ".gitmodules"
|
||||||
- "CMakeLists.txt"
|
- "CMakeLists.txt"
|
||||||
- "install.sh"
|
- "install.sh"
|
||||||
@@ -22,6 +22,10 @@
|
|||||||
- if: '$CI_PIPELINE_SOURCE != "merge_request_event"'
|
- if: '$CI_PIPELINE_SOURCE != "merge_request_event"'
|
||||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||||
changes: *patterns-integration_test
|
changes: *patterns-integration_test
|
||||||
|
# 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]+,)*build(?:,[^,\n\r]+)*$/i'
|
||||||
|
|
||||||
gen_integration_pipeline:
|
gen_integration_pipeline:
|
||||||
extends:
|
extends:
|
||||||
|
Reference in New Issue
Block a user