mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
Merge branch 'ci/enable_c2_tests_default_v5.0' into 'release/v5.0'
ci: enable running C2 tests by default (v5.0) See merge request espressif/esp-idf!21105
This commit is contained in:
@ -155,27 +155,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
|
||||||
|
@ -537,11 +537,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
|
||||||
|
|
||||||
@ -677,6 +680,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
|
||||||
|
|
||||||
.rules:build:custom_test-esp32c3:
|
.rules:build:custom_test-esp32c3:
|
||||||
rules:
|
rules:
|
||||||
@ -818,10 +823,14 @@
|
|||||||
- <<: *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
|
||||||
|
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
|
||||||
@ -1075,6 +1084,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-unit_test
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-unit_test-sdio
|
changes: *patterns-unit_test-sdio
|
||||||
|
|
||||||
@ -1273,8 +1284,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:
|
||||||
@ -1696,7 +1712,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-esp32c2-adc:
|
.rules:test:custom_test-esp32c2-adc:
|
||||||
rules:
|
rules:
|
||||||
@ -2117,7 +2137,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-esp32c2-adc:
|
.rules:test:example_test-esp32c2-adc:
|
||||||
rules:
|
rules:
|
||||||
@ -2604,7 +2630,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-esp32c2-adc:
|
.rules:test:unit_test-esp32c2-adc:
|
||||||
rules:
|
rules:
|
||||||
|
Reference in New Issue
Block a user