Skip to content
Snippets Groups Projects
Commit 05321441 authored by Sergei Zharko's avatar Sergei Zharko
Browse files

Timeout for mcbm_2024_rec_3105 is temporarily increased to 95s, timeout for...

Timeout for mcbm_2024_rec_3105 is temporarily increased to 95s, timeout for mcbm_2024_qa_3105 is increased to 135s

Extra time is needed to initialize the KF-setup instance in CbmL1::Init(), which
is done aside to the old geometry scheme intialization for CA. Keeping
of the two setup versions is temporary until the track-fitting utilities will
be fully moved to the KF framework.
parent df1abd74
No related branches found
No related tags found
1 merge request!1931Adding KF-setup to the ca::Parameters
Pipeline #31451 passed
......@@ -57,21 +57,21 @@ If(DEFINED ENV{RAW_DATA_PATH} )
Message( STATUS "MR or Continuous model detected, decreasing event nb for mCBM 2024 reco tests to single one." )
SET( RECO_TS_NB 11)
SET( RAW_DATA_UNPACK_TO 100) # MR mode on run4: 80s
SET( DIGI_RECO_TO 70) # MR mode on run4: 60s
SET( RECO_QA_TO 90) # MR mode on run4: 70
SET( DIGI_RECO_TO 95) # MR mode on run4: 60s
SET( RECO_QA_TO 135) # MR mode on run4: 70
List(APPEND mcbm_2024_runs 3105) # Run CI only on 3105 for now
elseif(${CBM_TEST_MODEL} MATCHES Weekly OR ${CBM_TEST_MODEL} MATCHES Profile )
Message( STATUS "Profiling model detected, increasing timeout and event nb for mCBM 2024 tests with coverage." )
SET( RECO_TS_NB 20)
SET( RAW_DATA_UNPACK_TO 1200) # Weekly mode on virgo: ?? s
SET( DIGI_RECO_TO 1200) # Weekly mode on virgo: ?? s
SET( RECO_QA_TO 1200) # Weekly mode on virgo: ?? s
SET( DIGI_RECO_TO 1400) # Weekly mode on virgo: ?? s
SET( RECO_QA_TO 1500) # Weekly mode on virgo: ?? s
List(APPEND mcbm_2024_runs 3105) # Run CI only on 3105 for now
else()
SET( RECO_TS_NB 13)
SET( RAW_DATA_UNPACK_TO 200) # MR mode on run4: 80s, spiil start at TS 10
SET( DIGI_RECO_TO 140) # MR mode on run4: 60s, spiil start at TS 10
SET( RECO_QA_TO 180) # MR mode on run4: 70, spiil start at TS 10
SET( DIGI_RECO_TO 180) # MR mode on run4: 60s, spiil start at TS 10
SET( RECO_QA_TO 200) # MR mode on run4: 70, spiil start at TS 10
List(APPEND mcbm_2024_runs 3105) # Run CI only on 3105 for now
endif()
......
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