.build-test-rules.yml 460 B

123456789101112131415
  1. # Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
  2. examples/security/flash_encryption:
  3. disable_test:
  4. - if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2", "esp32c2"]
  5. temporary: true
  6. reason: lack of runners
  7. examples/security/nvs_encryption_hmac:
  8. disable:
  9. - if: SOC_HMAC_SUPPORTED != 1
  10. disable_test:
  11. - if: IDF_TARGET not in ["esp32c3"]
  12. temporary: true
  13. reason: lack of runners