mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
18 lines
443 B
YAML
18 lines
443 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
examples/openthread/ot_br:
|
|
disable:
|
|
- if: IDF_TARGET == "esp32c2"
|
|
temporary: true
|
|
reason: target esp32c2 is not supported yet
|
|
|
|
examples/openthread/ot_cli:
|
|
enable:
|
|
- if: IDF_TARGET == "esp32h2"
|
|
reason: only test on esp32h2
|
|
|
|
examples/openthread/ot_rcp:
|
|
enable:
|
|
- if: IDF_TARGET == "esp32h2"
|
|
reason: only test on esp32h2
|