mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
feat(test): Lower the scope when win tests are automatically executed
Introduced new rule "atterns-build_system_win", that coveres scope for windows test. It currently contains only "tools/test_build_system/**/*".
This commit is contained in:
@ -91,4 +91,4 @@
|
|||||||
specific_rules:
|
specific_rules:
|
||||||
- if-schedule-test-build-system-windows
|
- if-schedule-test-build-system-windows
|
||||||
patterns:
|
patterns:
|
||||||
- build_system
|
- build_system_win
|
||||||
|
@ -56,6 +56,9 @@
|
|||||||
- "tools/ci/ci_build_apps.py"
|
- "tools/ci/ci_build_apps.py"
|
||||||
- "tools/test_build_system/**/*"
|
- "tools/test_build_system/**/*"
|
||||||
|
|
||||||
|
.patterns-build_system_win: &patterns-build_system_win
|
||||||
|
- "tools/test_build_system/**/*"
|
||||||
|
|
||||||
.patterns-build_macos: &patterns-build_macos
|
.patterns-build_macos: &patterns-build_macos
|
||||||
- "tools/ci/test_configure_ci_environment.sh"
|
- "tools/ci/test_configure_ci_environment.sh"
|
||||||
|
|
||||||
@ -392,7 +395,7 @@
|
|||||||
- <<: *if-schedule-test-build-system-windows
|
- <<: *if-schedule-test-build-system-windows
|
||||||
- <<: *if-label-windows
|
- <<: *if-label-windows
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-build_system
|
changes: *patterns-build_system_win
|
||||||
|
|
||||||
.rules:test:host_test:
|
.rules:test:host_test:
|
||||||
rules:
|
rules:
|
||||||
|
Reference in New Issue
Block a user