.build-test-rules.yml 351 B

1234567891011
  1. # Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
  2. examples/security/flash_encryption:
  3. disable:
  4. - if: IDF_TARGET == "esp32c2"
  5. temporary: true
  6. reason: target esp32c2 is not supported yet
  7. disable_test:
  8. - if: IDF_TARGET in ["esp32s2", "esp32s3"]
  9. temporary: true
  10. reason: lack of runners