Reduce Number of Configs in Release Job

To save disk space of TF-M CI,
only test configs with BL2 and NS in release job.

Change-Id: I3b2ac69e783aa9e8950e4db38f097f0420ca2d53
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 0ad3c1b..8fd3ee2 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -261,7 +261,7 @@
                 "cmake_build_type": ["Debug", "Release", "Minsizerel"],
                 "with_otp":         ["off"],
                 "with_bl2":         [True],
-                "with_ns":          [True, False],
+                "with_ns":          [True],
                 "profile":          [""],
                 "partition_ps":     ["ON"],
                 },
@@ -280,7 +280,7 @@
                 "cmake_build_type": ["Debug", "Release", "Minsizerel"],
                 "with_otp":         ["off"],
                 "with_bl2":         [True],
-                "with_ns":          [True, False],
+                "with_ns":          [True],
                 "profile":          [""],
                 "partition_ps":     ["ON"],
                 },
@@ -302,7 +302,7 @@
                 "cmake_build_type": ["Debug", "Release", "Minsizerel"],
                 "with_otp":         ["ENABLED"],
                 "with_bl2":         [True],
-                "with_ns":          [True, False],
+                "with_ns":          [True],
                 "profile":          [""],
                 "partition_ps":     ["ON"],
                 },
@@ -321,7 +321,7 @@
                 "cmake_build_type": ["Debug", "Release", "Minsizerel"],
                 "with_otp":         ["ENABLED"],
                 "with_bl2":         [True],
-                "with_ns":          [True, False],
+                "with_ns":          [True],
                 "profile":          [""],
                 "partition_ps":     ["ON"],
                 },
@@ -474,8 +474,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":          [""],
                 "partition_ps":     ["ON"],
                 },
@@ -494,8 +494,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":          [""],
                 "partition_ps":     ["ON"],
                 },
@@ -517,8 +517,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"],
                 },
@@ -540,7 +540,7 @@
                 "cmake_build_type": ["Debug", "Release", "Minsizerel"],
                 "with_otp":         ["ENABLED"],
                 "with_bl2":         [True],
-                "with_ns":          [True, False],
+                "with_ns":          [True],
                 "profile":          [""],
                 "partition_ps":     ["ON"],
                 },
@@ -1014,8 +1014,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":          [""],
                 "partition_ps":     ["ON"],
                 },
@@ -1041,8 +1041,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":          [""],
                 "partition_ps":     ["ON"],
                 },
@@ -1064,8 +1064,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"],
                 },
@@ -1087,7 +1087,7 @@
                 "cmake_build_type": ["Debug", "Release", "Minsizerel"],
                 "with_otp":         ["ENABLED"],
                 "with_bl2":         [True],
-                "with_ns":          [True, False],
+                "with_ns":          [True],
                 "profile":          [""],
                 "partition_ps":     ["ON"],
                 },
@@ -1109,7 +1109,7 @@
                 "cmake_build_type": ["Debug", "Release", "Minsizerel"],
                 "with_otp":         ["off"],
                 "with_bl2":         [True],
-                "with_ns":          [True, False],
+                "with_ns":          [True],
                 "profile":          [""],
                 "partition_ps":     ["ON"],
                 },
@@ -1128,7 +1128,7 @@
                 "cmake_build_type": ["Debug", "Release", "Minsizerel"],
                 "with_otp":         ["off"],
                 "with_bl2":         [True],
-                "with_ns":          [True, False],
+                "with_ns":          [True],
                 "profile":          [""],
                 "partition_ps":     ["ON"],
                 },
@@ -1150,7 +1150,7 @@
                 "cmake_build_type": ["Debug", "Release", "Minsizerel"],
                 "with_otp":         ["ENABLED"],
                 "with_bl2":         [True],
-                "with_ns":          [True, False],
+                "with_ns":          [True],
                 "profile":          [""],
                 "partition_ps":     ["ON"],
                 },
@@ -1169,7 +1169,7 @@
                 "cmake_build_type": ["Debug", "Release", "Minsizerel"],
                 "with_otp":         ["ENABLED"],
                 "with_bl2":         [True],
-                "with_ns":          [True, False],
+                "with_ns":          [True],
                 "profile":          [""],
                 "partition_ps":     ["ON"],
                 },