Skip to content
Snippets Groups Projects
Commit c012ae78 authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

Fixes to CI test for online binary

parent 9cfdbd9a
No related branches found
No related tags found
1 merge request!2026Online: fix wrong year in name of new par files
Pipeline #32967 passed
......@@ -40,7 +40,7 @@ if (DEFINED ENV{RAW_DATA_PATH})
Message( STATUS "MR or Continuous model detected, decreasing TS nb for OnlineReco tests to single one." )
SET( RECO_TS_NB 1)
SET( RECO_THREADS_NB $ENV{number_of_processors_for_test})
SET( ONLINE_RECO_TO 100) # MR mode on run4: 45-50s for 2391
SET( ONLINE_RECO_TO 200) # MR mode on run4: 45-50s for 2391
elseif(${CBM_TEST_MODEL} MATCHES Weekly OR ${CBM_TEST_MODEL} MATCHES Profile )
Message( STATUS "Profiling model detected, increasing timeout and TS nb for OnlineReco tests with coverage." )
SET( RECO_TS_NB 20)
......
......@@ -91,4 +91,4 @@ ensure_gt_zero "$log" "Triggers: %1, events %2"
ensure_gt_zero "$log" "TS contains Hits: STS=%1 TOF=%2 TRD=%3"
# Check Tracks
ensure_gt_zero "$log" "TrackingChain: Timeslice contains %1 tracks, with %2 sts hits, %3 tof hits, 0 trd hits;"
ensure_gt_zero "$log" "TrackingChain: Timeslice contains %1 tracks, with %2 sts hits, %3 tof hits, %4 trd hits;"
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