# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps examples/storage/custom_flash_driver: disable: - if: IDF_TARGET == "esp32c2" temporary: true reason: target esp32c2 is not supported yet examples/storage/emmc: enable: - if: IDF_TARGET == "esp32s3" reason: only support on esp32s3 examples/storage/ext_flash_fatfs: disable: - if: IDF_TARGET in ["esp32c2", "esp32c6", "esp32h2", "esp32p4"] temporary: true reason: target(s) not supported yet disable_test: - if: IDF_TARGET in ["esp32c3", "esp32s2", "esp32s3"] temporary: true reason: lack of runners examples/storage/fatfsgen: disable: - if: IDF_TARGET == "esp32c2" temporary: true reason: target esp32c2 is not supported yet disable_test: - if: IDF_TARGET in ["esp32c3", "esp32s2", "esp32s3", "esp32c6", "esp32h2"] temporary: true reason: lack of runners examples/storage/nvs_rw_blob: disable: - if: IDF_TARGET == "esp32c2" temporary: true reason: target esp32c2 is not supported yet disable_test: - if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"] temporary: true reason: lack of runners examples/storage/nvs_rw_value: disable: - if: IDF_TARGET == "esp32c2" temporary: true reason: target esp32c2 is not supported yet disable_test: - if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"] temporary: true reason: lack of runners examples/storage/nvs_rw_value_cxx: disable: - if: IDF_TARGET == "esp32c2" temporary: true reason: target esp32c2 is not supported yet disable_test: - if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"] temporary: true reason: lack of runners examples/storage/nvsgen: disable: - if: IDF_TARGET == "esp32c2" temporary: true reason: target esp32c2 is not supported yet disable_test: - if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c3", "esp32c6", "esp32h2"] temporary: true reason: lack of runners, should be same for every target examples/storage/partition_api/partition_find: disable: - if: IDF_TARGET == "esp32c2" temporary: true reason: target esp32c2 is not supported yet disable_test: - if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"] temporary: true reason: lack of runners examples/storage/partition_api/partition_mmap: disable: - if: IDF_TARGET == "esp32c2" temporary: true reason: target esp32c2 is not supported yet disable_test: - if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"] temporary: true reason: lack of runners examples/storage/partition_api/partition_ops: disable: - if: IDF_TARGET == "esp32c2" temporary: true reason: target esp32c2 is not supported yet disable_test: - if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"] temporary: true reason: lack of runners examples/storage/parttool: disable: - if: IDF_TARGET == "esp32c2" temporary: true reason: target esp32c2 is not supported yet disable_test: - if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"] temporary: true reason: lack of runners examples/storage/perf_benchmark: disable: - if: IDF_TARGET == "esp32p4" and CONFIG_NAME in ["sdmmc_1line", "sdmmc_4line", "sdspi_1line"] temporary: true reason: SDMMC and SDSPI not supported on P4 yet # TODO: IDF-6502, IDF-7501 disable_test: - if: IDF_TARGET == "esp32p4" and CONFIG_NAME in ["spiflash"] temporary: true reason: SPIFLASH not supported on P4 yet, only build stage enabled # TODO: IDF-7499 examples/storage/sd_card/sdmmc: disable: - if: SOC_SDMMC_HOST_SUPPORTED != 1 disable_test: - if: IDF_TARGET == "esp32s3" temporary: true reason: lack of runners examples/storage/sd_card/sdspi: disable: - if: SOC_GPSPI_SUPPORTED != 1 disable_test: - if: IDF_TARGET in ["esp32s3", "esp32c2", "esp32c6", "esp32h2", "esp32p4"] temporary: true reason: lack of runners examples/storage/semihost_vfs: disable: - if: IDF_TARGET == "esp32c2" temporary: true reason: target esp32c2 is not supported yet disable_test: - if: IDF_TARGET in ["esp32c3", "esp32s2", "esp32s3", "esp32c6", "esp32h2"] temporary: true reason: lack of runners examples/storage/spiffs: disable: - if: IDF_TARGET == "esp32c2" temporary: true reason: target esp32c2 is not supported yet disable_test: - if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"] temporary: true reason: lack of runners examples/storage/spiffsgen: disable: - if: IDF_TARGET == "esp32c2" temporary: true reason: target esp32c2 is not supported yet disable_test: - if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"] temporary: true reason: lack of runners examples/storage/wear_levelling: disable: - if: IDF_TARGET == "esp32c2" temporary: true reason: target esp32c2 is not supported yet disable_test: - if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"] temporary: true reason: lack of runners