2022-09-21 22:30:20 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
components/esp_hw_support/test_apps/dma:
|
2023-12-22 12:23:17 +08:00
|
|
|
disable:
|
2022-09-21 22:30:20 +08:00
|
|
|
- if: IDF_TARGET in ["esp32"]
|
|
|
|
temporary: false
|
2023-12-22 12:23:17 +08:00
|
|
|
reason: No general DMA controller on ESP32
|
2024-01-11 17:27:24 +08:00
|
|
|
depends_filepatterns:
|
|
|
|
- components/esp_hw_support/dma/**/*
|
2022-07-12 14:44:10 +08:00
|
|
|
|
2023-08-21 17:04:55 +08:00
|
|
|
components/esp_hw_support/test_apps/dma2d:
|
|
|
|
disable:
|
|
|
|
- if: SOC_DMA2D_SUPPORTED != 1
|
|
|
|
depends_filepatterns:
|
|
|
|
- components/esp_hw_support/dma/**/*
|
|
|
|
|
2023-03-27 17:41:44 +08:00
|
|
|
components/esp_hw_support/test_apps/host_test_linux:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "linux"
|
2023-04-12 11:01:18 +08:00
|
|
|
|
2023-02-24 19:57:04 +08:00
|
|
|
components/esp_hw_support/test_apps/mspi:
|
|
|
|
disable:
|
2024-11-19 11:48:27 +08:00
|
|
|
- if: IDF_TARGET not in ["esp32s3", "esp32p4"]
|
2023-04-12 11:01:18 +08:00
|
|
|
|
2023-06-15 13:16:05 +08:00
|
|
|
components/esp_hw_support/test_apps/mspi_psram_with_dfs:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET != "esp32s3"
|
2023-02-24 19:57:04 +08:00
|
|
|
|
2023-04-12 11:01:18 +08:00
|
|
|
components/esp_hw_support/test_apps/rtc_8md256:
|
|
|
|
disable:
|
|
|
|
- if: SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256 != 1
|
|
|
|
|
2022-10-25 16:20:44 +08:00
|
|
|
components/esp_hw_support/test_apps/rtc_clk:
|
|
|
|
disable:
|
2025-04-09 18:21:06 +08:00
|
|
|
- if: SOC_CLK_TREE_SUPPORTED != 1
|
2022-12-02 14:54:27 +08:00
|
|
|
|
2023-04-12 11:01:18 +08:00
|
|
|
components/esp_hw_support/test_apps/rtc_power_modes:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c2", "esp32c3"]
|
|
|
|
temporary: true
|
|
|
|
reason: the other targets are not tested yet
|
2024-01-05 17:21:13 +08:00
|
|
|
|
2024-09-26 19:58:20 +08:00
|
|
|
components/esp_hw_support/test_apps/sleep_retention:
|
|
|
|
enable:
|
2025-02-19 10:10:57 +08:00
|
|
|
- if: SOC_PAU_SUPPORTED == 1 and SOC_LIGHT_SLEEP_SUPPORTED == 1 and CONFIG_NAME != "xip_psram"
|
|
|
|
- if: SOC_PAU_SUPPORTED == 1 and SOC_LIGHT_SLEEP_SUPPORTED == 1 and (SOC_SPIRAM_XIP_SUPPORTED == 1 and CONFIG_NAME == "xip_psram")
|
2024-09-26 19:58:20 +08:00
|
|
|
|
2024-10-09 14:50:00 +08:00
|
|
|
components/esp_hw_support/test_apps/vad_wakeup:
|
|
|
|
disable:
|
|
|
|
- if: SOC_LP_VAD_SUPPORTED != 1
|
|
|
|
|
2024-01-05 17:21:13 +08:00
|
|
|
components/esp_hw_support/test_apps/wakeup_tests:
|
2025-06-09 14:55:08 +08:00
|
|
|
enable:
|
|
|
|
- if: SOC_DEEP_SLEEP_SUPPORTED == 1 and SOC_LIGHT_SLEEP_SUPPORTED == 1
|
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET in ["esp32c61", "esp32h21", "esp32h4"]
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|