2022-07-12 22:34:02 -04:00
|
|
|
# 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
|
2022-08-16 22:57:39 -04:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c3", "esp32s2"]
|
|
|
|
temporary: true
|
|
|
|
reason: only test on esp32s3
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
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
|