configs: Remove deprecated platforms from CI build
AN539: Announced in the TF-M mail list for deprecating AN539 after
v1.2.0.
SSE-200_AWS: Project out of date, and announced to deprecate this one
in the mail list from the next TF-M release.
Signed-off-by: Karl Zhang <karl.zhang@arm.com>
Change-Id: I874335cddb49cfa687c040b161a0e58174f1c342
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index c821830..47c9e57 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -199,9 +199,7 @@
("*", "*", "*", "2", "*", "*", "*", "*", "*", "*", "profile_small", "*"),
# Only AN521 and MUSCA_B1 support Isolation Level 3
("mps2/an519", "*", "*", "3", "*", "*", "*", "*", "*", "*", "*", "*"),
- ("mps2/an539", "*", "*", "3", "*", "*", "*", "*", "*", "*", "*", "*"),
("mps3/an524", "*", "*", "3", "*", "*", "*", "*", "*", "*", "*", "*"),
- ("mps2/sse-200_aws", "*", "*", "3", "*", "*", "*", "*", "*", "*", "*", "*"),
("musca_a", "*", "*", "3", "*", "*", "*", "*", "*", "*", "*", "*"),
("musca_s1", "*", "*", "3", "*", "*", "*", "*", "*", "*", "*", "*"),
("cypress/psoc64", "*", "*", "3", "*", "*", "*", "*", "*", "*", "*", "*"),
@@ -409,8 +407,7 @@
config_full = {"seed_params": {
"tfm_platform": ["mps2/an521", "mps2/an519",
"musca_a", "musca_b1/sse_200",
- "mps2/an539", "mps3/an524",
- "cypress/psoc64",
+ "mps3/an524", "cypress/psoc64",
"musca_b1/secure_enclave"],
"toolchain_file": ["toolchain_GNUARM.cmake",
"toolchain_ARMCLANG.cmake"],
@@ -439,8 +436,6 @@
"*", "*", "RelWithDebInfo", "*", "*", "*", "*", "*"),
("musca_b1/sse_200", "*", "*", "*",
"*", "*", "RelWithDebInfo", "*", "*", "*", "*", "*"),
- ("mps2/an539", "*", "*", "*",
- "*", "*", "RelWithDebInfo", "*", "*", "*", "*", "*"),
("mps3/an524", "*", "*", "*",
"*", "*", "RelWithDebInfo", "*", "*", "*", "*", "*"),
]
@@ -467,8 +462,7 @@
}
config_tfm_test2 = {"seed_params": {
- "tfm_platform": ["mps2/an519", "mps3/an524",
- "mps2/an539", "mps2/sse-200_aws"],
+ "tfm_platform": ["mps2/an519", "mps3/an524"],
"toolchain_file": ["toolchain_ARMCLANG.cmake",
"toolchain_GNUARM.cmake"],
"psa_api": [True, False],
@@ -610,7 +604,7 @@
config_release = {"seed_params": {
"tfm_platform": ["mps2/an521", "mps2/an519",
"musca_a", "musca_b1/sse_200", "musca_s1",
- "mps3/an524", "mps2/an539"],
+ "mps3/an524"],
"toolchain_file": ["toolchain_ARMCLANG.cmake",
"toolchain_GNUARM.cmake"],
"psa_api": [True, False],
@@ -685,8 +679,7 @@
config_nightly = {"seed_params": {
"tfm_platform": ["mps2/an521", "mps2/an519",
"musca_a", "musca_b1/sse_200", "musca_s1",
- "mps3/an524", "mps2/an539",
- "mps2/sse-200_aws", "cypress/psoc64",
+ "mps3/an524", "cypress/psoc64",
"musca_b1/secure_enclave"],
"toolchain_file": ["toolchain_GNUARM.cmake",
"toolchain_ARMCLANG.cmake"],
@@ -719,12 +712,8 @@
"*", "*", "RelWithDebInfo", "*", "*", "*", "*", "*"),
("musca_s1", "*", "*", "*",
"*", "*", "RelWithDebInfo", "*", "*", "*", "*", "*"),
- ("mps2/an539", "*", "*", "*",
- "*", "*", "RelWithDebInfo", "*", "*", "*", "*", "*"),
("mps3/an524", "*", "*", "*",
"*", "*", "RelWithDebInfo", "*", "*", "*", "*", "*"),
- ("mps2/sse-200_aws", "*", "*", "*",
- "*", "*", "RelWithDebInfo", "*", "*", "*", "*", "*"),
]
}