2024-04-17 09:44:19 +02:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
tools/test_apps/security/secure_boot:
|
2025-07-15 11:36:34 +05:30
|
|
|
enable:
|
|
|
|
- if: CONFIG_NAME == "qemu"
|
2024-04-17 09:44:19 +02:00
|
|
|
reason: the test can only run on an FPGA as efuses need to be reset during the test.
|
2025-07-15 11:36:34 +05:30
|
|
|
disable:
|
|
|
|
- if: CONFIG_NAME != "qemu" or IDF_TARGET == "linux"
|
|
|
|
reason: Skipping redundant CI builds for all the targets.
|
2024-04-17 09:44:19 +02:00
|
|
|
|
|
|
|
tools/test_apps/security/signed_app_no_secure_boot:
|
|
|
|
enable:
|
|
|
|
- if: IDF_TARGET in ["esp32c2", "esp32c3"]
|
|
|
|
temporary: true
|
|
|
|
reason: No need to test on all targets
|