|
|
@@ -221,6 +221,15 @@
|
|
|
- "components/driver/**/*"
|
|
|
- "components/sdmmc/**/*"
|
|
|
|
|
|
+# for jobs: example_test_pytest_esp32s3_usb_device and test_app_test_pytest_esp32s2_usb_host:
|
|
|
+.patterns-example_test-usb: &patterns-example_test-usb
|
|
|
+ - "components/hal/usb*.c"
|
|
|
+ - "components/hal/esp32s*/include/hal/usb*.h"
|
|
|
+ - "components/tinyusb/**/**/*"
|
|
|
+ - "components/usb/**/*"
|
|
|
+ - "examples/peripherals/usb/host/**/**/**/*"
|
|
|
+ - "examples/peripherals/usb/device/**/**/*"
|
|
|
+
|
|
|
|
|
|
##############
|
|
|
# if anchors #
|
|
|
@@ -765,6 +774,8 @@
|
|
|
changes: *patterns-example_test-bt
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test-ethernet
|
|
|
+ - <<: *if-dev-push
|
|
|
+ changes: *patterns-example_test-usb
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test-wifi
|
|
|
|
|
|
@@ -791,6 +802,8 @@
|
|
|
changes: *patterns-example_test-bt
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test-ethernet
|
|
|
+ - <<: *if-dev-push
|
|
|
+ changes: *patterns-example_test-usb
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test-wifi
|
|
|
|
|
|
@@ -811,6 +824,8 @@
|
|
|
changes: *patterns-example_test-bt
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test-ethernet
|
|
|
+ - <<: *if-dev-push
|
|
|
+ changes: *patterns-example_test-usb
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test-wifi
|
|
|
|
|
|
@@ -836,6 +851,8 @@
|
|
|
changes: *patterns-example_test-bt
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test-ethernet
|
|
|
+ - <<: *if-dev-push
|
|
|
+ changes: *patterns-example_test-usb
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test-wifi
|
|
|
|
|
|
@@ -860,6 +877,8 @@
|
|
|
changes: *patterns-example_test-bt
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test-ethernet
|
|
|
+ - <<: *if-dev-push
|
|
|
+ changes: *patterns-example_test-usb
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test-wifi
|
|
|
|
|
|
@@ -884,6 +903,8 @@
|
|
|
changes: *patterns-example_test-bt
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test-ethernet
|
|
|
+ - <<: *if-dev-push
|
|
|
+ changes: *patterns-example_test-usb
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test-wifi
|
|
|
|
|
|
@@ -908,6 +929,8 @@
|
|
|
changes: *patterns-example_test-bt
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test-ethernet
|
|
|
+ - <<: *if-dev-push
|
|
|
+ changes: *patterns-example_test-usb
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test-wifi
|
|
|
|
|
|
@@ -993,6 +1016,8 @@
|
|
|
changes: *patterns-example_test-bt
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test-ethernet
|
|
|
+ - <<: *if-dev-push
|
|
|
+ changes: *patterns-example_test-usb
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-example_test-wifi
|
|
|
- <<: *if-dev-push
|
|
|
@@ -1225,6 +1250,17 @@
|
|
|
- <<: *if-label-component_ut_esp32
|
|
|
- <<: *if-label-target_test
|
|
|
|
|
|
+.rules:test:component_ut-esp32-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-component_ut
|
|
|
+ - <<: *if-label-component_ut_esp32
|
|
|
+ - <<: *if-label-target_test
|
|
|
+
|
|
|
.rules:test:component_ut-esp32-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -1279,6 +1315,17 @@
|
|
|
- <<: *if-label-component_ut_esp32c2
|
|
|
- <<: *if-label-target_test
|
|
|
|
|
|
+.rules:test:component_ut-esp32c2-usb:
|
|
|
+ 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-target_test
|
|
|
+
|
|
|
.rules:test:component_ut-esp32c2-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -1338,6 +1385,17 @@
|
|
|
- <<: *if-label-component_ut_esp32c3
|
|
|
- <<: *if-label-target_test
|
|
|
|
|
|
+.rules:test:component_ut-esp32c3-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-component_ut
|
|
|
+ - <<: *if-label-component_ut_esp32c3
|
|
|
+ - <<: *if-label-target_test
|
|
|
+
|
|
|
.rules:test:component_ut-esp32c3-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -1397,6 +1455,17 @@
|
|
|
- <<: *if-label-component_ut_esp32h2
|
|
|
- <<: *if-label-target_test
|
|
|
|
|
|
+.rules:test:component_ut-esp32h2-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-component_ut
|
|
|
+ - <<: *if-label-component_ut_esp32h2
|
|
|
+ - <<: *if-label-target_test
|
|
|
+
|
|
|
.rules:test:component_ut-esp32h2-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -1456,6 +1525,17 @@
|
|
|
- <<: *if-label-component_ut_esp32s2
|
|
|
- <<: *if-label-target_test
|
|
|
|
|
|
+.rules:test:component_ut-esp32s2-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-component_ut
|
|
|
+ - <<: *if-label-component_ut_esp32s2
|
|
|
+ - <<: *if-label-target_test
|
|
|
+
|
|
|
.rules:test:component_ut-esp32s2-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -1510,6 +1590,17 @@
|
|
|
- <<: *if-label-component_ut_esp32s3
|
|
|
- <<: *if-label-target_test
|
|
|
|
|
|
+.rules:test:component_ut-esp32s3-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-component_ut
|
|
|
+ - <<: *if-label-component_ut_esp32s3
|
|
|
+ - <<: *if-label-target_test
|
|
|
+
|
|
|
.rules:test:component_ut-esp32s3-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -1567,6 +1658,17 @@
|
|
|
- <<: *if-label-custom_test_esp32
|
|
|
- <<: *if-label-target_test
|
|
|
|
|
|
+.rules:test:custom_test-esp32-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-custom_test
|
|
|
+ - <<: *if-label-custom_test_esp32
|
|
|
+ - <<: *if-label-target_test
|
|
|
+
|
|
|
.rules:test:custom_test-esp32-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -1620,6 +1722,17 @@
|
|
|
- <<: *if-label-custom_test_esp32c2
|
|
|
- <<: *if-label-target_test
|
|
|
|
|
|
+.rules:test:custom_test-esp32c2-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-custom_test
|
|
|
+ - <<: *if-label-custom_test_esp32c2
|
|
|
+ - <<: *if-label-target_test
|
|
|
+
|
|
|
.rules:test:custom_test-esp32c2-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -1677,6 +1790,17 @@
|
|
|
- <<: *if-label-custom_test_esp32c3
|
|
|
- <<: *if-label-target_test
|
|
|
|
|
|
+.rules:test:custom_test-esp32c3-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-custom_test
|
|
|
+ - <<: *if-label-custom_test_esp32c3
|
|
|
+ - <<: *if-label-target_test
|
|
|
+
|
|
|
.rules:test:custom_test-esp32c3-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -1734,6 +1858,17 @@
|
|
|
- <<: *if-label-custom_test_esp32h2
|
|
|
- <<: *if-label-target_test
|
|
|
|
|
|
+.rules:test:custom_test-esp32h2-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-custom_test
|
|
|
+ - <<: *if-label-custom_test_esp32h2
|
|
|
+ - <<: *if-label-target_test
|
|
|
+
|
|
|
.rules:test:custom_test-esp32h2-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -1791,6 +1926,17 @@
|
|
|
- <<: *if-label-custom_test_esp32s2
|
|
|
- <<: *if-label-target_test
|
|
|
|
|
|
+.rules:test:custom_test-esp32s2-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-custom_test
|
|
|
+ - <<: *if-label-custom_test_esp32s2
|
|
|
+ - <<: *if-label-target_test
|
|
|
+
|
|
|
.rules:test:custom_test-esp32s2-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -1844,6 +1990,17 @@
|
|
|
- <<: *if-label-custom_test_esp32s3
|
|
|
- <<: *if-label-target_test
|
|
|
|
|
|
+.rules:test:custom_test-esp32s3-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-custom_test
|
|
|
+ - <<: *if-label-custom_test_esp32s3
|
|
|
+ - <<: *if-label-target_test
|
|
|
+
|
|
|
.rules:test:custom_test-esp32s3-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -1916,6 +2073,19 @@
|
|
|
- <<: *if-label-example_test_esp32
|
|
|
- <<: *if-label-target_test
|
|
|
|
|
|
+.rules:test:example_test-esp32-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-example_test
|
|
|
+ - <<: *if-label-example_test_esp32
|
|
|
+ - <<: *if-label-target_test
|
|
|
+ - <<: *if-dev-push
|
|
|
+ changes: *patterns-example_test-usb
|
|
|
+
|
|
|
.rules:test:example_test-esp32-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -1975,6 +2145,19 @@
|
|
|
- <<: *if-label-example_test_esp32c2
|
|
|
- <<: *if-label-target_test
|
|
|
|
|
|
+.rules:test:example_test-esp32c2-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-example_test
|
|
|
+ - <<: *if-label-example_test_esp32c2
|
|
|
+ - <<: *if-label-target_test
|
|
|
+ - <<: *if-dev-push
|
|
|
+ changes: *patterns-example_test-usb
|
|
|
+
|
|
|
.rules:test:example_test-esp32c2-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -2049,6 +2232,19 @@
|
|
|
- <<: *if-label-example_test_esp32c3
|
|
|
- <<: *if-label-target_test
|
|
|
|
|
|
+.rules:test:example_test-esp32c3-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-example_test
|
|
|
+ - <<: *if-label-example_test_esp32c3
|
|
|
+ - <<: *if-label-target_test
|
|
|
+ - <<: *if-dev-push
|
|
|
+ changes: *patterns-example_test-usb
|
|
|
+
|
|
|
.rules:test:example_test-esp32c3-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -2114,6 +2310,19 @@
|
|
|
- <<: *if-label-example_test_esp32h2
|
|
|
- <<: *if-label-target_test
|
|
|
|
|
|
+.rules:test:example_test-esp32h2-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-example_test
|
|
|
+ - <<: *if-label-example_test_esp32h2
|
|
|
+ - <<: *if-label-target_test
|
|
|
+ - <<: *if-dev-push
|
|
|
+ changes: *patterns-example_test-usb
|
|
|
+
|
|
|
.rules:test:example_test-esp32h2-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -2179,6 +2388,19 @@
|
|
|
- <<: *if-label-example_test_esp32s2
|
|
|
- <<: *if-label-target_test
|
|
|
|
|
|
+.rules:test:example_test-esp32s2-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-example_test
|
|
|
+ - <<: *if-label-example_test_esp32s2
|
|
|
+ - <<: *if-label-target_test
|
|
|
+ - <<: *if-dev-push
|
|
|
+ changes: *patterns-example_test-usb
|
|
|
+
|
|
|
.rules:test:example_test-esp32s2-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -2238,6 +2460,19 @@
|
|
|
- <<: *if-label-example_test_esp32s3
|
|
|
- <<: *if-label-target_test
|
|
|
|
|
|
+.rules:test:example_test-esp32s3-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-example_test
|
|
|
+ - <<: *if-label-example_test_esp32s3
|
|
|
+ - <<: *if-label-target_test
|
|
|
+ - <<: *if-dev-push
|
|
|
+ changes: *patterns-example_test-usb
|
|
|
+
|
|
|
.rules:test:example_test-esp32s3-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -2333,6 +2568,17 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-unit_test-sdio
|
|
|
|
|
|
+.rules:test:unit_test-esp32-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-target_test
|
|
|
+ - <<: *if-label-unit_test
|
|
|
+ - <<: *if-label-unit_test_esp32
|
|
|
+
|
|
|
.rules:test:unit_test-esp32-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -2388,6 +2634,17 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-unit_test-sdio
|
|
|
|
|
|
+.rules:test:unit_test-esp32c2-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-target_test
|
|
|
+ - <<: *if-label-unit_test
|
|
|
+ - <<: *if-label-unit_test_esp32c2
|
|
|
+
|
|
|
.rules:test:unit_test-esp32c2-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -2447,6 +2704,17 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-unit_test-sdio
|
|
|
|
|
|
+.rules:test:unit_test-esp32c3-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-target_test
|
|
|
+ - <<: *if-label-unit_test
|
|
|
+ - <<: *if-label-unit_test_esp32c3
|
|
|
+
|
|
|
.rules:test:unit_test-esp32c3-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -2506,6 +2774,17 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-unit_test-sdio
|
|
|
|
|
|
+.rules:test:unit_test-esp32h2-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-target_test
|
|
|
+ - <<: *if-label-unit_test
|
|
|
+ - <<: *if-label-unit_test_esp32h2
|
|
|
+
|
|
|
.rules:test:unit_test-esp32h2-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -2565,6 +2844,17 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-unit_test-sdio
|
|
|
|
|
|
+.rules:test:unit_test-esp32s2-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-target_test
|
|
|
+ - <<: *if-label-unit_test
|
|
|
+ - <<: *if-label-unit_test_esp32s2
|
|
|
+
|
|
|
.rules:test:unit_test-esp32s2-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|
|
|
@@ -2620,6 +2910,17 @@
|
|
|
- <<: *if-dev-push
|
|
|
changes: *patterns-unit_test-sdio
|
|
|
|
|
|
+.rules:test:unit_test-esp32s3-usb:
|
|
|
+ rules:
|
|
|
+ - <<: *if-revert-branch
|
|
|
+ when: never
|
|
|
+ - <<: *if-protected
|
|
|
+ - <<: *if-label-build-only
|
|
|
+ when: never
|
|
|
+ - <<: *if-label-target_test
|
|
|
+ - <<: *if-label-unit_test
|
|
|
+ - <<: *if-label-unit_test_esp32s3
|
|
|
+
|
|
|
.rules:test:unit_test-esp32s3-wifi:
|
|
|
rules:
|
|
|
- <<: *if-revert-branch
|