Files
esp-idf/components/esp_driver_i2s/test_apps/.build-test-rules.yml
Chen Chen 0b3e8bda5b test(i2s): run flash encryption tests on real hardware
Use dedicated encrypted runners so I2S tests cover the actual flash encryption data path.
This replaces coverage that only observed the virtual eFuse software state.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-20 14:39:36 +08:00

34 lines
802 B
YAML

# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
components/esp_driver_i2s/test_apps/i2s:
disable:
- if: SOC_I2S_SUPPORTED != 1
- if: CONFIG_NAME == "flash_enc" and SOC_FLASH_ENC_SUPPORTED != 1
depends_components:
- esp_driver_i2s
- esp_driver_pcnt
- esp_driver_dma
- esp_hal_i2s
- esp_hw_support
- soc
components/esp_driver_i2s/test_apps/i2s_multi_dev:
disable:
- if: SOC_I2S_SUPPORTED != 1
- if: SOC_I2S_HW_VERSION_2 != 1
depends_components:
- esp_driver_i2s
- esp_driver_dma
- esp_hal_i2s
- esp_hw_support
- soc
components/esp_driver_i2s/test_apps/lp_i2s:
disable:
- if: SOC_LP_I2S_SUPPORTED != 1
depends_components:
- esp_driver_i2s
- esp_hal_i2s
- esp_hw_support
- soc