Revert "CI: Temporarily remove CS1000 configs from CI runs"
This reverts commit 8c2de82b583b868a0476a66ebfe66f42ad64e665.
Signed-off-by: Antonio de Angelis <antonio.deangelis@arm.com>
Change-Id: I41558e206731d7a2c246d90f4fb6fb9de3435042
diff --git a/build_helper/build_helper_configs.py b/build_helper/build_helper_configs.py
index bc10cb1..05a0b78 100755
--- a/build_helper/build_helper_configs.py
+++ b/build_helper/build_helper_configs.py
@@ -1004,7 +1004,7 @@
_builtin_configs = {
# per-patch test groups
"pp_test": config_pp_test,
- #"pp_corstone1000": config_corstone1000,
+ "pp_corstone1000": config_corstone1000,
# nightly test groups
"nightly_test": config_nightly_test,
@@ -1021,7 +1021,7 @@
"nightly_an547": config_an547,
"nightly_an552": config_an552,
"nightly_corstone310": config_corstone310,
- #"nightly_corstone1000": config_corstone1000,
+ "nightly_corstone1000": config_corstone1000,
"nightly_rss": config_rss,
"nightly_psoc64": config_psoc64,
"nightly_stm32l562e_dk": config_stm32l562e_dk,
@@ -1073,7 +1073,7 @@
"corstone310": config_corstone310,
"rss": config_rss,
"cypress_psoc64": config_psoc64,
- #"corstone1000": config_corstone1000,
+ "corstone1000": config_corstone1000,
"stm_stm32l562e_dk": config_stm32l562e_dk,
"stm_b_u585i_iot02a": config_b_u585i_iot02a,
"stm_nucleo_l552ze_q": config_nucleo_l552ze_q,