mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
13 lines
411 B
YAML
13 lines
411 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/esp_pm/test_apps:
|
|
enable:
|
|
- if: INCLUDE_DEFAULT == 1
|
|
disable:
|
|
- if: CONFIG_NAME == "pm_pd_top_sleep" and IDF_TARGET not in ["esp32c6", "esp32h2", "esp32p4"]
|
|
- if: IDF_TARGET == "esp32c5"
|
|
temporary: true
|
|
reason: not support yet # TODO: [ESP32C5] IDF-8643
|
|
depends_components:
|
|
- esp_pm
|