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-04-04 12:06:01 +08:00
|
|
|
- if: IDF_TARGET in ["esp32c2", "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:
|
2023-04-07 13:49:39 +08:00
|
|
|
- if: IDF_TARGET in ["esp32c6", "esp32h2"]
|
|
|
|
reason: should able to run on esp32h2 and esp32c6
|
2022-07-13 10:34:02 +08:00
|
|
|
|
|
|
|
examples/zigbee/light_sample:
|
|
|
|
enable:
|
2023-04-07 13:49:39 +08:00
|
|
|
- if: IDF_TARGET in ["esp32c6", "esp32h2"]
|
|
|
|
reason: should able to run on esp32h2 and esp32c6
|