2024-04-17 09:44:19 +02:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
tools/test_apps/phy/phy_multi_init_data_test:
|
|
|
|
disable:
|
|
|
|
- if: SOC_WIFI_SUPPORTED != 1
|
2024-07-05 12:17:49 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET in ["esp32c5"]
|
2024-07-22 12:08:50 +08:00
|
|
|
reason: lack of runner
|
2024-04-17 09:44:19 +02:00
|
|
|
|
|
|
|
tools/test_apps/phy/phy_tsens:
|
|
|
|
disable:
|
2024-08-07 11:08:23 +08:00
|
|
|
- if: (SOC_WIFI_SUPPORTED != 1 or SOC_TEMP_SENSOR_SUPPORTED != 1) or SOC_LIGHT_SLEEP_SUPPORTED != 1
|
2024-04-17 09:44:19 +02:00
|
|
|
depends_components:
|
|
|
|
- hal
|
|
|
|
- driver
|
|
|
|
- esp_phy
|
|
|
|
- esp_hw_support
|
|
|
|
- esp_wifi
|