2022-07-13 10:34:02 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
examples/openthread/ot_br:
|
2023-01-10 13:59:46 +08:00
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET in ["esp32h2"]
|
|
|
|
temporary: true
|
|
|
|
reason: target(s) not supported yet
|
2022-08-17 10:57:39 +08:00
|
|
|
disable_test:
|
2023-01-04 17:29:06 +08:00
|
|
|
- if: IDF_TARGET in ["esp32", "esp32c3", "esp32c2", "esp32c6", "esp32s2"]
|
2022-08-17 10:57:39 +08:00
|
|
|
temporary: true
|
|
|
|
reason: only test on esp32s3
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/openthread/ot_cli:
|
|
|
|
enable:
|
2023-03-22 16:26:29 +08:00
|
|
|
- if: IDF_TARGET in ["esp32h2", "esp32c6"]
|
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32c6"
|
|
|
|
temporary: true
|
|
|
|
reason: only test on esp32h2
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/openthread/ot_rcp:
|
|
|
|
enable:
|
2023-02-24 16:02:12 +08:00
|
|
|
- if: IDF_TARGET in ["esp32h2", "esp32c6"]
|
2023-03-22 16:26:29 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32h2"
|
2022-12-19 10:50:08 +08:00
|
|
|
temporary: true
|
2023-03-22 16:26:29 +08:00
|
|
|
reason: only test on esp32c6
|
2023-06-01 14:31:03 +08:00
|
|
|
|
|
|
|
examples/openthread/ot_sleepy_device:
|
|
|
|
enable:
|
2023-07-12 20:49:11 +08:00
|
|
|
- if: IDF_TARGET in ["esp32h2", "esp32c6"]
|
2023-06-01 14:31:03 +08:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET in ["esp32h2", "esp32c6"]
|
|
|
|
temporary: true
|
|
|
|
reason: No support # TO-DO: TZ-134
|