Build: Enable L3 for arch tests
Crypto, Attest & Storage tests support Isolation Level 3 now.
Enable related build configs on Open CI.
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: Ide192158fefa2a3eaac152cc5d04aa8e2c6f0e09
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index bef04cd..3f80996 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -154,11 +154,8 @@
("*", "*", "*", "*", "*", "CRYPTO", "*", "*", "*", False, "*", "*", "*"),
("*", "*", "*", "*", "*", "INITIAL_ATTESTATION", "*", "*", "*", False, "*", "*", "*"),
("*", "*", "*", "*", "*", "STORAGE", "*", "*", "*", False, "*", "*", "*"),
- # PSA_ACK does not support LVL3
+ # PSA_ACK IPC (FF) does not support LVL3
("*", "*", "*", "3", "*", "IPC", "*", "*", "*", "*", "*", "*", "*"),
- ("*", "*", "*", "3", "*", "CRYPTO", "*", "*", "*", "*", "*", "*", "*"),
- ("*", "*", "*", "3", "*", "INITIAL_ATTESTATION", "*", "*", "*", "*", "*", "*", "*"),
- ("*", "*", "*", "3", "*", "STORAGE", "*", "*", "*", "*", "*", "*", "*"),
# Musca requires BL2
("arm/musca_b1/sse_200", "*", "*", "*", "*", "*", "*", "*", False, "*", "*", "*", "*"),
("arm/musca_s1", "*", "*", "*", "*", "*", "*", "*", False, "*", "*", "*", "*"),