2022-10-27 18:55:07 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
components/app_update/test_apps:
|
2024-05-27 01:45:02 +08:00
|
|
|
enable:
|
2024-11-11 12:01:39 +08:00
|
|
|
- if: CONFIG_NAME == "defaults" and IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c5", "esp32c6", "esp32c61", "esp32h2", "esp32p4", "esp32s2", "esp32s3"]
|
2024-12-21 12:08:27 +02:00
|
|
|
- if: CONFIG_NAME == "rollback" and IDF_TARGET in ["esp32", "esp32c3", "esp32s3", "esp32p4"]
|
2024-05-27 01:45:02 +08:00
|
|
|
- if: CONFIG_NAME == "xip_psram" and IDF_TARGET in ["esp32s2", "esp32s3", "esp32p4"]
|
|
|
|
# S2 doesn't have ROM for flash
|
|
|
|
- if: CONFIG_NAME == "xip_psram_with_rom_impl" and IDF_TARGET in ["esp32s3", "esp32p4"]
|
2022-10-27 18:55:07 +08:00
|
|
|
disable:
|
2025-01-22 10:41:07 +08:00
|
|
|
- if: IDF_TARGET in ["esp32c61", "esp32h21"]
|
2022-11-24 19:42:59 +08:00
|
|
|
temporary: true
|
2025-01-22 10:41:07 +08:00
|
|
|
reason: not supported yet # TODO: [ESP32C61] IDF-9245, [ESP32H21] IDF-11515
|