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
Merge requests
!1214
Build only the default PLATFORMS_RUN2 also in run2-patches-dev4 and run2-gaudi-head slots
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Build only the default PLATFORMS_RUN2 also in run2-patches-dev4 and run2-gaudi-head slots
updateRun2Platforms
into
master
Overview
1
Commits
1
Pipelines
1
Changes
2
Merged
Marco Cattaneo
requested to merge
updateRun2Platforms
into
master
10 months ago
Overview
1
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3d3de8ee
1 commit,
10 months ago
2 files
+
3
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
lhcbnightlyconf/Patches.py
+
1
−
6
Options
@@ -212,12 +212,7 @@ run2_gaudi_head = preparePatchesSlot(
run2_gaudi_head
.
Gaudi
.
version
=
"
HEAD
"
run2_gaudi_head
.
Gaudi
.
checkout_opts
[
"
merges
"
]
=
[
"
label=lhcb-gaudi-head
"
]
run2_gaudi_head
.
enabled
=
True
run2_gaudi_head
.
platforms
=
[
"
x86_64_v2-el9-gcc13-opt
"
,
"
x86_64_v2-el9-gcc13-dbg
"
,
"
x86_64_v2-el9-clang16-opt
"
,
"
x86_64_v2-el9-clang16-dbg
"
,
]
run2_gaudi_head
.
platforms
=
PLATFORMS_RUN2
slots
.
append
(
run2_gaudi_head
)
slot2023
=
preparePatchesSlot
(
"
2023
"
)
Loading