mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
19 lines
707 B
YAML
19 lines
707 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/esp_system/test_apps/cache_panic:
|
|
depends_components:
|
|
- *common_components
|
|
- spi_flash # esp_system is included by default
|
|
|
|
components/esp_system/test_apps/esp_system_unity_tests:
|
|
disable:
|
|
- if: (CONFIG_NAME == "psram" and SOC_SPIRAM_SUPPORTED != 1)
|
|
- if: (CONFIG_NAME == "psram_with_pd_top" and (SOC_SPIRAM_SUPPORTED != 1 or SOC_PM_SUPPORT_TOP_PD != 1))
|
|
- if: IDF_TARGET == "esp32s31"
|
|
temporary: true
|
|
reason: cannot pass build because of pm not supported yet # TODO: [ESP32S31] IDF-14648
|
|
|
|
components/esp_system/test_apps/linux_apis:
|
|
enable:
|
|
- if: IDF_TARGET == "linux"
|