Skip to content

Commit

Permalink
feat(CI): Add targets into manifest file for esp_flash_stress test
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinKondrashov committed Aug 7, 2024
1 parent 17c3f85 commit d28ecb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/spi_flash/.build-test-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ components/spi_flash/test_apps/esp_flash:
temporary: true
reason: target esp32c6 cannot pass atomic build, target esp32h2 currently doesn't support GPSPI.

components/spi_flash/test_apps/esp_flash_stress:
enable:
- if: IDF_TARGET in ["esp32", "esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32s2", "esp32s3"]
temporary: true
reason: all targets according to the README file

components/spi_flash/test_apps/flash_encryption:
disable_test:
- if: IDF_TARGET in ["esp32c2", "esp32s2", "esp32c6", "esp32h2"]
Expand Down

0 comments on commit d28ecb3

Please sign in to comment.