From a9ecc08addf021417c0607325dd95591072d7599 Mon Sep 17 00:00:00 2001 From: Kevin Pedro Date: Wed, 13 Jul 2016 15:53:11 -0500 Subject: [PATCH] temporarily remove InputInfo for 2023 workflows --- Configuration/PyReleaseValidation/python/relval_steps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration/PyReleaseValidation/python/relval_steps.py b/Configuration/PyReleaseValidation/python/relval_steps.py index a975e1961c077..4e5fbebb1d132 100644 --- a/Configuration/PyReleaseValidation/python/relval_steps.py +++ b/Configuration/PyReleaseValidation/python/relval_steps.py @@ -1565,7 +1565,7 @@ def lhegensim(fragment,howMuch): ####From this line till the end of the file : ####UPGRADE WORKFLOWS IN PREPARATION - Gaelle's sandbox - #####Accessible only through the option --what upgrade -#####therefore not run in IBs (at some they might be...) +#####(unless specifically added to relval_2023.py) #####Transparent for any of the standard workflows #### list of worflows defined (not necessarly running though): runTheMatrix.py --what upgrade -n #### @@ -1795,7 +1795,7 @@ def lhegensim(fragment,howMuch): #however, there can be a conflict of beam spots but this is lost in the dataset name #so please be careful s=frag[:-4]+'_'+key - if 'FastSim' not in k and s+'INPUT' not in steps and s in baseDataSetReleaseBetter: + if 'FastSim' not in k and s+'INPUT' not in steps and s in baseDataSetReleaseBetter and '2023' not in k: # temporarily exclude 2023 WFs steps[k+'INPUT']={'INPUT':InputInfo(dataSet='/RelVal'+upgradeDatasetFromFragment[frag]+'/%s/GEN-SIM'%(baseDataSetReleaseBetter[s],),location='STD')} else: for key in upgradeKeys: