mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
CI: add more files to patterns-target_test-wifi
This commit is contained in:
parent
7e9a239b9c
commit
a5e9a6cfdf
@ -186,8 +186,8 @@ build:integration_test:
|
|||||||
- integration_test
|
- integration_test
|
||||||
- target_test
|
- target_test
|
||||||
patterns:
|
patterns:
|
||||||
- integration_test_{0}
|
- integration_test-{0}
|
||||||
- target_test_{0}
|
- target_test-{0}
|
||||||
# - maybe others
|
# - maybe others
|
||||||
included_in:
|
included_in:
|
||||||
- test:integration_test
|
- test:integration_test
|
||||||
|
@ -93,7 +93,14 @@
|
|||||||
- "examples/common_components/iperf/**/*"
|
- "examples/common_components/iperf/**/*"
|
||||||
- "examples/openthread/**/*"
|
- "examples/openthread/**/*"
|
||||||
|
|
||||||
.patterns-integration_test_ble: &patterns-integration_test_ble
|
.patterns-target_test-wifi: &patterns-target_test-wifi
|
||||||
|
- "components/esp_netif/**/*"
|
||||||
|
- "components/lwip/**/*"
|
||||||
|
- "components/esp_wifi/**/*"
|
||||||
|
- "components/esp_phy/**/*"
|
||||||
|
- "components/wpa_supplicant/**/*"
|
||||||
|
|
||||||
|
.patterns-integration_test-ble: &patterns-integration_test-ble
|
||||||
- "tools/ci/python_packages/gitlab_api.py"
|
- "tools/ci/python_packages/gitlab_api.py"
|
||||||
- "tools/ci/integration_test/**/*"
|
- "tools/ci/integration_test/**/*"
|
||||||
- "components/bt/controller/lib_esp32"
|
- "components/bt/controller/lib_esp32"
|
||||||
@ -102,11 +109,9 @@
|
|||||||
- "components/bt/host/nimble/nimble"
|
- "components/bt/host/nimble/nimble"
|
||||||
- "components/esp_phy/lib"
|
- "components/esp_phy/lib"
|
||||||
|
|
||||||
.patterns-integration_test_wifi: &patterns-integration_test_wifi
|
.patterns-integration_test-wifi: &patterns-integration_test-wifi
|
||||||
- "tools/ci/python_packages/gitlab_api.py"
|
- "tools/ci/python_packages/gitlab_api.py"
|
||||||
- "tools/ci/integration_test/**/*"
|
- "tools/ci/integration_test/**/*"
|
||||||
- "components/esp_wifi/lib"
|
|
||||||
- "components/esp_phy/lib"
|
|
||||||
|
|
||||||
.patterns-host_test: &patterns-host_test
|
.patterns-host_test: &patterns-host_test
|
||||||
- ".gitlab/ci/host-test.yml"
|
- ".gitlab/ci/host-test.yml"
|
||||||
@ -227,12 +232,6 @@
|
|||||||
- "components/app_update/**/*"
|
- "components/app_update/**/*"
|
||||||
- "components/esp_https_ota/**/*"
|
- "components/esp_https_ota/**/*"
|
||||||
|
|
||||||
.patterns-target_test-wifi: &patterns-target_test-wifi
|
|
||||||
- "components/esp_phy/**/*"
|
|
||||||
- "components/esp_wifi/**/*"
|
|
||||||
- "components/esp_netif/**/*"
|
|
||||||
- "components/lwip/**/*"
|
|
||||||
|
|
||||||
# for jobs: component_ut_pytest_esp32_sdio
|
# for jobs: component_ut_pytest_esp32_sdio
|
||||||
.patterns-unit_test-sdio: &patterns-unit_test-sdio
|
.patterns-unit_test-sdio: &patterns-unit_test-sdio
|
||||||
- "components/hal/**/*"
|
- "components/hal/**/*"
|
||||||
@ -1250,9 +1249,11 @@
|
|||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-build_system
|
changes: *patterns-build_system
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-integration_test_ble
|
changes: *patterns-integration_test-ble
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-integration_test_wifi
|
changes: *patterns-integration_test-wifi
|
||||||
|
- <<: *if-dev-push
|
||||||
|
changes: *patterns-target_test-wifi
|
||||||
|
|
||||||
.rules:build:macos:
|
.rules:build:macos:
|
||||||
rules:
|
rules:
|
||||||
@ -1340,9 +1341,9 @@
|
|||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-example_test-wifi
|
changes: *patterns-example_test-wifi
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-integration_test_ble
|
changes: *patterns-integration_test-ble
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-integration_test_wifi
|
changes: *patterns-integration_test-wifi
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-target_test-i154
|
changes: *patterns-target_test-i154
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
@ -2042,9 +2043,11 @@
|
|||||||
- <<: *if-label-integration_test_wifi
|
- <<: *if-label-integration_test_wifi
|
||||||
- <<: *if-label-target_test
|
- <<: *if-label-target_test
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-integration_test_ble
|
changes: *patterns-integration_test-ble
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-integration_test_wifi
|
changes: *patterns-integration_test-wifi
|
||||||
|
- <<: *if-dev-push
|
||||||
|
changes: *patterns-target_test-wifi
|
||||||
|
|
||||||
.rules:test:integration_test_ble:
|
.rules:test:integration_test_ble:
|
||||||
rules:
|
rules:
|
||||||
@ -2057,7 +2060,7 @@
|
|||||||
- <<: *if-label-integration_test_ble
|
- <<: *if-label-integration_test_ble
|
||||||
- <<: *if-label-target_test
|
- <<: *if-label-target_test
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-integration_test_ble
|
changes: *patterns-integration_test-ble
|
||||||
|
|
||||||
.rules:test:integration_test_wifi:
|
.rules:test:integration_test_wifi:
|
||||||
rules:
|
rules:
|
||||||
@ -2070,7 +2073,9 @@
|
|||||||
- <<: *if-label-integration_test_wifi
|
- <<: *if-label-integration_test_wifi
|
||||||
- <<: *if-label-target_test
|
- <<: *if-label-target_test
|
||||||
- <<: *if-dev-push
|
- <<: *if-dev-push
|
||||||
changes: *patterns-integration_test_wifi
|
changes: *patterns-integration_test-wifi
|
||||||
|
- <<: *if-dev-push
|
||||||
|
changes: *patterns-target_test-wifi
|
||||||
|
|
||||||
.rules:test:submodule:
|
.rules:test:submodule:
|
||||||
rules:
|
rules:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user