Files
2026-02-18 13:43:27 +01:00

11 lines
327 B
YAML

# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
components/esp_partition/test_apps:
enable:
- if: IDF_TARGET in ["esp32", "esp32c3"]
temporary: false
reason: sufficient to test on one Xtensa and one RISC-V target
depends_components:
- esp_partition
- esp_blockdev