2024-01-02 18:33:31 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
components/esp_pm/test_apps:
|
2024-02-29 14:43:38 +08:00
|
|
|
enable:
|
|
|
|
- if: INCLUDE_DEFAULT == 1
|
2024-04-01 12:25:38 +08:00
|
|
|
disable:
|
2024-04-19 13:13:44 +08:00
|
|
|
- if: CONFIG_NAME == "pm_pd_top_sleep" and IDF_TARGET not in ["esp32c6", "esp32h2", "esp32p4"]
|
2024-04-29 19:55:27 +08:00
|
|
|
- if: IDF_TARGET in ["esp32c5", "esp32c61"]
|
2024-04-01 12:25:38 +08:00
|
|
|
temporary: true
|
2024-04-29 19:55:27 +08:00
|
|
|
reason: not support yet # TODO: [ESP32C5] IDF-8643, [ESP32C61] IDF-9250
|
2024-02-29 14:43:38 +08:00
|
|
|
depends_components:
|
|
|
|
- esp_pm
|