mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
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>
34 lines
802 B
YAML
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
|