Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Commits
1ddcd4b3
Commit
1ddcd4b3
authored
2 years ago
by
Pierre-Alain Loizeau
Browse files
Options
Downloads
Patches
Plain Diff
[CI] Enable mCBM 2022 L1 reco (was only in Weekly)
parent
eecb8066
No related branches found
No related tags found
1 merge request
!1090
Enable mCBM 2022 real data L1 reco for CI
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
macro/run/CMakeLists.txt
+31
-34
31 additions, 34 deletions
macro/run/CMakeLists.txt
with
31 additions
and
34 deletions
macro/run/CMakeLists.txt
+
31
−
34
View file @
1ddcd4b3
...
...
@@ -272,7 +272,7 @@ If(DEFINED ENV{RAW_DATA_PATH} )
SET
(
RAW_DATA_UNPACK_TO 700
)
# Nightly mode on run4: 298 for run 1588, 525 for 2391, 601 for 2488
SET
(
RAW_DATA_CHECK_TO 600
)
# Nightly mode on run4: 562 for run 1588
SET
(
RAW_DATA_BUILD_TO 250
)
# Nightly mode on run4: 155 for 2391, 190 for 2488
SET
(
RAW_DATA_RECO_TO 2
0
00
)
# 300 for 1 TS in 2391 and 2488
SET
(
RAW_DATA_RECO_TO 2
6
00
)
# 300 for 1 TS in 2391 and 2488
if
(
${
CBM_TEST_MODEL
}
MATCHES Weekly OR
${
CBM_TEST_MODEL
}
MATCHES Profile
)
Message
(
STATUS
"Profiling model detected, increasing timeout for mCBM 2021 tests with coverage."
)
SET
(
RAW_DATA_UNPACK_TO 800
)
# Coverage mode: 716 for run 1588 on run4
...
...
@@ -396,23 +396,21 @@ 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
}
\"
${
CBMROOT_BINARY_DIR
}
/macro/run/data/\" \"
${
CBMROOT_BINARY_DIR
}
/macro/run/data/\"
-1 kFALSE kTRUE kTRUE kTRUE kTRUE kFALSE kTRUE kFALSE kFALSE kTRUE kTRUE kFALSE
\"
${
CBMROOT_BINARY_DIR
}
/macro/run/data/
${
RUN
}
_
${
EVT_BUILD_TRIG
}
.events.root\" false
\"
${
CBMROOT_BINARY_DIR
}
/macro/run/data/
${
RUN
}
_first20Ts.digi.root\"
)
Set_Tests_Properties
(
${
testname
}
PROPERTIES
TIMEOUT
${
RAW_DATA_RECO_TO
}
FAIL_REGULAR_EXPRESSION
"segmentation violation"
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
FIXTURES_REQUIRED
"
${
fixture_geo_
${
RUN
}}
;
${
fixture_reco_toftr_
${
RUN
}}
"
FIXTURES_SETUP
${
fixture_reco_l1tr_
${
RUN
}}
)
endif
()
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
}
\"
${
CBMROOT_BINARY_DIR
}
/macro/run/data/\" \"
${
CBMROOT_BINARY_DIR
}
/macro/run/data/\"
-1 kFALSE kTRUE kTRUE kTRUE kTRUE kFALSE kTRUE kFALSE kFALSE kTRUE kTRUE kFALSE
\"
${
CBMROOT_BINARY_DIR
}
/macro/run/data/
${
RUN
}
_
${
EVT_BUILD_TRIG
}
.events.root\" false
\"
${
CBMROOT_BINARY_DIR
}
/macro/run/data/
${
RUN
}
_first20Ts.digi.root\"
# For CbmTimeslice object
)
Set_Tests_Properties
(
${
testname
}
PROPERTIES
TIMEOUT
${
RAW_DATA_RECO_TO
}
FAIL_REGULAR_EXPRESSION
"segmentation violation"
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
FIXTURES_REQUIRED
"
${
fixture_geo_
${
RUN
}}
;
${
fixture_reco_toftr_
${
RUN
}}
"
FIXTURES_SETUP
${
fixture_reco_l1tr_
${
RUN
}}
)
### Raw data analysis tests: event building and reconstruction => need calibration files!!
Set
(
testname mcbm_digievent_2022_
${
RUN
}
)
...
...
@@ -448,22 +446,21 @@ 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
}
\"
${
CBMROOT_BINARY_DIR
}
/macro/run/data/\" \"
${
CBMROOT_BINARY_DIR
}
/macro/run/data/\"
-1 kFALSE kTRUE kTRUE kTRUE kTRUE kFALSE kTRUE kFALSE kFALSE kTRUE kTRUE kFALSE
\"
${
CBMROOT_BINARY_DIR
}
/macro/run/data/
${
RUN
}
_
${
EVT_BUILD_TRIG
}
.digievents.root\" true
)
Set_Tests_Properties
(
${
testname
}
PROPERTIES
TIMEOUT
${
RAW_DATA_RECO_TO
}
FAIL_REGULAR_EXPRESSION
"segmentation violation"
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
FIXTURES_REQUIRED
"
${
fixture_geo_
${
RUN
}}
;
${
fixture_reco_toftr_digievent_
${
RUN
}}
"
FIXTURES_SETUP
${
fixture_reco_l1tr_digievent_
${
RUN
}}
)
endif
()
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
}
\"
${
CBMROOT_BINARY_DIR
}
/macro/run/data/\" \"
${
CBMROOT_BINARY_DIR
}
/macro/run/data/\"
-1 kFALSE kTRUE kTRUE kTRUE kTRUE kFALSE kTRUE kFALSE kFALSE kTRUE kTRUE kFALSE
\"
${
CBMROOT_BINARY_DIR
}
/macro/run/data/
${
RUN
}
_
${
EVT_BUILD_TRIG
}
.digievents.root\" true
\"
${
CBMROOT_BINARY_DIR
}
/macro/run/data/
${
RUN
}
_first20Ts.digi.root\"
# For CbmTimeslice object
)
Set_Tests_Properties
(
${
testname
}
PROPERTIES
TIMEOUT
${
RAW_DATA_RECO_TO
}
FAIL_REGULAR_EXPRESSION
"segmentation violation"
PASS_REGULAR_EXPRESSION
"Macro finished successfully"
FIXTURES_REQUIRED
"
${
fixture_geo_
${
RUN
}}
;
${
fixture_reco_toftr_digievent_
${
RUN
}}
"
FIXTURES_SETUP
${
fixture_reco_l1tr_digievent_
${
RUN
}}
)
EndIf
()
# If(EXISTS ${RAW_DATA_PATH}/${RUN}_first20Ts.tsa))
EndForEach
()
# ForEach(RUN 2391 2488 )
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment