mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'test/ci_assign_test_regular' into 'master'
ci: add assign_test into regular test See merge request espressif/esp-idf!10998
This commit is contained in:
commit
54e8ec29b2
@ -1,6 +1,6 @@
|
||||
assign_test:
|
||||
extends:
|
||||
- .rules:tests:target_test-integration_test-weekend_test
|
||||
- .rules:assign_test:target_test-integration_test-weekend_test
|
||||
tags:
|
||||
- assign_test
|
||||
image: $CI_DOCKER_REGISTRY/ubuntu-test-env$BOT_DOCKER_IMAGE_TAG
|
||||
|
@ -183,9 +183,10 @@
|
||||
- <<: *if-protected-no_label
|
||||
- <<: *if-label-integration_test
|
||||
|
||||
.rules:tests:target_test-integration_test-weekend_test:
|
||||
.rules:assign_test:target_test-integration_test-weekend_test:
|
||||
rules:
|
||||
- <<: *if-protected-no_label
|
||||
- <<: *if-label-regular_test
|
||||
- <<: *if-label-example_test
|
||||
- <<: *if-label-custom_test
|
||||
- <<: *if-label-unit_test-all_targets
|
||||
|
Loading…
Reference in New Issue
Block a user