mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 13:44:32 +02:00
Merge branch 'bugfix/ci/run_build_ssc_when_components_or_build_system_changes' into 'master'
ci: components and build_system patterns will run build_ssc as well See merge request espressif/esp-idf!13077
This commit is contained in:
@@ -78,6 +78,13 @@
|
|||||||
- build_components
|
- build_components
|
||||||
- build_system
|
- build_system
|
||||||
|
|
||||||
|
build:integration_test:
|
||||||
|
labels:
|
||||||
|
- build
|
||||||
|
patterns:
|
||||||
|
- build_components
|
||||||
|
- build_system
|
||||||
|
|
||||||
# -------------
|
# -------------
|
||||||
# Special Cases
|
# Special Cases
|
||||||
# -------------
|
# -------------
|
||||||
|
@@ -573,7 +573,12 @@
|
|||||||
.rules:build:integration_test:
|
.rules:build:integration_test:
|
||||||
rules:
|
rules:
|
||||||
- <<: *if-protected
|
- <<: *if-protected
|
||||||
|
- <<: *if-label-build
|
||||||
- <<: *if-label-integration_test
|
- <<: *if-label-integration_test
|
||||||
|
- <<: *if-dev-push
|
||||||
|
changes: *patterns-build_components
|
||||||
|
- <<: *if-dev-push
|
||||||
|
changes: *patterns-build_system
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-integration_test
|
changes: *patterns-integration_test
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user