mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'ci/enable_c2_tests_default' into 'master'
ci: enable running C2 tests by default See merge request espressif/esp-idf!20981
This commit is contained in:
commit
7a947e829a
@ -178,27 +178,6 @@ build:integration_test:
|
|||||||
- "build:example_test"
|
- "build:example_test"
|
||||||
- build:target_test
|
- build:target_test
|
||||||
|
|
||||||
# due to the lack of runners, c2 tests will only be triggered by label
|
|
||||||
"test:{0}-esp32c2":
|
|
||||||
matrix:
|
|
||||||
- *target_test
|
|
||||||
labels:
|
|
||||||
- "{0}_esp32c2"
|
|
||||||
included_in:
|
|
||||||
- "build:{0}"
|
|
||||||
- "build:{0}-esp32c2"
|
|
||||||
- build:target_test
|
|
||||||
|
|
||||||
# overwrite the esp32c2 component ut again
|
|
||||||
"test:component_ut-esp32c2": # component_ut will trigger by unit_test as well, since now we have 2 kinds of UT
|
|
||||||
labels:
|
|
||||||
- "component_ut_esp32c2"
|
|
||||||
- "unit_test_esp32c2"
|
|
||||||
included_in:
|
|
||||||
- build:component_ut
|
|
||||||
- "build:component_ut-esp32c2"
|
|
||||||
- build:target_test
|
|
||||||
|
|
||||||
"test:integration_test":
|
"test:integration_test":
|
||||||
labels:
|
labels:
|
||||||
- integration_test
|
- integration_test
|
||||||
|
@ -596,11 +596,14 @@
|
|||||||
- <<: *if-label-component_ut
|
- <<: *if-label-component_ut
|
||||||
- <<: *if-label-component_ut_esp32c2
|
- <<: *if-label-component_ut_esp32c2
|
||||||
- <<: *if-label-target_test
|
- <<: *if-label-target_test
|
||||||
|
- <<: *if-label-unit_test
|
||||||
- <<: *if-label-unit_test_esp32c2
|
- <<: *if-label-unit_test_esp32c2
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-build_components
|
changes: *patterns-build_components
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-build_system
|
changes: *patterns-build_system
|
||||||
|
- <<: *if-dev-push
|
||||||
|
changes: *patterns-component_ut
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-component_ut-adc
|
changes: *patterns-component_ut-adc
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
@ -805,6 +808,8 @@
|
|||||||
changes: *patterns-build_components
|
changes: *patterns-build_components
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-build_system
|
changes: *patterns-build_system
|
||||||
|
- <<: *if-dev-push
|
||||||
|
changes: *patterns-custom_test
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-downloadable-tools
|
changes: *patterns-downloadable-tools
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
@ -999,12 +1004,16 @@
|
|||||||
- <<: *if-label-example_test
|
- <<: *if-label-example_test
|
||||||
- <<: *if-label-example_test_esp32c2
|
- <<: *if-label-example_test_esp32c2
|
||||||
- <<: *if-label-target_test
|
- <<: *if-label-target_test
|
||||||
|
- <<: *if-dev-push
|
||||||
|
changes: *patterns-build-example_test
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-build_components
|
changes: *patterns-build_components
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-build_system
|
changes: *patterns-build_system
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-downloadable-tools
|
changes: *patterns-downloadable-tools
|
||||||
|
- <<: *if-dev-push
|
||||||
|
changes: *patterns-example_test
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-example_test-bt
|
changes: *patterns-example_test-bt
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
@ -1367,6 +1376,8 @@
|
|||||||
changes: *patterns-target_test-i154
|
changes: *patterns-target_test-i154
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-target_test-wifi
|
changes: *patterns-target_test-wifi
|
||||||
|
- <<: *if-dev-push
|
||||||
|
changes: *patterns-unit_test
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-unit_test-sdio
|
changes: *patterns-unit_test-sdio
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
@ -1556,8 +1567,13 @@
|
|||||||
- <<: *if-protected
|
- <<: *if-protected
|
||||||
- <<: *if-label-build-only
|
- <<: *if-label-build-only
|
||||||
when: never
|
when: never
|
||||||
|
- <<: *if-label-component_ut
|
||||||
- <<: *if-label-component_ut_esp32c2
|
- <<: *if-label-component_ut_esp32c2
|
||||||
|
- <<: *if-label-target_test
|
||||||
|
- <<: *if-label-unit_test
|
||||||
- <<: *if-label-unit_test_esp32c2
|
- <<: *if-label-unit_test_esp32c2
|
||||||
|
- <<: *if-dev-push
|
||||||
|
changes: *patterns-component_ut
|
||||||
|
|
||||||
.rules:test:component_ut-esp32c2-adc:
|
.rules:test:component_ut-esp32c2-adc:
|
||||||
rules:
|
rules:
|
||||||
@ -1702,7 +1718,11 @@
|
|||||||
- <<: *if-protected
|
- <<: *if-protected
|
||||||
- <<: *if-label-build-only
|
- <<: *if-label-build-only
|
||||||
when: never
|
when: never
|
||||||
|
- <<: *if-label-custom_test
|
||||||
- <<: *if-label-custom_test_esp32c2
|
- <<: *if-label-custom_test_esp32c2
|
||||||
|
- <<: *if-label-target_test
|
||||||
|
- <<: *if-dev-push
|
||||||
|
changes: *patterns-custom_test
|
||||||
|
|
||||||
.rules:test:custom_test-esp32c3:
|
.rules:test:custom_test-esp32c3:
|
||||||
rules:
|
rules:
|
||||||
@ -1815,7 +1835,13 @@
|
|||||||
- <<: *if-protected
|
- <<: *if-protected
|
||||||
- <<: *if-label-build-only
|
- <<: *if-label-build-only
|
||||||
when: never
|
when: never
|
||||||
|
- <<: *if-label-example_test
|
||||||
- <<: *if-label-example_test_esp32c2
|
- <<: *if-label-example_test_esp32c2
|
||||||
|
- <<: *if-label-target_test
|
||||||
|
- <<: *if-dev-push
|
||||||
|
changes: *patterns-build-example_test
|
||||||
|
- <<: *if-dev-push
|
||||||
|
changes: *patterns-example_test
|
||||||
|
|
||||||
.rules:test:example_test-esp32c3:
|
.rules:test:example_test-esp32c3:
|
||||||
rules:
|
rules:
|
||||||
@ -1963,7 +1989,11 @@
|
|||||||
- <<: *if-protected
|
- <<: *if-protected
|
||||||
- <<: *if-label-build-only
|
- <<: *if-label-build-only
|
||||||
when: never
|
when: never
|
||||||
|
- <<: *if-label-target_test
|
||||||
|
- <<: *if-label-unit_test
|
||||||
- <<: *if-label-unit_test_esp32c2
|
- <<: *if-label-unit_test_esp32c2
|
||||||
|
- <<: *if-dev-push
|
||||||
|
changes: *patterns-unit_test
|
||||||
|
|
||||||
.rules:test:unit_test-esp32c3:
|
.rules:test:unit_test-esp32c3:
|
||||||
rules:
|
rules:
|
||||||
|
Loading…
Reference in New Issue
Block a user