|
|
@@ -281,6 +281,9 @@
|
|
|
.if-label-component_ut_esp32: &if-label-component_ut_esp32
|
|
|
if: '$BOT_LABEL_COMPONENT_UT_ESP32 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*component_ut_esp32(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
+.if-label-component_ut_esp32c2: &if-label-component_ut_esp32c2
|
|
|
+ if: '$BOT_LABEL_COMPONENT_UT_ESP32C2 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*component_ut_esp32c2(?:,[^,\n\r]+)*$/i'
|
|
|
+
|
|
|
.if-label-component_ut_esp32c3: &if-label-component_ut_esp32c3
|
|
|
if: '$BOT_LABEL_COMPONENT_UT_ESP32C3 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*component_ut_esp32c3(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
@@ -293,15 +296,15 @@
|
|
|
.if-label-component_ut_esp32s3: &if-label-component_ut_esp32s3
|
|
|
if: '$BOT_LABEL_COMPONENT_UT_ESP32S3 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*component_ut_esp32s3(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
-.if-label-component_ut_esp8684: &if-label-component_ut_esp8684
|
|
|
- if: '$BOT_LABEL_COMPONENT_UT_ESP8684 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*component_ut_esp8684(?:,[^,\n\r]+)*$/i'
|
|
|
-
|
|
|
.if-label-custom_test: &if-label-custom_test
|
|
|
if: '$BOT_LABEL_CUSTOM_TEST || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*custom_test(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
.if-label-custom_test_esp32: &if-label-custom_test_esp32
|
|
|
if: '$BOT_LABEL_CUSTOM_TEST_ESP32 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*custom_test_esp32(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
+.if-label-custom_test_esp32c2: &if-label-custom_test_esp32c2
|
|
|
+ if: '$BOT_LABEL_CUSTOM_TEST_ESP32C2 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*custom_test_esp32c2(?:,[^,\n\r]+)*$/i'
|
|
|
+
|
|
|
.if-label-custom_test_esp32c3: &if-label-custom_test_esp32c3
|
|
|
if: '$BOT_LABEL_CUSTOM_TEST_ESP32C3 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*custom_test_esp32c3(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
@@ -314,9 +317,6 @@
|
|
|
.if-label-custom_test_esp32s3: &if-label-custom_test_esp32s3
|
|
|
if: '$BOT_LABEL_CUSTOM_TEST_ESP32S3 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*custom_test_esp32s3(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
-.if-label-custom_test_esp8684: &if-label-custom_test_esp8684
|
|
|
- if: '$BOT_LABEL_CUSTOM_TEST_ESP8684 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*custom_test_esp8684(?:,[^,\n\r]+)*$/i'
|
|
|
-
|
|
|
.if-label-docker: &if-label-docker
|
|
|
if: '$BOT_LABEL_DOCKER || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*docker(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
@@ -326,6 +326,9 @@
|
|
|
.if-label-example_test_esp32: &if-label-example_test_esp32
|
|
|
if: '$BOT_LABEL_EXAMPLE_TEST_ESP32 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*example_test_esp32(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
+.if-label-example_test_esp32c2: &if-label-example_test_esp32c2
|
|
|
+ if: '$BOT_LABEL_EXAMPLE_TEST_ESP32C2 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*example_test_esp32c2(?:,[^,\n\r]+)*$/i'
|
|
|
+
|
|
|
.if-label-example_test_esp32c3: &if-label-example_test_esp32c3
|
|
|
if: '$BOT_LABEL_EXAMPLE_TEST_ESP32C3 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*example_test_esp32c3(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
@@ -338,9 +341,6 @@
|
|
|
.if-label-example_test_esp32s3: &if-label-example_test_esp32s3
|
|
|
if: '$BOT_LABEL_EXAMPLE_TEST_ESP32S3 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*example_test_esp32s3(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
-.if-label-example_test_esp8684: &if-label-example_test_esp8684
|
|
|
- if: '$BOT_LABEL_EXAMPLE_TEST_ESP8684 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*example_test_esp8684(?:,[^,\n\r]+)*$/i'
|
|
|
-
|
|
|
.if-label-fuzzer_test: &if-label-fuzzer_test
|
|
|
if: '$BOT_LABEL_FUZZER_TEST || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*fuzzer_test(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
@@ -371,6 +371,9 @@
|
|
|
.if-label-unit_test_esp32: &if-label-unit_test_esp32
|
|
|
if: '$BOT_LABEL_UNIT_TEST_ESP32 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*unit_test_esp32(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
+.if-label-unit_test_esp32c2: &if-label-unit_test_esp32c2
|
|
|
+ if: '$BOT_LABEL_UNIT_TEST_ESP32C2 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*unit_test_esp32c2(?:,[^,\n\r]+)*$/i'
|
|
|
+
|
|
|
.if-label-unit_test_esp32c3: &if-label-unit_test_esp32c3
|
|
|
if: '$BOT_LABEL_UNIT_TEST_ESP32C3 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*unit_test_esp32c3(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
@@ -383,9 +386,6 @@
|
|
|
.if-label-unit_test_esp32s3: &if-label-unit_test_esp32s3
|
|
|
if: '$BOT_LABEL_UNIT_TEST_ESP32S3 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*unit_test_esp32s3(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
-.if-label-unit_test_esp8684: &if-label-unit_test_esp8684
|
|
|
- if: '$BOT_LABEL_UNIT_TEST_ESP8684 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*unit_test_esp8684(?:,[^,\n\r]+)*$/i'
|
|
|
-
|
|
|
.if-label-weekend_test: &if-label-weekend_test
|
|
|
if: '$BOT_LABEL_WEEKEND_TEST || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*weekend_test(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
@@ -420,6 +420,23 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-component_ut
|
|
|
|
|
|
+.rules:build:component_ut-esp32c2:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build
|
|
|
+ - <<: *if-label-component_ut
|
|
|
+ - <<: *if-label-component_ut_esp32c2
|
|
|
+ - <<: *if-label-unit_test
|
|
|
+ - <<: *if-label-unit_test_esp32c2
|
|
|
+ - <<: *if-dev-push
|
|
|
+ changes: *patterns-build_components
|
|
|
+ - <<: *if-dev-push
|
|
|
+ changes: *patterns-build_system
|
|
|
+ - <<: *if-dev-push
|
|
|
+ changes: *patterns-component_ut
|
|
|
+
|
|
|
.rules:build:component_ut-esp32c3:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -488,32 +505,30 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-component_ut
|
|
|
|
|
|
-.rules:build:component_ut-esp8684:
|
|
|
+.rules:build:custom_test-esp32:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
- <<: *if-protected
|
|
|
- <<: *if-label-build
|
|
|
- - <<: *if-label-component_ut
|
|
|
- - <<: *if-label-component_ut_esp8684
|
|
|
- - <<: *if-label-unit_test
|
|
|
- - <<: *if-label-unit_test_esp8684
|
|
|
+ - <<: *if-label-custom_test
|
|
|
+ - <<: *if-label-custom_test_esp32
|
|
|
+ - <<: *if-label-weekend_test
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build_components
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build_system
|
|
|
- <<: *if-dev-push
|
|
|
- changes: *patterns-component_ut
|
|
|
+ changes: *patterns-custom_test
|
|
|
|
|
|
-.rules:build:custom_test-esp32:
|
|
|
+.rules:build:custom_test-esp32c2:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
- <<: *if-protected
|
|
|
- <<: *if-label-build
|
|
|
- <<: *if-label-custom_test
|
|
|
- - <<: *if-label-custom_test_esp32
|
|
|
- - <<: *if-label-weekend_test
|
|
|
+ - <<: *if-label-custom_test_esp32c2
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build_components
|
|
|
- <<: *if-dev-push
|
|
|
@@ -581,21 +596,6 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-custom_test
|
|
|
|
|
|
-.rules:build:custom_test-esp8684:
|
|
|
- rules:
|
|
|
- - <<: *if-revert-branch
|
|
|
- when: never
|
|
|
- - <<: *if-protected
|
|
|
- - <<: *if-label-build
|
|
|
- - <<: *if-label-custom_test
|
|
|
- - <<: *if-label-custom_test_esp8684
|
|
|
- - <<: *if-dev-push
|
|
|
- changes: *patterns-build_components
|
|
|
- - <<: *if-dev-push
|
|
|
- changes: *patterns-build_system
|
|
|
- - <<: *if-dev-push
|
|
|
- changes: *patterns-custom_test
|
|
|
-
|
|
|
.rules:build:docker:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -624,14 +624,14 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test
|
|
|
|
|
|
-.rules:build:example_test-esp32c3:
|
|
|
+.rules:build:example_test-esp32c2:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
- <<: *if-protected
|
|
|
- <<: *if-label-build
|
|
|
- <<: *if-label-example_test
|
|
|
- - <<: *if-label-example_test_esp32c3
|
|
|
+ - <<: *if-label-example_test_esp32c2
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build-example_test
|
|
|
- <<: *if-dev-push
|
|
|
@@ -641,14 +641,14 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test
|
|
|
|
|
|
-.rules:build:example_test-esp32h2:
|
|
|
+.rules:build:example_test-esp32c3:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
- <<: *if-protected
|
|
|
- <<: *if-label-build
|
|
|
- <<: *if-label-example_test
|
|
|
- - <<: *if-label-example_test_esp32h2
|
|
|
+ - <<: *if-label-example_test_esp32c3
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build-example_test
|
|
|
- <<: *if-dev-push
|
|
|
@@ -658,14 +658,14 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test
|
|
|
|
|
|
-.rules:build:example_test-esp32s2:
|
|
|
+.rules:build:example_test-esp32h2:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
- <<: *if-protected
|
|
|
- <<: *if-label-build
|
|
|
- <<: *if-label-example_test
|
|
|
- - <<: *if-label-example_test_esp32s2
|
|
|
+ - <<: *if-label-example_test_esp32h2
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build-example_test
|
|
|
- <<: *if-dev-push
|
|
|
@@ -675,14 +675,14 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test
|
|
|
|
|
|
-.rules:build:example_test-esp32s3:
|
|
|
+.rules:build:example_test-esp32s2:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
- <<: *if-protected
|
|
|
- <<: *if-label-build
|
|
|
- <<: *if-label-example_test
|
|
|
- - <<: *if-label-example_test_esp32s3
|
|
|
+ - <<: *if-label-example_test_esp32s2
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build-example_test
|
|
|
- <<: *if-dev-push
|
|
|
@@ -692,14 +692,14 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test
|
|
|
|
|
|
-.rules:build:example_test-esp8684:
|
|
|
+.rules:build:example_test-esp32s3:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
- <<: *if-protected
|
|
|
- <<: *if-label-build
|
|
|
- <<: *if-label-example_test
|
|
|
- - <<: *if-label-example_test_esp8684
|
|
|
+ - <<: *if-label-example_test_esp32s3
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build-example_test
|
|
|
- <<: *if-dev-push
|
|
|
@@ -742,34 +742,34 @@
|
|
|
- <<: *if-label-build
|
|
|
- <<: *if-label-component_ut
|
|
|
- <<: *if-label-component_ut_esp32
|
|
|
+ - <<: *if-label-component_ut_esp32c2
|
|
|
- <<: *if-label-component_ut_esp32c3
|
|
|
- <<: *if-label-component_ut_esp32h2
|
|
|
- <<: *if-label-component_ut_esp32s2
|
|
|
- <<: *if-label-component_ut_esp32s3
|
|
|
- - <<: *if-label-component_ut_esp8684
|
|
|
- <<: *if-label-custom_test
|
|
|
- <<: *if-label-custom_test_esp32
|
|
|
+ - <<: *if-label-custom_test_esp32c2
|
|
|
- <<: *if-label-custom_test_esp32c3
|
|
|
- <<: *if-label-custom_test_esp32h2
|
|
|
- <<: *if-label-custom_test_esp32s2
|
|
|
- <<: *if-label-custom_test_esp32s3
|
|
|
- - <<: *if-label-custom_test_esp8684
|
|
|
- <<: *if-label-example_test
|
|
|
- <<: *if-label-example_test_esp32
|
|
|
+ - <<: *if-label-example_test_esp32c2
|
|
|
- <<: *if-label-example_test_esp32c3
|
|
|
- <<: *if-label-example_test_esp32h2
|
|
|
- <<: *if-label-example_test_esp32s2
|
|
|
- <<: *if-label-example_test_esp32s3
|
|
|
- - <<: *if-label-example_test_esp8684
|
|
|
- <<: *if-label-integration_test
|
|
|
- <<: *if-label-iperf_stress_test
|
|
|
- <<: *if-label-unit_test
|
|
|
- <<: *if-label-unit_test_esp32
|
|
|
+ - <<: *if-label-unit_test_esp32c2
|
|
|
- <<: *if-label-unit_test_esp32c3
|
|
|
- <<: *if-label-unit_test_esp32h2
|
|
|
- <<: *if-label-unit_test_esp32s2
|
|
|
- <<: *if-label-unit_test_esp32s3
|
|
|
- - <<: *if-label-unit_test_esp8684
|
|
|
- <<: *if-label-weekend_test
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build-example_test
|
|
|
@@ -803,14 +803,14 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-unit_test
|
|
|
|
|
|
-.rules:build:unit_test-esp32c3:
|
|
|
+.rules:build:unit_test-esp32c2:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
- <<: *if-protected
|
|
|
- <<: *if-label-build
|
|
|
- <<: *if-label-unit_test
|
|
|
- - <<: *if-label-unit_test_esp32c3
|
|
|
+ - <<: *if-label-unit_test_esp32c2
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build_components
|
|
|
- <<: *if-dev-push
|
|
|
@@ -818,14 +818,14 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-unit_test
|
|
|
|
|
|
-.rules:build:unit_test-esp32h2:
|
|
|
+.rules:build:unit_test-esp32c3:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
- <<: *if-protected
|
|
|
- <<: *if-label-build
|
|
|
- <<: *if-label-unit_test
|
|
|
- - <<: *if-label-unit_test_esp32h2
|
|
|
+ - <<: *if-label-unit_test_esp32c3
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build_components
|
|
|
- <<: *if-dev-push
|
|
|
@@ -833,14 +833,14 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-unit_test
|
|
|
|
|
|
-.rules:build:unit_test-esp32s2:
|
|
|
+.rules:build:unit_test-esp32h2:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
- <<: *if-protected
|
|
|
- <<: *if-label-build
|
|
|
- <<: *if-label-unit_test
|
|
|
- - <<: *if-label-unit_test_esp32s2
|
|
|
+ - <<: *if-label-unit_test_esp32h2
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build_components
|
|
|
- <<: *if-dev-push
|
|
|
@@ -848,14 +848,14 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-unit_test
|
|
|
|
|
|
-.rules:build:unit_test-esp32s3:
|
|
|
+.rules:build:unit_test-esp32s2:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
- <<: *if-protected
|
|
|
- <<: *if-label-build
|
|
|
- <<: *if-label-unit_test
|
|
|
- - <<: *if-label-unit_test_esp32s3
|
|
|
+ - <<: *if-label-unit_test_esp32s2
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build_components
|
|
|
- <<: *if-dev-push
|
|
|
@@ -863,14 +863,14 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-unit_test
|
|
|
|
|
|
-.rules:build:unit_test-esp8684:
|
|
|
+.rules:build:unit_test-esp32s3:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
- <<: *if-protected
|
|
|
- <<: *if-label-build
|
|
|
- <<: *if-label-unit_test
|
|
|
- - <<: *if-label-unit_test_esp8684
|
|
|
+ - <<: *if-label-unit_test_esp32s3
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build_components
|
|
|
- <<: *if-dev-push
|
|
|
@@ -924,35 +924,35 @@
|
|
|
when: never
|
|
|
- <<: *if-label-component_ut
|
|
|
- <<: *if-label-component_ut_esp32
|
|
|
+ - <<: *if-label-component_ut_esp32c2
|
|
|
- <<: *if-label-component_ut_esp32c3
|
|
|
- <<: *if-label-component_ut_esp32h2
|
|
|
- <<: *if-label-component_ut_esp32s2
|
|
|
- <<: *if-label-component_ut_esp32s3
|
|
|
- - <<: *if-label-component_ut_esp8684
|
|
|
- <<: *if-label-custom_test
|
|
|
- <<: *if-label-custom_test_esp32
|
|
|
+ - <<: *if-label-custom_test_esp32c2
|
|
|
- <<: *if-label-custom_test_esp32c3
|
|
|
- <<: *if-label-custom_test_esp32h2
|
|
|
- <<: *if-label-custom_test_esp32s2
|
|
|
- <<: *if-label-custom_test_esp32s3
|
|
|
- - <<: *if-label-custom_test_esp8684
|
|
|
- <<: *if-label-example_test
|
|
|
- <<: *if-label-example_test_esp32
|
|
|
+ - <<: *if-label-example_test_esp32c2
|
|
|
- <<: *if-label-example_test_esp32c3
|
|
|
- <<: *if-label-example_test_esp32h2
|
|
|
- <<: *if-label-example_test_esp32s2
|
|
|
- <<: *if-label-example_test_esp32s3
|
|
|
- - <<: *if-label-example_test_esp8684
|
|
|
- <<: *if-label-host_test
|
|
|
- <<: *if-label-integration_test
|
|
|
- <<: *if-label-iperf_stress_test
|
|
|
- <<: *if-label-unit_test
|
|
|
- <<: *if-label-unit_test_esp32
|
|
|
+ - <<: *if-label-unit_test_esp32c2
|
|
|
- <<: *if-label-unit_test_esp32c3
|
|
|
- <<: *if-label-unit_test_esp32h2
|
|
|
- <<: *if-label-unit_test_esp32s2
|
|
|
- <<: *if-label-unit_test_esp32s3
|
|
|
- - <<: *if-label-unit_test_esp8684
|
|
|
- <<: *if-label-weekend_test
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build-example_test
|
|
|
@@ -983,6 +983,20 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-component_ut
|
|
|
|
|
|
+.rules:test:component_ut-esp32c2:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-component_ut
|
|
|
+ - <<: *if-label-component_ut_esp32c2
|
|
|
+ - <<: *if-label-unit_test
|
|
|
+ - <<: *if-label-unit_test_esp32c2
|
|
|
+ - <<: *if-dev-push
|
|
|
+ changes: *patterns-component_ut
|
|
|
+
|
|
|
.rules:test:component_ut-esp32c3:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -1039,21 +1053,19 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-component_ut
|
|
|
|
|
|
-.rules:test:component_ut-esp8684:
|
|
|
+.rules:test:custom_test-esp32:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
- <<: *if-protected
|
|
|
- <<: *if-label-build-only
|
|
|
when: never
|
|
|
- - <<: *if-label-component_ut
|
|
|
- - <<: *if-label-component_ut_esp8684
|
|
|
- - <<: *if-label-unit_test
|
|
|
- - <<: *if-label-unit_test_esp8684
|
|
|
+ - <<: *if-label-custom_test
|
|
|
+ - <<: *if-label-custom_test_esp32
|
|
|
- <<: *if-dev-push
|
|
|
- changes: *patterns-component_ut
|
|
|
+ changes: *patterns-custom_test
|
|
|
|
|
|
-.rules:test:custom_test-esp32:
|
|
|
+.rules:test:custom_test-esp32c2:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
@@ -1061,7 +1073,7 @@
|
|
|
- <<: *if-label-build-only
|
|
|
when: never
|
|
|
- <<: *if-label-custom_test
|
|
|
- - <<: *if-label-custom_test_esp32
|
|
|
+ - <<: *if-label-custom_test_esp32c2
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-custom_test
|
|
|
|
|
|
@@ -1113,19 +1125,21 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-custom_test
|
|
|
|
|
|
-.rules:test:custom_test-esp8684:
|
|
|
+.rules:test:example_test-esp32:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
- <<: *if-protected
|
|
|
- <<: *if-label-build-only
|
|
|
when: never
|
|
|
- - <<: *if-label-custom_test
|
|
|
- - <<: *if-label-custom_test_esp8684
|
|
|
+ - <<: *if-label-example_test
|
|
|
+ - <<: *if-label-example_test_esp32
|
|
|
- <<: *if-dev-push
|
|
|
- changes: *patterns-custom_test
|
|
|
+ changes: *patterns-build-example_test
|
|
|
+ - <<: *if-dev-push
|
|
|
+ changes: *patterns-example_test
|
|
|
|
|
|
-.rules:test:example_test-esp32:
|
|
|
+.rules:test:example_test-esp32c2:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
@@ -1133,7 +1147,7 @@
|
|
|
- <<: *if-label-build-only
|
|
|
when: never
|
|
|
- <<: *if-label-example_test
|
|
|
- - <<: *if-label-example_test_esp32
|
|
|
+ - <<: *if-label-example_test_esp32c2
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build-example_test
|
|
|
- <<: *if-dev-push
|
|
|
@@ -1195,20 +1209,6 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test
|
|
|
|
|
|
-.rules:test:example_test-esp8684:
|
|
|
- rules:
|
|
|
- - <<: *if-revert-branch
|
|
|
- when: never
|
|
|
- - <<: *if-protected
|
|
|
- - <<: *if-label-build-only
|
|
|
- when: never
|
|
|
- - <<: *if-label-example_test
|
|
|
- - <<: *if-label-example_test_esp8684
|
|
|
- - <<: *if-dev-push
|
|
|
- changes: *patterns-build-example_test
|
|
|
- - <<: *if-dev-push
|
|
|
- changes: *patterns-example_test
|
|
|
-
|
|
|
.rules:test:host_test:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -1251,33 +1251,33 @@
|
|
|
when: never
|
|
|
- <<: *if-label-component_ut
|
|
|
- <<: *if-label-component_ut_esp32
|
|
|
+ - <<: *if-label-component_ut_esp32c2
|
|
|
- <<: *if-label-component_ut_esp32c3
|
|
|
- <<: *if-label-component_ut_esp32h2
|
|
|
- <<: *if-label-component_ut_esp32s2
|
|
|
- <<: *if-label-component_ut_esp32s3
|
|
|
- - <<: *if-label-component_ut_esp8684
|
|
|
- <<: *if-label-custom_test
|
|
|
- <<: *if-label-custom_test_esp32
|
|
|
+ - <<: *if-label-custom_test_esp32c2
|
|
|
- <<: *if-label-custom_test_esp32c3
|
|
|
- <<: *if-label-custom_test_esp32h2
|
|
|
- <<: *if-label-custom_test_esp32s2
|
|
|
- <<: *if-label-custom_test_esp32s3
|
|
|
- - <<: *if-label-custom_test_esp8684
|
|
|
- <<: *if-label-example_test
|
|
|
- <<: *if-label-example_test_esp32
|
|
|
+ - <<: *if-label-example_test_esp32c2
|
|
|
- <<: *if-label-example_test_esp32c3
|
|
|
- <<: *if-label-example_test_esp32h2
|
|
|
- <<: *if-label-example_test_esp32s2
|
|
|
- <<: *if-label-example_test_esp32s3
|
|
|
- - <<: *if-label-example_test_esp8684
|
|
|
- <<: *if-label-integration_test
|
|
|
- <<: *if-label-unit_test
|
|
|
- <<: *if-label-unit_test_esp32
|
|
|
+ - <<: *if-label-unit_test_esp32c2
|
|
|
- <<: *if-label-unit_test_esp32c3
|
|
|
- <<: *if-label-unit_test_esp32h2
|
|
|
- <<: *if-label-unit_test_esp32s2
|
|
|
- <<: *if-label-unit_test_esp32s3
|
|
|
- - <<: *if-label-unit_test_esp8684
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build-example_test
|
|
|
- <<: *if-dev-push
|
|
|
@@ -1303,7 +1303,7 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-unit_test
|
|
|
|
|
|
-.rules:test:unit_test-esp32c3:
|
|
|
+.rules:test:unit_test-esp32c2:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
@@ -1311,11 +1311,11 @@
|
|
|
- <<: *if-label-build-only
|
|
|
when: never
|
|
|
- <<: *if-label-unit_test
|
|
|
- - <<: *if-label-unit_test_esp32c3
|
|
|
+ - <<: *if-label-unit_test_esp32c2
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-unit_test
|
|
|
|
|
|
-.rules:test:unit_test-esp32h2:
|
|
|
+.rules:test:unit_test-esp32c3:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
@@ -1323,11 +1323,11 @@
|
|
|
- <<: *if-label-build-only
|
|
|
when: never
|
|
|
- <<: *if-label-unit_test
|
|
|
- - <<: *if-label-unit_test_esp32h2
|
|
|
+ - <<: *if-label-unit_test_esp32c3
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-unit_test
|
|
|
|
|
|
-.rules:test:unit_test-esp32s2:
|
|
|
+.rules:test:unit_test-esp32h2:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
@@ -1335,11 +1335,11 @@
|
|
|
- <<: *if-label-build-only
|
|
|
when: never
|
|
|
- <<: *if-label-unit_test
|
|
|
- - <<: *if-label-unit_test_esp32s2
|
|
|
+ - <<: *if-label-unit_test_esp32h2
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-unit_test
|
|
|
|
|
|
-.rules:test:unit_test-esp32s3:
|
|
|
+.rules:test:unit_test-esp32s2:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
@@ -1347,11 +1347,11 @@
|
|
|
- <<: *if-label-build-only
|
|
|
when: never
|
|
|
- <<: *if-label-unit_test
|
|
|
- - <<: *if-label-unit_test_esp32s3
|
|
|
+ - <<: *if-label-unit_test_esp32s2
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-unit_test
|
|
|
|
|
|
-.rules:test:unit_test-esp8684:
|
|
|
+.rules:test:unit_test-esp32s3:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
when: never
|
|
|
@@ -1359,6 +1359,6 @@
|
|
|
- <<: *if-label-build-only
|
|
|
when: never
|
|
|
- <<: *if-label-unit_test
|
|
|
- - <<: *if-label-unit_test_esp8684
|
|
|
+ - <<: *if-label-unit_test_esp32s3
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-unit_test
|