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

28 lines
893 B
YAML
Raw Normal View History

# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
examples/zigbee/esp_zigbee_gateway:
disable:
- if: IDF_TARGET == "esp32c2" or IDF_TARGET == "esp32c6"
temporary: true
reason: target(s) not supported yet
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
disable:
- if: IDF_TARGET == "esp32h4"
temporary: true
# TODO: rename esp32h2 to esp32h4 [IDF-6101]
reason: waiting for esp32h2 in the managed component be renamed to esp32h4
examples/zigbee/light_sample:
enable:
2022-10-19 03:57:24 -04:00
- if: IDF_TARGET == "esp32h4"
reason: should able to run on esp32h4
disable:
- if: IDF_TARGET == "esp32h4"
temporary: true
# TODO: rename esp32h2 to esp32h4 [IDF-6101]
reason: waiting for esp32h2 in the managed component be renamed to esp32h4