2022-10-03 13:22:19 +02:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2023-12-11 08:32:21 +01:00
|
|
|
components/fatfs/test_apps/flash_ro:
|
2022-10-03 13:22:19 +02:00
|
|
|
disable_test:
|
2023-12-11 08:32:21 +01: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:
|
2024-04-10 12:57:07 +02:00
|
|
|
- if: IDF_TARGET not in ["esp32", "esp32c3", "linux"]
|
2023-12-11 08:32:21 +01:00
|
|
|
reason: only one target per arch needed
|
|
|
|
depends_components:
|
|
|
|
- esp_partition
|
|
|
|
- spi_flash
|
|
|
|
- fatfs
|
|
|
|
- vfs
|
|
|
|
- wear_leveling
|
2023-11-27 11:54:56 +01:00
|
|
|
|
2023-12-11 08:32:21 +01:00
|
|
|
components/fatfs/test_apps/sdcard:
|
2023-08-17 10:45:23 +08:00
|
|
|
disable:
|
2024-04-01 12:25:38 +08:00
|
|
|
- if: IDF_TARGET in ["esp32p4", "esp32c5"]
|
2023-08-17 10:45:23 +08:00
|
|
|
temporary: true
|
2024-04-01 12:25:38 +08:00
|
|
|
reason: target esp32p4, esp32c5 is not supported yet # TODO: [ESP32P4] IDF-7501 [ESP32C5] IDF-8704
|
2023-12-11 08:32:21 +01: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
|