.build-test-rules.yml 458 B

1234567891011121314151617
  1. # Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
  2. examples/zigbee/esp_zigbee_gateway:
  3. disable:
  4. - if: IDF_TARGET == "esp32c2"
  5. temporary: true
  6. reason: target esp32c2 is not supported yet
  7. examples/zigbee/esp_zigbee_rcp:
  8. enable:
  9. - if: IDF_TARGET == "esp32h2"
  10. reason: only test on esp32h2
  11. examples/zigbee/light_sample:
  12. enable:
  13. - if: IDF_TARGET == "esp32h2"
  14. reason: only test on esp32h2