Skip to content

Commit f3b7e05

Browse files
committed
ci(examples/storage): Enable perf_benchmark spiflash example and build others
1 parent 2f10ca5 commit f3b7e05

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

examples/storage/.build-test-rules.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,13 @@ examples/storage/perf_benchmark:
115115
- esp_partition
116116
- esp_driver_sdmmc
117117
disable:
118-
- if: IDF_TARGET == "esp32p4" and CONFIG_NAME in ["sdmmc_1line", "sdmmc_4line", "sdspi_1line"]
119-
temporary: true
120-
reason: SDMMC and SDSPI not supported on P4 yet # TODO: IDF-6502, IDF-7501
121118
- if: IDF_TARGET == "esp32c5"
122119
temporary: true
123120
reason: not supported yet # TODO: [ESP32C5] IDF-8704
124121
disable_test:
125-
- if: IDF_TARGET == "esp32p4" and CONFIG_NAME in ["spiflash"]
122+
- if: IDF_TARGET == "esp32p4" and CONFIG_NAME in ["sdmmc_1line", "sdmmc_4line", "sdspi_1line"]
126123
temporary: true
127-
reason: SPIFLASH not supported on P4 yet, only build stage enabled # TODO: IDF-7499
124+
reason: lack of runners, build only # TODO: IDF-8970
128125

129126
examples/storage/sd_card/sdmmc:
130127
depends_components:

0 commit comments

Comments
 (0)