esp-idf/components/app_update/test_apps/.build-test-rules.yml

8 lines
266 B
YAML
Raw Normal View History

# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
components/app_update/test_apps:
disable:
2024-08-21 14:54:35 +08:00
- if: IDF_TARGET in ["esp32c61"]
temporary: true
2024-08-21 14:54:35 +08:00
reason: target esp32c61 is not supported yet # TODO: [ESP32C61] IDF-9245