mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
scan test when weekend test.
This commit is contained in:
@@ -123,7 +123,7 @@ check_public_headers:
|
|||||||
scan_tests:
|
scan_tests:
|
||||||
extends:
|
extends:
|
||||||
- .scan_build_tests
|
- .scan_build_tests
|
||||||
- .rules:build_tests:target_test
|
- .rules:build_tests:target_test-weekend_test
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- $EXAMPLE_TEST_OUTPUT_DIR
|
- $EXAMPLE_TEST_OUTPUT_DIR
|
||||||
|
@@ -237,3 +237,13 @@
|
|||||||
- <<: *if-label-example_test
|
- <<: *if-label-example_test
|
||||||
- <<: *if-label-custom_test
|
- <<: *if-label-custom_test
|
||||||
- <<: *if-label-unit_test-all_targets
|
- <<: *if-label-unit_test-all_targets
|
||||||
|
|
||||||
|
.rules:build_tests:target_test-weekend_test:
|
||||||
|
rules:
|
||||||
|
- <<: *if-protected-no_label
|
||||||
|
- <<: *if-label-build
|
||||||
|
- <<: *if-label-regular_test
|
||||||
|
- <<: *if-label-example_test
|
||||||
|
- <<: *if-label-custom_test
|
||||||
|
- <<: *if-label-unit_test-all_targets
|
||||||
|
- <<: *if-label-weekend_test
|
||||||
|
@@ -20,6 +20,7 @@ BUILD_ALL_LABELS = [
|
|||||||
'BOT_LABEL_BUILD',
|
'BOT_LABEL_BUILD',
|
||||||
'BOT_LABEL_BUILD_ALL_APPS',
|
'BOT_LABEL_BUILD_ALL_APPS',
|
||||||
'BOT_LABEL_REGULAR_TEST',
|
'BOT_LABEL_REGULAR_TEST',
|
||||||
|
'BOT_LABEL_WEEKEND_TEST',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user