2023-04-21 12:37:30 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
components/esp_common/test_apps/esp_common:
|
|
|
|
disable:
|
|
|
|
- if: CONFIG_NAME == "psram" and SOC_SPIRAM_SUPPORTED != 1
|
2023-08-28 10:20:56 +08:00
|
|
|
- if: CONFIG_NAME == "psram" and IDF_TARGET in ["esp32p4"]
|
|
|
|
temporary: true
|
|
|
|
reason: esp32p4 is not supported yet # TODO: IDF-7557
|
2024-09-03 11:46:37 +08:00
|
|
|
- if: CONFIG_NAME == "psram_noinit" and SOC_SPIRAM_SUPPORTED != 1
|
|
|
|
- if: CONFIG_NAME == "psram_noinit" and IDF_TARGET in ["esp32p4"]
|
|
|
|
temporary: true
|
|
|
|
reason: esp32p4 is not supported yet
|