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
215c20f6
Commit
215c20f6
authored
2 years ago
by
Pierre-Alain Loizeau
Browse files
Options
Downloads
Patches
Plain Diff
[CI] Increase timeout for mCBM weekly reco tests
parent
0cc3112e
No related branches found
No related tags found
1 merge request
!1097
[CI] Increase timeout for mCBM weekly reco tests
Pipeline
#21218
passed
2 years ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
macro/run/CMakeLists.txt
+4
-4
4 additions, 4 deletions
macro/run/CMakeLists.txt
with
4 additions
and
4 deletions
macro/run/CMakeLists.txt
+
4
−
4
View file @
215c20f6
...
...
@@ -273,8 +273,8 @@ If(DEFINED ENV{RAW_DATA_PATH} )
SET
(
RAW_DATA_CHECK_TO 600
)
# Nightly mode on run4: 562 for run 1588
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
8
00
)
# Coverage mode: 716 for run 1588 on run4
SET
(
RAW_DATA_CHECK_TO
8
00
)
# Coverage mode: 654 for run 1588 on run4
SET
(
RAW_DATA_UNPACK_TO
16
00
)
# Coverage mode: 716 for run 1588 on run4
SET
(
RAW_DATA_CHECK_TO
10
00
)
# Coverage mode: 654 for run 1588 on run4
endif
()
# ====================================================================
...
...
@@ -324,8 +324,8 @@ If(DEFINED ENV{RAW_DATA_PATH} )
elseif
(
${
CBM_TEST_MODEL
}
MATCHES Weekly OR
${
CBM_TEST_MODEL
}
MATCHES Profile
)
Message
(
STATUS
"Profiling model detected, increasing timeout and event nb for mCBM 2022 tests with coverage."
)
SET
(
RECO_EVNTS_NB 20
)
SET
(
RAW_DATA_UNPACK_TO
22
00
)
# Coverage mode: 1669 for run 2391, 2085 for run 2488
SET
(
RAW_DATA_BUILD_TO
3
00
)
# Coverage mode: 171 for run 2391, 213 for run 2488
SET
(
RAW_DATA_UNPACK_TO
40
00
)
# Coverage mode: 1669 for run 2391, 2085 for run 2488
SET
(
RAW_DATA_BUILD_TO
6
00
)
# Coverage mode: 171 for run 2391, 213 for run 2488
SET
(
RAW_DATA_RECO_TO 7200
)
# Coverage mode: ~380 for 1 TS in 2391 and ~500 in 2488 on run4
List
(
APPEND mcbm_2022_runs 2391 2488
)
# Run CI only on 2391 until way to start at TS 5 of run 2488 found
else
()
...
...
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