mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
11 lines
327 B
YAML
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
|