From 44dbb7a75d1bc7ab294f50e3c6b6a66a4325d139 Mon Sep 17 00:00:00 2001 From: Gloria Corti <gloria.corti@cern.ch> Date: Tue, 8 Mar 2022 18:02:41 +0100 Subject: [PATCH 1/2] Update lhcbnightlyconf/Gauss.py --- lhcbnightlyconf/Gauss.py | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/lhcbnightlyconf/Gauss.py b/lhcbnightlyconf/Gauss.py index 298f2fd2..9709af18 100644 --- a/lhcbnightlyconf/Gauss.py +++ b/lhcbnightlyconf/Gauss.py @@ -217,10 +217,7 @@ gaussSim10 = create_sim_slot( 'lhcb-sim10', 'Development build of Gauss for Sim10 with LHCb v53r5, Gaudi v36r2 and LCG_101_LHCB_7, Geant4 v106r2p5', platforms=SIM10_PLATFORMS) -gaussSim10.projects.append( - DBASE(packages=[ - Package('Gen/MadgraphData', 'HEAD'), - ])) + ) gaussSim10.metadata = {'rebuildAlways': str(datetime.date.today())} gaussSim10.Geant4.version = 'v106r2p5' @@ -275,7 +272,6 @@ gaussDev = create_sim_slot( platforms=DEV_PLATFORMS) gaussDev.projects.append( DBASE(packages=[ - Package('Gen/MadgraphData', 'HEAD'), Package('Gen/DecFiles', 'Sim10', checkout=('git', { 'merges': 'all' })), @@ -315,17 +311,17 @@ gaussConf.Run2Support.version = 'v1r0' gaussConf.Run2Support.disabled = False slots.append(gaussConf) -# Slot for Gauss with Lamarr development -gaussLamarr = create_sim_slot( - 'lhcb-gauss-lamarr', - 'Development build of Gauss identical to lhcb-gauss-sim10 but with Lamarr') -gaussLamarr.projects.append( - DBASE(packages=[ - Package('LamarrData', 'HEAD', checkout=('git', { - 'merges': 'all' - })) - ])) -slots.append(gaussLamarr) +# Slot for Gauss with Lamarr development - Switch if off at least temporarily +#gaussLamarr = create_sim_slot( +# 'lhcb-gauss-lamarr', +# 'Development build of Gauss identical to lhcb-gauss-sim10 but with Lamarr') +#gaussLamarr.projects.append( +# DBASE(packages=[ +# Package('LamarrData', 'HEAD', checkout=('git', { +# 'merges': 'all' +# })) +# ])) +#slots.append(gaussLamarr) # Slot for Gaussino and Gauss-on-Gaussino gaussino = create_gaussino_slot( -- GitLab From 67a71270b099999a8630ac7aac1b45c9459646e2 Mon Sep 17 00:00:00 2001 From: Gloria Corti <gloria.corti@cern.ch> Date: Tue, 8 Mar 2022 18:07:49 +0100 Subject: [PATCH 2/2] remove ) --- lhcbnightlyconf/Gauss.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lhcbnightlyconf/Gauss.py b/lhcbnightlyconf/Gauss.py index 9709af18..3ee16e6b 100644 --- a/lhcbnightlyconf/Gauss.py +++ b/lhcbnightlyconf/Gauss.py @@ -217,8 +217,6 @@ gaussSim10 = create_sim_slot( 'lhcb-sim10', 'Development build of Gauss for Sim10 with LHCb v53r5, Gaudi v36r2 and LCG_101_LHCB_7, Geant4 v106r2p5', platforms=SIM10_PLATFORMS) - ) - gaussSim10.metadata = {'rebuildAlways': str(datetime.date.today())} gaussSim10.Geant4.version = 'v106r2p5' gaussSim10.Geant4.disabled = True -- GitLab