kopia lustrzana https://github.com/espressif/esp-idf
13 wiersze
379 B
YAML
13 wiersze
379 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/esp_wifi/test_apps/wifi_connect:
|
|
disable:
|
|
- if: SOC_WIFI_SUPPORTED != 1
|
|
disable_test:
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32s3", "esp32c2"]
|
|
reason: leak of runner
|
|
|
|
components/esp_wifi/test_apps/wifi_function:
|
|
disable:
|
|
- if: SOC_WIFI_SUPPORTED != 1
|