Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LHCbNightlyConf
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
11
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
!797
Temporary slot to test new cmake in Gauss
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Temporary slot to test new cmake in Gauss
gcorti-master-patch-00251
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Gloria Corti
requested to merge
gcorti-master-patch-00251
into
master
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
cc:
@mimazure
,
@clemenci
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c24410f9
1 commit,
2 years ago
1 file
+
8
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
lhcbnightlyconf/Gauss.py
+
8
−
5
Options
@@ -279,17 +279,20 @@ gaussDev.projects.extend([
Project
(
'
Lbcom
'
,
'
HEAD
'
),
Project
(
'
Boole
'
,
'
HEAD
'
)
])
#gaussDev.LCG.version = '101'
#gaussDev.Gaudi.version = 'master'
#gaussDev.Gaudi.disabled = False
#gaussDev.LHCb.version = 'HEAD'
#gaussDev.LHCb.disabled = False
gaussDev
.
Geant4
.
version
=
'
HEAD
'
#gaussDev.Geant4.checkout_opts['merges'] = ['all', 'label=lhcb-sim10']
# Temp hack to trigger slot rebuild
gaussDev
.
metadata
=
{
'
rebuildAlways
'
:
str
(
datetime
.
date
.
today
())}
slots
.
append
(
gaussDev
)
# Temporary slot to build Gauss with new cmake - will move to lhcb-gauss-dev for final tests
gaussCMake
=
create_sim_slot
(
'
lhcb-gauss-new-cmake
'
,
'
Temporary slot for initial checks on Gauss build with new cmake
'
,
platforms
=
DEV_PLATFORMS
)
gaussCMake
.
Geant4
.
version
=
'
HEAD
'
slots
.
append
(
gaussCMake
)
# Slot for Gauss developments on latest stable LCG / LHCb for new Gauss configuration
gaussConf
=
create_sim_slot
(
'
lhcb-gauss-conf
'
,
Loading