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
3d3de8ee
Commit
3d3de8ee
authored
10 months ago
by
Marco Cattaneo
Browse files
Options
Downloads
Patches
Plain Diff
Build only the default PLATFORMS_RUN2 also in run2-patches-dev4 and run2-gaudi-head slots
parent
89348e06
No related branches found
Branches containing commit
No related tags found
1 merge request
!1214
Build only the default PLATFORMS_RUN2 also in run2-patches-dev4 and run2-gaudi-head slots
Pipeline
#7348129
passed
10 months ago
Stage: pre-commit-hooks
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lhcbnightlyconf/Patches.py
+1
-6
1 addition, 6 deletions
lhcbnightlyconf/Patches.py
lhcbnightlyconf/lcg_nightlies.py
+2
-2
2 additions, 2 deletions
lhcbnightlyconf/lcg_nightlies.py
with
3 additions
and
8 deletions
lhcbnightlyconf/Patches.py
+
1
−
6
View file @
3d3de8ee
...
...
@@ -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
"
)
...
...
This diff is collapsed.
Click to expand it.
lhcbnightlyconf/lcg_nightlies.py
+
2
−
2
View file @
3d3de8ee
...
...
@@ -16,7 +16,7 @@ import re
from
lb.nightly.configuration
import
Project
,
slot_factory
from
.Common
import
(
DEFAULT_CACHE_ENTRIES
,
DEFAULT_REQUIRED_EXTERNALS
,
LCGToolchains
)
PLATFORMS_RUN2
,
LCGToolchains
)
from
.Main
import
create_head_slot
from
.Patches
import
preparePatchesSlot
...
...
@@ -121,7 +121,7 @@ run2_dev4.cache_entries = lcg['dev4'].cache_entries
run2_dev4
.
preconditions
=
lcg
[
'
dev4
'
].
preconditions
run2_dev4
.
Gaudi
.
version
=
'
HEAD
'
run2_dev4
.
desc
=
"
clone of run2-patches against next Gaudi and LCG version
"
run2_dev4
.
platforms
=
list
(
lcg
[
'
dev4
'
].
platforms
)
run2_dev4
.
platforms
=
PLATFORMS_RUN2
run2_dev4
.
enabled
=
lcg
[
'
dev4
'
].
enabled
slots
.
append
(
run2_dev4
)
...
...
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