kopia lustrzana https://github.com/espressif/esp-idf
16 wiersze
460 B
YAML
16 wiersze
460 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
examples/security/flash_encryption:
|
|
disable_test:
|
|
- if: IDF_TARGET in ["esp32s2", "esp32s3", "esp32c6", "esp32h2", "esp32c2"]
|
|
temporary: true
|
|
reason: lack of runners
|
|
|
|
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
|