|
@@ -366,6 +366,9 @@
|
|
|
.if-label-iperf_stress_test: &if-label-iperf_stress_test
|
|
.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: '$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'
|
|
|
|
|
+
|
|
|
.if-label-macos: &if-label-macos
|
|
.if-label-macos: &if-label-macos
|
|
|
if: '$BOT_LABEL_MACOS || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*macos(?:,[^,\n\r]+)*$/i'
|
|
if: '$BOT_LABEL_MACOS || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*macos(?:,[^,\n\r]+)*$/i'
|
|
|
|
|
|
|
@@ -432,6 +435,7 @@
|
|
|
- <<: *if-label-component_ut_esp32h2
|
|
- <<: *if-label-component_ut_esp32h2
|
|
|
- <<: *if-label-component_ut_esp32s2
|
|
- <<: *if-label-component_ut_esp32s2
|
|
|
- <<: *if-label-component_ut_esp32s3
|
|
- <<: *if-label-component_ut_esp32s3
|
|
|
|
|
+ - <<: *if-label-lan8720
|
|
|
- <<: *if-label-target_test
|
|
- <<: *if-label-target_test
|
|
|
- <<: *if-label-unit_test
|
|
- <<: *if-label-unit_test
|
|
|
- <<: *if-label-unit_test_esp32
|
|
- <<: *if-label-unit_test_esp32
|
|
@@ -457,6 +461,7 @@
|
|
|
- <<: *if-label-build
|
|
- <<: *if-label-build
|
|
|
- <<: *if-label-component_ut
|
|
- <<: *if-label-component_ut
|
|
|
- <<: *if-label-component_ut_esp32
|
|
- <<: *if-label-component_ut_esp32
|
|
|
|
|
+ - <<: *if-label-lan8720
|
|
|
- <<: *if-label-target_test
|
|
- <<: *if-label-target_test
|
|
|
- <<: *if-label-unit_test
|
|
- <<: *if-label-unit_test
|
|
|
- <<: *if-label-unit_test_esp32
|
|
- <<: *if-label-unit_test_esp32
|
|
@@ -914,6 +919,7 @@
|
|
|
- <<: *if-label-example_test_esp32s3
|
|
- <<: *if-label-example_test_esp32s3
|
|
|
- <<: *if-label-integration_test
|
|
- <<: *if-label-integration_test
|
|
|
- <<: *if-label-iperf_stress_test
|
|
- <<: *if-label-iperf_stress_test
|
|
|
|
|
+ - <<: *if-label-lan8720
|
|
|
- <<: *if-label-target_test
|
|
- <<: *if-label-target_test
|
|
|
- <<: *if-label-unit_test
|
|
- <<: *if-label-unit_test
|
|
|
- <<: *if-label-unit_test_esp32
|
|
- <<: *if-label-unit_test_esp32
|
|
@@ -948,6 +954,7 @@
|
|
|
when: never
|
|
when: never
|
|
|
- <<: *if-protected
|
|
- <<: *if-protected
|
|
|
- <<: *if-label-build
|
|
- <<: *if-label-build
|
|
|
|
|
+ - <<: *if-label-lan8720
|
|
|
- <<: *if-label-target_test
|
|
- <<: *if-label-target_test
|
|
|
- <<: *if-label-unit_test
|
|
- <<: *if-label-unit_test
|
|
|
- <<: *if-label-unit_test_esp32
|
|
- <<: *if-label-unit_test_esp32
|
|
@@ -971,6 +978,7 @@
|
|
|
when: never
|
|
when: never
|
|
|
- <<: *if-protected
|
|
- <<: *if-protected
|
|
|
- <<: *if-label-build
|
|
- <<: *if-label-build
|
|
|
|
|
+ - <<: *if-label-lan8720
|
|
|
- <<: *if-label-target_test
|
|
- <<: *if-label-target_test
|
|
|
- <<: *if-label-unit_test
|
|
- <<: *if-label-unit_test
|
|
|
- <<: *if-label-unit_test_esp32
|
|
- <<: *if-label-unit_test_esp32
|
|
@@ -1085,6 +1093,13 @@
|
|
|
- <<: *if-dev-push
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-windows
|
|
changes: *patterns-windows
|
|
|
|
|
|
|
|
|
|
+.rules:labels-protected:lan8720:
|
|
|
|
|
+ rules:
|
|
|
|
|
+ - <<: *if-revert-branch
|
|
|
|
|
+ when: never
|
|
|
|
|
+ - <<: *if-protected
|
|
|
|
|
+ - <<: *if-label-lan8720
|
|
|
|
|
+
|
|
|
.rules:labels:fuzzer_test-weekend_test:
|
|
.rules:labels:fuzzer_test-weekend_test:
|
|
|
rules:
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
- <<: *if-revert-branch
|