Skip to content

Commit

Permalink
Merge pull request #15196 from kpedro88/Phase2-WF11
Browse files Browse the repository at this point in the history
temporarily remove InputInfo for 2023 workflows
  • Loading branch information
davidlange6 committed Jul 19, 2016
2 parents 184a4f5 + a9ecc08 commit 9fba656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/PyReleaseValidation/python/relval_steps.py
Expand Up @@ -1569,7 +1569,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
####
Expand Down Expand Up @@ -1799,7 +1799,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:
Expand Down

0 comments on commit 9fba656

Please sign in to comment.