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

44 lines
1.2 KiB
YAML
Raw Normal View History

# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
examples/openthread/ot_br:
2023-01-10 00:59:46 -05:00
disable:
- if: IDF_TARGET in ["esp32h2"]
temporary: true
reason: target(s) not supported yet
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: SOC_IEEE802154_SUPPORTED == 1
2023-03-22 04:26:29 -04:00
disable_test:
- if: IDF_TARGET == "esp32c6"
temporary: true
reason: only test on esp32h2
examples/openthread/ot_rcp:
enable:
- if: SOC_IEEE802154_SUPPORTED == 1
2023-03-22 04:26:29 -04:00
disable_test:
- if: IDF_TARGET == "esp32h2"
temporary: true
2023-03-22 04:26:29 -04:00
reason: only test on esp32c6
2023-06-01 02:31:03 -04:00
examples/openthread/ot_sleepy_device/deep_sleep:
2023-06-01 02:31:03 -04:00
enable:
- if: SOC_IEEE802154_SUPPORTED == 1
2023-06-01 02:31:03 -04:00
disable_test:
- if: SOC_IEEE802154_SUPPORTED == 1
temporary: true
reason: Unsupport # TO-DO: TZ-134
examples/openthread/ot_sleepy_device/light_sleep:
enable:
- if: SOC_IEEE802154_SUPPORTED == 1
disable_test:
- if: SOC_IEEE802154_SUPPORTED == 1
2023-06-01 02:31:03 -04:00
temporary: true
reason: Unsupport # TO-DO: TZ-134