2022-07-12 22:34:02 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
examples/security/flash_encryption:
|
|
|
|
disable_test:
|
2024-08-26 07:06:03 -04:00
|
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2", "esp32c2", "esp32p4", "esp32c5", "esp32c61"]
|
2022-07-12 22:34:02 -04:00
|
|
|
temporary: true
|
|
|
|
reason: lack of runners
|
2023-03-09 05:29:08 -05:00
|
|
|
|
2023-10-25 05:45:42 -04:00
|
|
|
examples/security/hmac_soft_jtag:
|
|
|
|
disable:
|
|
|
|
- if: SOC_HMAC_SUPPORTED != 1
|
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET not in ["esp32c6"]
|
|
|
|
reason: sufficient to test on one HMAC-capable chip
|
|
|
|
depends_components:
|
|
|
|
- esp_hw_support
|
|
|
|
depends_filepatterns:
|
|
|
|
- examples/security/hmac_soft_jtag/**/*
|
|
|
|
|
2023-03-09 05:29:08 -05: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 11:07:00 -05:00
|
|
|
depends_components:
|
|
|
|
- nvs_flash
|
|
|
|
- nvs_sec_provider
|
|
|
|
depends_filepatterns:
|
|
|
|
- examples/security/nvs_encryption_hmac/**/*
|
2024-03-11 07:09:52 -04:00
|
|
|
|
|
|
|
examples/security/security_features_app:
|
|
|
|
disable:
|
|
|
|
- if: IDF_TARGET not in ["esp32c3"]
|