2022-07-13 10:34:02 +08:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
examples/zigbee/esp_zigbee_gateway:
|
|
|
|
disable:
|
2023-01-10 13:59:46 +08:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c6", "esp32h2"]
|
2022-07-13 10:34:02 +08:00
|
|
|
temporary: true
|
2022-10-27 18:55:07 +08:00
|
|
|
reason: target(s) not supported yet
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/zigbee/esp_zigbee_rcp:
|
|
|
|
enable:
|
2022-12-30 12:02:41 +08:00
|
|
|
- if: IDF_TARGET in ["esp32h4", "esp32c6"]
|
|
|
|
reason: should able to run on esp32h4 and esp32c6
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/zigbee/light_sample:
|
|
|
|
enable:
|
2022-12-30 12:02:41 +08:00
|
|
|
- if: IDF_TARGET in ["esp32h4", "esp32c6"]
|
|
|
|
reason: should able to run on esp32h4 and esp32c6
|