mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8 lines
292 B
YAML
8 lines
292 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/app_update/test_apps:
|
|
disable:
|
|
- if: IDF_TARGET in ["esp32c6", "esp32h2", "esp32p4"]
|
|
temporary: true
|
|
reason: target esp32c6, esp32h2, esp32p4 is not supported yet # TODO: IDF-8068
|