Reduce Number of Configs in Nightly Jobs
To save disk space for TF-M CI,
only configs with BL2 and NS will be built and tested in nightly jobs.
Change-Id: I710d7b4042d87570efd8faca1de6d16325827985
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index c9b2958..781571f 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -693,8 +693,8 @@
"test_psa_api": ["OFF"],
"cmake_build_type": ["Debug", "Release", "Minsizerel", "RelWithDebInfo"],
"with_otp": ["off"],
- "with_bl2": [True, False],
- "with_ns": [True, False],
+ "with_bl2": [True],
+ "with_ns": [True],
"profile": [""],
"partition_ps": ["ON"],
},
@@ -736,8 +736,8 @@
"test_psa_api": ["OFF"],
"cmake_build_type": ["Debug", "Release", "Minsizerel"],
"with_otp": ["off"],
- "with_bl2": [True, False],
- "with_ns": [True, False],
+ "with_bl2": [True],
+ "with_ns": [True],
"profile": ["profile_small", "profile_medium"],
"partition_ps": ["ON", "OFF"],
},
@@ -762,7 +762,7 @@
"cmake_build_type": ["Debug", "Release"],
"with_otp": ["off"],
"with_bl2": [True],
- "with_ns": [True, False],
+ "with_ns": [True],
"profile": [""],
"partition_ps": ["ON"],
},
@@ -781,7 +781,7 @@
"cmake_build_type": ["Debug", "Release"],
"with_otp": ["off"],
"with_bl2": [True],
- "with_ns": [True, False],
+ "with_ns": [True],
"profile": [""],
"partition_ps": ["ON"],
},
@@ -800,7 +800,7 @@
"cmake_build_type": ["Debug", "Release"],
"with_otp": ["ENABLED"],
"with_bl2": [True],
- "with_ns": [True, False],
+ "with_ns": [True],
"profile": [""],
"partition_ps": ["ON"],
},
@@ -1209,8 +1209,8 @@
"test_psa_api": ["OFF"],
"cmake_build_type": ["Debug", "Release", "Minsizerel", "RelWithDebInfo"],
"with_otp": ["off"],
- "with_bl2": [True, False],
- "with_ns": [True, False],
+ "with_bl2": [True],
+ "with_ns": [True],
"profile": [""],
"partition_ps": ["ON"],
},
@@ -1252,8 +1252,8 @@
"test_psa_api": ["OFF"],
"cmake_build_type": ["Debug", "Release", "Minsizerel"],
"with_otp": ["off"],
- "with_bl2": [True, False],
- "with_ns": [True, False],
+ "with_bl2": [True],
+ "with_ns": [True],
"profile": ["profile_small", "profile_medium"],
"partition_ps": ["ON", "OFF"],
},
@@ -1278,7 +1278,7 @@
"cmake_build_type": ["Debug", "Release"],
"with_otp": ["off"],
"with_bl2": [True],
- "with_ns": [True, False],
+ "with_ns": [True],
"profile": [""],
"partition_ps": ["ON"],
},
@@ -1297,7 +1297,7 @@
"cmake_build_type": ["Debug", "Release"],
"with_otp": ["off"],
"with_bl2": [True],
- "with_ns": [True, False],
+ "with_ns": [True],
"profile": [""],
"partition_ps": ["ON"],
},
@@ -1316,7 +1316,7 @@
"cmake_build_type": ["Debug", "Release"],
"with_otp": ["ENABLED"],
"with_bl2": [True],
- "with_ns": [True, False],
+ "with_ns": [True],
"profile": [""],
"partition_ps": ["ON"],
},