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:
|
2022-10-27 06:55:07 -04:00
|
|
|
- if: IDF_TARGET == "esp32c2" or IDF_TARGET == "esp32c6"
|
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:
|
2022-10-19 03:57:24 -04:00
|
|
|
- if: IDF_TARGET == "esp32h4"
|
|
|
|
reason: should able to run on esp32h4
|
2022-07-12 22:34:02 -04:00
|
|
|
|
|
|
|
examples/zigbee/light_sample:
|
|
|
|
enable:
|
2022-10-19 03:57:24 -04:00
|
|
|
- if: IDF_TARGET == "esp32h4"
|
|
|
|
reason: should able to run on esp32h4
|