ci(build): fixed/ignored warnings from unknown symbols in sdkconfig.defaults

This commit is contained in:
Marius Vikhammer
2023-04-18 15:04:14 +08:00
parent ef8a4dc6ff
commit 77bb19c49e
19 changed files with 104 additions and 24 deletions

View File

@@ -0,0 +1,7 @@
# 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

View File

@@ -60,7 +60,6 @@ def test_mbedtls_psram(dut: Dut) -> None:
@pytest.mark.parametrize(
'config',
[
'psram_esp32',
'psram_all_ext',
],
indirect=True,

View File

@@ -1,3 +0,0 @@
CONFIG_SPIRAM=y
CONFIG_ESP_INT_WDT_TIMEOUT_MS=800
CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY=y