Skip to content
Snippets Groups Projects
Commit 2b84d89b authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau Committed by Florian Uhlig
Browse files

Set mCBM L1 CI tests to run only in Weekly as too slow for now

parent cd0925f4
No related branches found
No related tags found
No related merge requests found
Pipeline #20367 passed
......@@ -437,6 +437,7 @@ If(DEFINED ENV{RAW_DATA_PATH} )
### Raw analysis tests: (event building and) reconstruction => need calibration files!!
### => L1 needs around 2000 seconds to complete 1 TS (mostly in GlobalFindTracksEvents) with trigger 4
if(${CBM_TEST_MODEL} MATCHES Weekly)
Set(testname mcbm_reco_l1tr_2022_${RUN})
Set(fixture_reco_l1tr_${RUN} fixture_done_${testname})
Add_Test(${testname} ${CBMROOT_BINARY_DIR}/macro/beamtime/mcbm2022/mcbm_reco.sh ${RUN} ${RECO_EVNTS_NB}
......@@ -452,6 +453,7 @@ If(DEFINED ENV{RAW_DATA_PATH} )
FIXTURES_REQUIRED "${fixture_geo_${RUN}};${fixture_reco_toftr_${RUN}}"
FIXTURES_SETUP ${fixture_reco_l1tr_${RUN}}
)
endif()
### Raw data analysis tests: event building and reconstruction => need calibration files!!
Set(testname mcbm_digievent_2022_${RUN})
......@@ -487,6 +489,7 @@ If(DEFINED ENV{RAW_DATA_PATH} )
### Raw analysis tests: reconstruction from digievent => need calibration files!!
### => L1 needs around 2000 seconds to complete 1 TS (mostly in GlobalFindTracksEvents) with trigger 4
if(${CBM_TEST_MODEL} MATCHES Weekly)
Set(testname mcbm_reco_l1tr_digievent_2022_${RUN})
Set(fixture_reco_l1tr_digievent_${RUN} fixture_done_${testname})
Add_Test(${testname} ${CBMROOT_BINARY_DIR}/macro/beamtime/mcbm2022/mcbm_reco.sh ${RUN} ${RECO_EVNTS_NB}
......@@ -501,6 +504,7 @@ If(DEFINED ENV{RAW_DATA_PATH} )
FIXTURES_REQUIRED "${fixture_geo_${RUN}};${fixture_reco_toftr_digievent_${RUN}}"
FIXTURES_SETUP ${fixture_reco_l1tr_digievent_${RUN}}
)
endif()
EndIf() # If(EXISTS ${RAW_DATA_PATH}/${RUN}_first20Ts.tsa))
EndForEach() # ForEach(RUN 2391 2488 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment