Files
esp-idf/components/esp_lcd/test_apps/.build-test-rules.yml
morris 08346e011a test(drivers): run flash encryption apps on real hardware
Replace the virtual efuse flash-encryption flow in parlio, rmt, and lcd
test apps with real-device flash_enc configs so CI can validate the same
path used on encryption runners.
2026-07-13 14:33:47 +08:00

62 lines
1.4 KiB
YAML

# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
components/esp_lcd/test_apps/i2c_lcd:
disable:
- if: SOC_I2C_SUPPORTED != 1
depends_components:
- esp_lcd
- esp_driver_i2c
disable_test:
- if: IDF_TARGET not in ["esp32c3"]
temporary: true
reason: insufficient runners
components/esp_lcd/test_apps/i80_lcd:
depends_components:
- esp_lcd
- esp_driver_i2s
- esp_hal_lcd
- esp_hw_support
- soc
disable:
- if: SOC_LCD_I80_SUPPORTED != 1
components/esp_lcd/test_apps/mipi_dsi_lcd:
depends_components:
- esp_lcd
- esp_hal_lcd
- esp_hw_support
- soc
disable:
- if: SOC_MIPI_DSI_SUPPORTED != 1
disable_test:
- if: IDF_TARGET == "esp32p4"
temporary: true
reason: lack of runners, DSI can't work without an LCD connected
components/esp_lcd/test_apps/parlio_lcd:
depends_components:
- esp_lcd
- esp_driver_parlio
- esp_hw_support
- soc
disable:
- if: SOC_PARLIO_LCD_SUPPORTED != 1
components/esp_lcd/test_apps/rgb_lcd:
depends_components:
- esp_lcd
- esp_hal_lcd
- esp_hw_support
- soc
disable:
- if: SOC_LCD_RGB_SUPPORTED != 1
components/esp_lcd/test_apps/spi_lcd:
depends_components:
- esp_lcd
- esp_driver_spi
disable:
- if: SOC_GPSPI_SUPPORTED != 1
- if: CONFIG_NAME == "flash_enc" and SOC_FLASH_ENC_SUPPORTED != 1