Skip to content
Snippets Groups Projects
Commit e9e03fed authored by Administrator's avatar Administrator
Browse files

Remove obsolete setups from test suite

The setups labeled APR21 and DEC21 were only for testing purposes and will be
removed from the repository with one of the next commits. So we have to remove
the tests using these setups.
parent 67d157d5
No related branches found
No related tags found
1 merge request!789Remove obsolete setups from test suite
Pipeline #16797 passed
......@@ -40,14 +40,14 @@ math(EXPR nBeam "${nEvents} * 3")
# ===== Define the different setups to be tested with ====================
if(NOT ${CBM_TEST_MODEL} MATCHES Experimental )
List(APPEND cbm_setup
sis100_hadron_APR21 sis100_hadron_DEC21 sis100_hadron
sis100_electron_APR21 sis100_electron_DEC21 sis100_electron
sis100_muon_lmvm_APR21
sis100_muon_jpsi_APR21
sis100_hadron
sis100_electron
sis100_muon_lmvm
sis100_muon_jpsi
sis300_electron
)
else()
List(APPEND cbm_setup sis100_electron_APR21 sis100_muon_jpsi_APR21)
List(APPEND cbm_setup sis100_electron sis100_muon_jpsi)
endif()
# ============================================================================
......@@ -67,21 +67,9 @@ foreach(setup IN LISTS cbm_setup)
# --- Short name for setup
if(setup MATCHES sis100_hadron)
if(setup MATCHES APR21)
set(sname s100h_apr21)
elseif(setup MATCHES DEC21)
set(sname s100h_dec21)
else()
set(sname s100h)
endif()
elseif(setup MATCHES sis100_electron)
if(setup MATCHES APR21)
set(sname s100e_apr21)
elseif(setup MATCHES DEC21)
set(sname s100e_dec21)
else()
set(sname s100e)
endif()
elseif(setup MATCHES sis100_muon_lmvm)
set(sname s100m2)
elseif(setup MATCHES sis100_muon_jpsi)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment