Skip to content
Snippets Groups Projects

Temporary slot to test new cmake in Gauss

Merged Gloria Corti requested to merge gcorti-master-patch-00251 into master
1 file
+ 8
5
Compare changes
  • Side-by-side
  • Inline
+ 8
5
@@ -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