esp-idf/examples/storage/fatfs/.build-test-rules.yml
2024-10-10 16:41:58 +08:00

25 lines
632 B
YAML

# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
examples/storage/fatfs:
depends_components:
- fatfs
- vfs
disable_test:
- if: IDF_TARGET != "esp32"
reason: only one target needed
examples/storage/fatfs/ext_flash:
depends_components:
- fatfs
- vfs
- spi_flash
- driver
disable:
- if: IDF_TARGET in ["esp32p4", "esp32c5", "esp32c61"]
temporary: true
reason: not supported on p4 and c5 # TODO: [ESP32C5] IDF-8715, [ESP32C61] IDF-9314
disable_test:
- if: IDF_TARGET not in ["esp32"]
temporary: true
reason: lack of runners