Skip to content

Commit ede4f6f

Browse files
author
Jammu Kekkonen
authored
Merge pull request #91 from ARMmbed/ci-test-branch
Add ci control to mbed_app.json
2 parents 1f1d102 + 6f5ad99 commit ede4f6f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

mbed_app.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"mbed-cloud-client.update-storage" : "ARM_UCP_FLASHIAP",
5050
"storage_tdb_internal.internal_base_address": "(512*1024)",
5151
"storage_tdb_internal.internal_size" : "(32*1024)",
52-
"storage.storage_type" : "TDB_INTERNAL"
52+
"storage.storage_type" : "TDB_INTERNAL",
53+
"run-ci" : 2
5354
},
5455
"K66F": {
5556
"target.macros_add" : ["MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\""],
@@ -324,6 +325,11 @@
324325
"help" : "Helper macro to enable calculation of rom regions. target.header_offset and target.app_offset still needs to be calculated manually, though.",
325326
"value" : "(32*1024)",
326327
"macro_name": "MBED_BOOTLOADER_SIZE"
328+
},
329+
"run-ci": {
330+
"help" : "Configuration item to control the level of CI verification. 0 = ignored, 1 = build-only, 2 = build + E2E tests",
331+
"accepted_values": [0, 1, 2],
332+
"value" : 1
327333
}
328334
}
329335
}

0 commit comments

Comments
 (0)