summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBence Balogh <bence.balogh@arm.com>2023-12-20 11:00:20 +0100
committerBence Balogh <bence.balogh@arm.com>2023-12-20 11:09:15 +0100
commit30eee497b974261e14f410261eeb2f18d84273b5 (patch)
tree8324642ed84c20f309e1faea06419d329667051b
parentd13db15e87dfed44bc3f4ba0647c77d754cd0269 (diff)
Build: Disable ITS and IPC tests for Corstone-1000
The flash has almost overflowed after the changes in the Corstone-1000 TF-M port. The ITS and IPC tests have to be disabled to prevent failed jobs in case of further size increases. Change-Id: I915d88eb4e5ee41ab02cade554ca6e1624196332 Signed-off-by: Bence Balogh <bence.balogh@arm.com>
-rw-r--r--build_helper/build_helper_config_maps.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_helper/build_helper_config_maps.py b/build_helper/build_helper_config_maps.py
index 3f18400..c9022e2 100644
--- a/build_helper/build_helper_config_maps.py
+++ b/build_helper/build_helper_config_maps.py
@@ -90,6 +90,8 @@ mapExtraParams = {
"FVP" : "-DPLATFORM_IS_FVP=True ",
"FPGA" : "-DPLATFORM_IS_FVP=False -DTEST_S_PLATFORM=OFF ",
"CS1K_TEST" : ("-DTEST_S_PS=OFF "
+ "-DTEST_S_ITS=OFF "
+ "-DTEST_S_IPC=OFF "
"-DEXTRA_S_TEST_SUITE_PATH=%(codebase_root_dir)s/platform/ext/target/arm/corstone1000/ci_regression_tests/ "),
# Extra test cases