mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 21:54:33 +02:00
ci: components and build_system patterns will run build_ssc as well
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