2022-10-03 07:22:19 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2023-12-11 02:32:21 -05:00
|
|
|
components/fatfs/test_apps/flash_ro:
|
2022-10-03 07:22:19 -04:00
|
|
|
disable_test:
|
2023-12-11 02:32:21 -05:00
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3"]
|
|
|
|
reason: only one target per arch needed
|
|
|
|
|
|
|
|
depends_components:
|
|
|
|
- esp_partition
|
|
|
|
- spi_flash
|
|
|
|
- fatfs
|
|
|
|
- vfs
|
|
|
|
|
|
|
|
components/fatfs/test_apps/flash_wl:
|
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3"]
|
|
|
|
reason: only one target per arch needed
|
|
|
|
depends_components:
|
|
|
|
- esp_partition
|
|
|
|
- spi_flash
|
|
|
|
- fatfs
|
|
|
|
- vfs
|
|
|
|
- wear_leveling
|
2023-11-27 05:54:56 -05:00
|
|
|
|
2023-12-11 02:32:21 -05:00
|
|
|
components/fatfs/test_apps/sdcard:
|
2023-08-16 22:45:23 -04:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
|
|
|
reason: target esp32p4 is not supported yet # TODO: IDF-7501
|
2023-12-11 02:32:21 -05:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3"]
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
depends_components:
|
|
|
|
- esp_driver_sdmmc
|
|
|
|
- esp_driver_spi
|
|
|
|
- sdmmc
|
|
|
|
- fatfs
|
|
|
|
- vfs
|