2022-07-13 10:34:02 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2023-01-10 13:59:46 +08:00
|
|
|
components/esp_lcd/test_apps/i2c_lcd:
|
|
|
|
disable:
|
2023-02-09 19:01:40 +08:00
|
|
|
- if: SOC_I2C_SUPPORTED != 1
|
2023-10-13 14:57:32 +08:00
|
|
|
depends_components:
|
|
|
|
- esp_lcd
|
|
|
|
depends_filepatterns:
|
|
|
|
- components/driver/i2c/**/*
|
2023-07-05 15:45:20 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET not in ["esp32c3"]
|
|
|
|
temporary: true
|
|
|
|
reason: insufficient runners
|
|
|
|
|
2023-08-03 12:31:36 +08:00
|
|
|
components/esp_lcd/test_apps/i2c_lcd_legacy:
|
|
|
|
disable:
|
|
|
|
- if: SOC_I2C_SUPPORTED != 1
|
2023-10-13 14:57:32 +08:00
|
|
|
depends_components:
|
|
|
|
- esp_lcd
|
|
|
|
depends_filepatterns:
|
|
|
|
- components/driver/i2c/**/*
|
2023-08-03 12:31:36 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET not in ["esp32c3"]
|
|
|
|
temporary: true
|
|
|
|
reason: insufficient runners
|
2023-01-10 13:59:46 +08:00
|
|
|
|
2022-07-13 10:34:02 +08:00
|
|
|
components/esp_lcd/test_apps/i80_lcd:
|
2023-10-13 14:57:32 +08:00
|
|
|
depends_components:
|
|
|
|
- esp_lcd
|
2023-11-07 21:06:07 +08:00
|
|
|
- esp_driver_i2s
|
2022-07-13 10:34:02 +08:00
|
|
|
disable:
|
|
|
|
- if: SOC_LCD_I80_SUPPORTED != 1
|
|
|
|
|
|
|
|
components/esp_lcd/test_apps/rgb_lcd:
|
2023-10-13 14:57:32 +08:00
|
|
|
depends_components:
|
|
|
|
- esp_lcd
|
2022-07-13 10:34:02 +08:00
|
|
|
disable:
|
|
|
|
- if: SOC_LCD_RGB_SUPPORTED != 1
|
2023-01-10 13:59:46 +08:00
|
|
|
|
|
|
|
components/esp_lcd/test_apps/spi_lcd:
|
2023-10-13 14:57:32 +08:00
|
|
|
depends_components:
|
|
|
|
- esp_lcd
|
2023-10-19 14:38:32 +08:00
|
|
|
- esp_driver_spi
|
2023-01-10 13:59:46 +08:00
|
|
|
disable:
|
|
|
|
- if: SOC_GPSPI_SUPPORTED != 1
|