2023-11-22 04:27:43 -05:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
components/esp_driver_uart/test_apps/rs485:
|
|
|
|
disable:
|
|
|
|
- if: SOC_UART_SUPPORTED != 1
|
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET != "esp32"
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
|
|
|
depends_components:
|
|
|
|
- esp_driver_uart
|
|
|
|
- esp_driver_gpio
|
|
|
|
|
|
|
|
components/esp_driver_uart/test_apps/uart:
|
|
|
|
disable:
|
|
|
|
- if: SOC_UART_SUPPORTED != 1
|
2024-01-02 05:33:31 -05:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2024-01-03 06:32:00 -05:00
|
|
|
reason: test not pass, should be re-enable # TODO: IDF-8971
|
2023-11-22 04:27:43 -05:00
|
|
|
depends_components:
|
|
|
|
- esp_driver_uart
|
|
|
|
- esp_driver_gpio
|
2023-11-24 01:56:08 -05:00
|
|
|
|
|
|
|
components/esp_driver_uart/test_apps/uart_vfs:
|
|
|
|
depends_components:
|
|
|
|
- esp_driver_uart
|
|
|
|
- vfs
|