2022-07-12 22:34:02 -04:00
|
|
|
# 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
|
|
|
|
|
2022-12-22 02:49:03 -05:00
|
|
|
examples/storage/emmc:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "esp32s3"
|
|
|
|
reason: only support on esp32s3
|
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
examples/storage/ext_flash_fatfs:
|
|
|
|
disable:
|
2023-08-16 22:45:23 -04:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c6", "esp32h2", "esp32p4"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
2022-10-27 06:55:07 -04:00
|
|
|
reason: target(s) not supported yet
|
2022-07-12 22:34:02 -04:00
|
|
|
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:
|
2023-01-10 00:59:46 -05:00
|
|
|
- if: IDF_TARGET in ["esp32c3", "esp32s2", "esp32s3", "esp32c6", "esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
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:
|
2023-01-10 00:59:46 -05:00
|
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
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:
|
2023-01-10 00:59:46 -05:00
|
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
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:
|
2023-01-10 00:59:46 -05:00
|
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
2023-08-04 04:46:58 -04:00
|
|
|
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
|
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
examples/storage/partition_api/partition_find:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET == "esp32c2"
|
|
|
|
temporary: true
|
|
|
|
reason: target esp32c2 is not supported yet
|
|
|
|
disable_test:
|
2023-01-10 00:59:46 -05:00
|
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
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:
|
2023-01-10 00:59:46 -05:00
|
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
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:
|
2023-01-10 00:59:46 -05:00
|
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
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:
|
2023-01-10 00:59:46 -05:00
|
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
|
2023-08-16 22:45:23 -04:00
|
|
|
examples/storage/perf_benchmark:
|
|
|
|
disable:
|
2023-08-29 06:43:58 -04:00
|
|
|
- if: IDF_TARGET == "esp32p4" and CONFIG_NAME in ["sdmmc_1line", "sdmmc_4line", "sdspi_1line"]
|
2023-08-16 22:45:23 -04:00
|
|
|
temporary: true
|
2023-08-29 06:43:58 -04:00
|
|
|
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
|
2023-08-16 22:45:23 -04:00
|
|
|
|
2022-07-12 22:34:02 -04:00
|
|
|
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:
|
2023-01-10 00:59:46 -05:00
|
|
|
disable:
|
2023-10-13 03:44:15 -04:00
|
|
|
- if: SOC_GPSPI_SUPPORTED != 1
|
2022-07-12 22:34:02 -04:00
|
|
|
disable_test:
|
2023-10-13 03:44:15 -04:00
|
|
|
- if: IDF_TARGET in ["esp32s3", "esp32c2", "esp32c6", "esp32h2", "esp32p4"]
|
2022-07-12 22:34:02 -04:00
|
|
|
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:
|
2023-01-10 00:59:46 -05:00
|
|
|
- if: IDF_TARGET in ["esp32c3", "esp32s2", "esp32s3", "esp32c6", "esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
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:
|
2023-01-10 00:59:46 -05:00
|
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
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:
|
2023-01-10 00:59:46 -05:00
|
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
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:
|
2023-01-10 00:59:46 -05:00
|
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|