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") ...@@ -40,14 +40,14 @@ math(EXPR nBeam "${nEvents} * 3")
# ===== Define the different setups to be tested with ==================== # ===== Define the different setups to be tested with ====================
if(NOT ${CBM_TEST_MODEL} MATCHES Experimental ) if(NOT ${CBM_TEST_MODEL} MATCHES Experimental )
List(APPEND cbm_setup List(APPEND cbm_setup
sis100_hadron_APR21 sis100_hadron_DEC21 sis100_hadron sis100_hadron
sis100_electron_APR21 sis100_electron_DEC21 sis100_electron sis100_electron
sis100_muon_lmvm_APR21 sis100_muon_lmvm
sis100_muon_jpsi_APR21 sis100_muon_jpsi
sis300_electron sis300_electron
) )
else() else()
List(APPEND cbm_setup sis100_electron_APR21 sis100_muon_jpsi_APR21) List(APPEND cbm_setup sis100_electron sis100_muon_jpsi)
endif() endif()
# ============================================================================ # ============================================================================
...@@ -67,23 +67,11 @@ foreach(setup IN LISTS cbm_setup) ...@@ -67,23 +67,11 @@ foreach(setup IN LISTS cbm_setup)
# --- Short name for setup # --- Short name for setup
if(setup MATCHES sis100_hadron) if(setup MATCHES sis100_hadron)
if(setup MATCHES APR21) set(sname s100h)
set(sname s100h_apr21)
elseif(setup MATCHES DEC21)
set(sname s100h_dec21)
else()
set(sname s100h)
endif()
elseif(setup MATCHES sis100_electron) elseif(setup MATCHES sis100_electron)
if(setup MATCHES APR21) set(sname s100e)
set(sname s100e_apr21)
elseif(setup MATCHES DEC21)
set(sname s100e_dec21)
else()
set(sname s100e)
endif()
elseif(setup MATCHES sis100_muon_lmvm) elseif(setup MATCHES sis100_muon_lmvm)
set(sname s100m2) set(sname s100m2)
elseif(setup MATCHES sis100_muon_jpsi) elseif(setup MATCHES sis100_muon_jpsi)
set(sname s100m3) set(sname s100m3)
elseif(setup MATCHES sis300_electron) elseif(setup MATCHES sis300_electron)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment