kopia lustrzana https://github.com/espressif/esp-idf
scan test when weekend test.
rodzic
3026d562ec
commit
75ab9223f9
|
@ -123,7 +123,7 @@ check_public_headers:
|
|||
scan_tests:
|
||||
extends:
|
||||
- .scan_build_tests
|
||||
- .rules:build_tests:target_test
|
||||
- .rules:build_tests:target_test-weekend_test
|
||||
artifacts:
|
||||
paths:
|
||||
- $EXAMPLE_TEST_OUTPUT_DIR
|
||||
|
|
|
@ -237,3 +237,13 @@
|
|||
- <<: *if-label-example_test
|
||||
- <<: *if-label-custom_test
|
||||
- <<: *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_ALL_APPS',
|
||||
'BOT_LABEL_REGULAR_TEST',
|
||||
'BOT_LABEL_WEEKEND_TEST',
|
||||
]
|
||||
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue