|
|
@@ -526,9 +526,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-fuzzer_test: &if-label-fuzzer_test
|
|
|
- if: '$BOT_LABEL_FUZZER_TEST || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*fuzzer_test(?:,[^,\n\r]+)*$/i'
|
|
|
-
|
|
|
.if-label-host_test: &if-label-host_test
|
|
|
if: '$BOT_LABEL_HOST_TEST || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*host_test(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
@@ -541,9 +538,6 @@
|
|
|
.if-label-integration_test_wifi: &if-label-integration_test_wifi
|
|
|
if: '$BOT_LABEL_INTEGRATION_TEST_WIFI || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*integration_test_wifi(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
-.if-label-iperf_stress_test: &if-label-iperf_stress_test
|
|
|
- if: '$BOT_LABEL_IPERF_STRESS_TEST || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*iperf_stress_test(?:,[^,\n\r]+)*$/i'
|
|
|
-
|
|
|
.if-label-lan8720: &if-label-lan8720
|
|
|
if: '$BOT_LABEL_LAN8720 || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*lan8720(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
@@ -589,9 +583,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-weekend_test: &if-label-weekend_test
|
|
|
- if: '$BOT_LABEL_WEEKEND_TEST || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*weekend_test(?:,[^,\n\r]+)*$/i'
|
|
|
-
|
|
|
.if-label-windows: &if-label-windows
|
|
|
if: '$BOT_LABEL_WINDOWS || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*windows(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
@@ -912,7 +903,6 @@
|
|
|
- <<: *if-label-custom_test_esp32s2
|
|
|
- <<: *if-label-custom_test_esp32s3
|
|
|
- <<: *if-label-target_test
|
|
|
- - <<: *if-label-weekend_test
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build_components
|
|
|
- <<: *if-dev-push
|
|
|
@@ -939,7 +929,6 @@
|
|
|
- <<: *if-label-custom_test
|
|
|
- <<: *if-label-custom_test_esp32
|
|
|
- <<: *if-label-target_test
|
|
|
- - <<: *if-label-weekend_test
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build_components
|
|
|
- <<: *if-dev-push
|
|
|
@@ -1171,7 +1160,6 @@
|
|
|
- <<: *if-label-example_test_esp32h4
|
|
|
- <<: *if-label-example_test_esp32s2
|
|
|
- <<: *if-label-example_test_esp32s3
|
|
|
- - <<: *if-label-iperf_stress_test
|
|
|
- <<: *if-label-target_test
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build-example_test
|
|
|
@@ -1215,7 +1203,6 @@
|
|
|
- <<: *if-label-build
|
|
|
- <<: *if-label-example_test
|
|
|
- <<: *if-label-example_test_esp32
|
|
|
- - <<: *if-label-iperf_stress_test
|
|
|
- <<: *if-label-target_test
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build-example_test
|
|
|
@@ -1616,7 +1603,6 @@
|
|
|
- <<: *if-label-integration_test
|
|
|
- <<: *if-label-integration_test_ble
|
|
|
- <<: *if-label-integration_test_wifi
|
|
|
- - <<: *if-label-iperf_stress_test
|
|
|
- <<: *if-label-lan8720
|
|
|
- <<: *if-label-target_test
|
|
|
- <<: *if-label-unit_test
|
|
|
@@ -1628,7 +1614,6 @@
|
|
|
- <<: *if-label-unit_test_esp32h4
|
|
|
- <<: *if-label-unit_test_esp32s2
|
|
|
- <<: *if-label-unit_test_esp32s3
|
|
|
- - <<: *if-label-weekend_test
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-build-example_test
|
|
|
- <<: *if-dev-push
|