2022-07-13 02:34:02 +00:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
examples/security/flash_encryption:
|
|
|
|
disable_test:
|
2023-11-06 13:24:22 +00:00
|
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2", "esp32c2", "esp32p4"]
|
2022-07-13 02:34:02 +00:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
2023-03-09 10:29:08 +00:00
|
|
|
|
|
|
|
examples/security/nvs_encryption_hmac:
|
|
|
|
disable:
|
|
|
|
- if: SOC_HMAC_SUPPORTED != 1
|
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET not in ["esp32c3"]
|
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
2023-11-30 16:07:00 +00:00
|
|
|
depends_components:
|
|
|
|
- nvs_flash
|
|
|
|
- nvs_sec_provider
|
|
|
|
depends_filepatterns:
|
|
|
|
- examples/security/nvs_encryption_hmac/**/*
|