Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LHCbNightlyConf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LHCb Core Software
LHCbNightlyConf
Commits
89c1751b
Commit
89c1751b
authored
1 week ago
by
Marco Clemencic
Browse files
Options
Downloads
Patches
Plain Diff
Use default Gaudi version in lhcb-run5
parent
8d25dc55
No related branches found
No related tags found
1 merge request
!1333
Change LCG default version from 105c to 106c
Pipeline
#11009876
passed
1 week ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lhcbnightlyconf/Run5.py
+4
-2
4 additions, 2 deletions
lhcbnightlyconf/Run5.py
with
4 additions
and
2 deletions
lhcbnightlyconf/Run5.py
+
4
−
2
View file @
89c1751b
...
@@ -13,7 +13,8 @@ from lb.nightly.configuration import Project, Slot
...
@@ -13,7 +13,8 @@ from lb.nightly.configuration import Project, Slot
from
.Common
import
(
DEFAULT_CACHE_ENTRIES
,
DEFAULT_ENV
,
ERROR_EXCEPTIONS
,
from
.Common
import
(
DEFAULT_CACHE_ENTRIES
,
DEFAULT_ENV
,
ERROR_EXCEPTIONS
,
WARNINGS_EXCEPTIONS
)
WARNINGS_EXCEPTIONS
)
from
.Main
import
LCG_DEFAULT_VERSION
from
.Main
import
(
DEFAULT_GAUDI_RELEASED
,
DEFAULT_GAUDI_VERSION
,
LCG_DEFAULT_VERSION
)
run5
=
Slot
(
run5
=
Slot
(
"
lhcb-run5
"
,
"
lhcb-run5
"
,
...
@@ -21,7 +22,7 @@ run5 = Slot(
...
@@ -21,7 +22,7 @@ run5 = Slot(
projects
=
[
projects
=
[
Project
(
name
,
version
)
for
name
,
version
in
[
Project
(
name
,
version
)
for
name
,
version
in
[
(
"
LCG
"
,
LCG_DEFAULT_VERSION
),
(
"
LCG
"
,
LCG_DEFAULT_VERSION
),
(
"
Gaudi
"
,
"
v39r2
"
),
(
"
Gaudi
"
,
DEFAULT_GAUDI_VERSION
),
(
"
Detector
"
,
"
master
"
),
(
"
Detector
"
,
"
master
"
),
(
"
LHCb
"
,
"
run5
"
),
(
"
LHCb
"
,
"
run5
"
),
(
"
Lbcom
"
,
"
master
"
),
(
"
Lbcom
"
,
"
master
"
),
...
@@ -41,5 +42,6 @@ run5 = Slot(
...
@@ -41,5 +42,6 @@ run5 = Slot(
)
)
run5
.
LCG
.
disabled
=
True
run5
.
LCG
.
disabled
=
True
run5
.
Lbcom
.
no_test
=
True
run5
.
Lbcom
.
no_test
=
True
run5
.
Gaudi
.
disabled
=
DEFAULT_GAUDI_RELEASED
slots
=
[
run5
]
slots
=
[
run5
]
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