2023-04-18 03:04:14 -04:00
|
|
|
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
|
|
|
|
components/mbedtls/test_apps:
|
|
|
|
disable:
|
|
|
|
- if: CONFIG_NAME == "psram" and SOC_SPIRAM_SUPPORTED != 1
|
|
|
|
- if: CONFIG_NAME == "psram_all_ext" and SOC_SPIRAM_SUPPORTED != 1
|
|
|
|
- if: CONFIG_NAME == "ecdsa_sign" and SOC_ECDSA_SUPPORTED != 1
|
2024-01-02 05:33:31 -05:00
|
|
|
disable_test:
|
|
|
|
- if: IDF_TARGET == "esp32p4"
|
|
|
|
temporary: true
|
2024-01-03 06:32:00 -05:00
|
|
|
reason: test not pass, should be re-enable # TODO: IDF-8982
|
2024-01-16 03:59:12 -05:00
|
|
|
depends_components:
|
|
|
|
- efuse
|
|
|
|
depends_filepatterns:
|
|
|
|
- components/mbedtls/port/ecdsa/*
|