2022-07-12 22:34:02 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
2024-03-19 22:15:31 -04:00
|
|
|
components/esp_system/test_apps/console:
|
|
|
|
disable:
|
|
|
|
- if: CONFIG_NAME == "serial_jtag_only" and SOC_USB_SERIAL_JTAG_SUPPORTED != 1
|
|
|
|
|
2023-04-21 00:37:30 -04:00
|
|
|
components/esp_system/test_apps/esp_system_unity_tests:
|
|
|
|
disable:
|
2024-04-01 00:25:38 -04:00
|
|
|
- if: IDF_TARGET == "esp32c5" or (CONFIG_NAME == "psram" and SOC_SPIRAM_SUPPORTED != 1)
|
|
|
|
temporary: true
|
|
|
|
reason: C5 not support yet # TODO: [ESP32C5] IDF-8690
|
2023-04-21 00:37:30 -04:00
|
|
|
|
2023-03-27 05:41:44 -04:00
|
|
|
components/esp_system/test_apps/linux_apis:
|
2022-11-03 11:59:19 -04:00
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET == "linux"
|