esp-idf/examples/openthread/.build-test-rules.yml

24 lines
647 B
YAML
Raw Normal View History

# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
examples/openthread/ot_br:
2022-08-16 22:57:39 -04:00
disable_test:
- if: IDF_TARGET in ["esp32", "esp32c3", "esp32c2", "esp32c6", "esp32s2"]
2022-08-16 22:57:39 -04:00
temporary: true
reason: only test on esp32s3
examples/openthread/ot_cli:
enable:
- if: IDF_TARGET in ["esp32h4", "esp32c6"]
disable_test:
- if: IDF_TARGET == "esp32c6"
temporary: true
2022-10-19 03:57:24 -04:00
reason: only test on esp32h4
examples/openthread/ot_rcp:
enable:
- if: IDF_TARGET in ["esp32h4", "esp32c6"]
disable_test:
- if: IDF_TARGET == "esp32c6"
temporary: true
2022-10-19 03:57:24 -04:00
reason: only test on esp32h4