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:
|
2022-10-27 06:55:07 -04:00
|
|
|
- if: IDF_TARGET == "esp32c2" or IDF_TARGET == "esp32c6"
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
2022-10-27 06:55:07 -04:00
|
|
|
reason: target(s) 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:
|
2022-10-19 03:57:24 -04:00
|
|
|
- if: IDF_TARGET == "esp32h4"
|
|
|
|
reason: only test on esp32h4
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
examples/openthread/ot_rcp:
|
|
|
|
enable:
|
2022-10-19 03:57:24 -04:00
|
|
|
- if: IDF_TARGET == "esp32h4"
|
|
|
|
reason: only test on esp32h4
|