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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Commits
05cf27fa
Commit
05cf27fa
authored
2 years ago
by
Pierre-Alain Loizeau
Browse files
Options
Downloads
Patches
Plain Diff
Set mCBM L1 CI tests to run only in Weekly as too slow for now
parent
85e0f19d
No related branches found
No related tags found
No related merge requests found
Pipeline
#20330
failed
2 years ago
Stage: checkRepository
Stage: checkFormat
Stage: build
Stage: finalise
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
macro/run/CMakeLists.txt
+33
-29
33 additions, 29 deletions
macro/run/CMakeLists.txt
with
33 additions
and
29 deletions
macro/run/CMakeLists.txt
+
33
−
29
View file @
05cf27fa
...
...
@@ -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 )
...
...
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