From 8e5a87f000124c5aca8e5fe30ab289f07c5bf1d5 Mon Sep 17 00:00:00 2001
From: "se.gorbunov" <se.gorbunov@gsi.de>
Date: Thu, 29 Jun 2023 13:22:17 +0000
Subject: [PATCH] update of mcbm CI tests

---
 macro/mcbm/CMakeLists.txt | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/macro/mcbm/CMakeLists.txt b/macro/mcbm/CMakeLists.txt
index da22a222a6..945dea3817 100644
--- a/macro/mcbm/CMakeLists.txt
+++ b/macro/mcbm/CMakeLists.txt
@@ -27,12 +27,10 @@ Set(randomSeed 1)
 # Nightly if for now not different from CI so the "extras" are used only in Weekly
 If(${CBM_TEST_MODEL} MATCHES Weekly)
   List(APPEND cbm_setup mcbm_beam_2021_07_surveyed) # Default
-  List(APPEND cbm_setup mcbm_beam_2022_02 mcbm_beam_2022_03 mcbm_beam_2022_04 mcbm_beam_2022_05) # Non-default current/future setups
-#  List(APPEND cbm_setup mcbm_beam_2020_03 mcbm_beam_2021_03) # Legacy
+  List(APPEND cbm_setup mcbm_beam_2022_05_23_nickel mcbm_beam_2022_06_16_gold mcbm_beam_2022_06_18_gold mcbm_beam_2022_03_28_uranium) # Default mCBM 2022 setups
 Else()
   List(APPEND cbm_setup mcbm_beam_2021_07_surveyed) # Default
-  List(APPEND cbm_setup mcbm_beam_2022_03 ) # Non-default, representative & complete example of mCBM 2022 setups
-#  List(APPEND cbm_setup mcbm_beam_2022_02 mcbm_beam_2022_04 mcbm_beam_2022_05) # Non-default current/future setups, missing parameters
+  List(APPEND cbm_setup mcbm_beam_2022_05_23_nickel ) # Default, representative & complete example of mCBM 2022 setups
 EndIf()
 
 # =====   Cleanup the data directory   =======================================
-- 
GitLab