From 8fd9f3d2e1a713f3e2e2e625788569b1007f40cc Mon Sep 17 00:00:00 2001 From: Jammu Kekkonen Date: Mon, 20 Jan 2020 09:54:28 +0200 Subject: [PATCH 1/3] add more targets to be tested by ci --- mbed_app.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/mbed_app.json b/mbed_app.json index 9eb3cc8..a000a6b 100644 --- a/mbed_app.json +++ b/mbed_app.json @@ -66,7 +66,8 @@ "mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP", "storage_tdb_internal.internal_base_address": "(1024*1024)", "storage_tdb_internal.internal_size" : "(96*1024)", - "storage.storage_type" : "TDB_INTERNAL" + "storage.storage_type" : "TDB_INTERNAL", + "run-ci" : 2 }, "NUCLEO_F429ZI": { "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""], @@ -82,7 +83,8 @@ "mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP", "storage_tdb_internal.internal_base_address": "(MBED_ROM_START+1024*1024)", "storage_tdb_internal.internal_size" : "(128*1024)", - "storage.storage_type" : "TDB_INTERNAL" + "storage.storage_type" : "TDB_INTERNAL", + "run-ci" : 2 }, "UBLOX_EVK_ODIN_W2": { "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""], @@ -104,7 +106,8 @@ "storage_filesystem.filesystem" : "LITTLE", "storage_filesystem.blockdevice" : "SD", "target.lse_available" : 0, - "target.macros_remove" : ["MBEDTLS_CONFIG_HW_SUPPORT"] + "target.macros_remove" : ["MBEDTLS_CONFIG_HW_SUPPORT"], + "run-ci" : 2 }, "UBLOX_C030_U201": { "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""], @@ -181,7 +184,8 @@ "esp8266.rst" : "PA_7", "esp8266.rts" : "PA_12", "esp8266.cts" : "PA_11", - "esp8266.provide-default" : true + "esp8266.provide-default" : true, + "run-ci" : 2 }, "NUMAKER_IOT_M487": { "target.extra_labels_add" : ["PSA"], @@ -238,7 +242,8 @@ "update-client.firmware-header-version" : "2", "update-client.storage-address" : "(MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_BASE_ADDRESS + MBED_CONF_STORAGE_FILESYSTEM_EXTERNAL_SIZE)", "update-client.storage-locations" : 1, - "update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)" + "update-client.storage-size" : "((MBED_ROM_START + MBED_ROM_SIZE - APPLICATION_ADDR) * MBED_CONF_UPDATE_CLIENT_STORAGE_LOCATIONS)", + "run-ci" : 2 }, "EP_AGORA": { "target.features_add" : ["LWIP", "STORAGE", "BOOTLOADER"], From bafdafc4f3f79dd5783cb285f39e5911648b00fb Mon Sep 17 00:00:00 2001 From: Jammu Kekkonen Date: Mon, 20 Jan 2020 15:39:43 +0200 Subject: [PATCH 2/3] disable testing on ublox and nucleo f411re --- mbed_app.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mbed_app.json b/mbed_app.json index a000a6b..3b0118a 100644 --- a/mbed_app.json +++ b/mbed_app.json @@ -106,8 +106,7 @@ "storage_filesystem.filesystem" : "LITTLE", "storage_filesystem.blockdevice" : "SD", "target.lse_available" : 0, - "target.macros_remove" : ["MBEDTLS_CONFIG_HW_SUPPORT"], - "run-ci" : 2 + "target.macros_remove" : ["MBEDTLS_CONFIG_HW_SUPPORT"] }, "UBLOX_C030_U201": { "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""], @@ -184,8 +183,7 @@ "esp8266.rst" : "PA_7", "esp8266.rts" : "PA_12", "esp8266.cts" : "PA_11", - "esp8266.provide-default" : true, - "run-ci" : 2 + "esp8266.provide-default" : true }, "NUMAKER_IOT_M487": { "target.extra_labels_add" : ["PSA"], From 3cb22985c67de7ce8e53856ad6be2909abbccd59 Mon Sep 17 00:00:00 2001 From: Jammu Kekkonen Date: Tue, 21 Jan 2020 09:27:40 +0200 Subject: [PATCH 3/3] disable tests for nucleo f429zi as they fail consistently --- mbed_app.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mbed_app.json b/mbed_app.json index 3b0118a..e12f892 100644 --- a/mbed_app.json +++ b/mbed_app.json @@ -83,8 +83,7 @@ "mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP", "storage_tdb_internal.internal_base_address": "(MBED_ROM_START+1024*1024)", "storage_tdb_internal.internal_size" : "(128*1024)", - "storage.storage_type" : "TDB_INTERNAL", - "run-ci" : 2 + "storage.storage_type" : "TDB_INTERNAL" }, "UBLOX_EVK_ODIN_W2": { "target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""],