Files
esp-idf/examples/lowpower/.build-test-rules.yml
2026-05-08 14:24:38 +08:00

21 lines
645 B
YAML

# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
examples/lowpower/power_management:
disable:
- if: CONFIG_NAME == "pd_top" and SOC_PM_SUPPORT_TOP_PD != 1
- if: SOC_PM_SUPPORTED != 1
temporary: true
reason: not supported yet # TODO: [ESP32H21] IDF-11522, [ESP32H4] IDF-12286 [ESP32S31] IDF-14645
depends_components:
- esp_pm
examples/lowpower/vbat:
enable:
- if: SOC_VBAT_SUPPORTED == 1
disable:
- if: IDF_TARGET in ["esp32h2"] and CONFIG_NAME == "mainpower_ctrl"
disable_test:
- if: IDF_TARGET in ["esp32h2"]
temporary: true
reason: not supported yet