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