Skip to content

Commit

Permalink
Merge pull request #6102 from davidlange6/shorten_IB_HI_tests_73x_r2
Browse files Browse the repository at this point in the history
shorten more HI relvals that run more than 1 hour
  • Loading branch information
davidlange6 committed Oct 30, 2014
2 parents 7ae5b19 + f1f9ab1 commit a0e90f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/PyReleaseValidation/python/relval_steps.py
Expand Up @@ -867,7 +867,7 @@ def genvalid(fragment,d,suffix='all',fi='',dataSet=''):
steps['RECOHID10']=merge([{'--scenario':'HeavyIons',
'-s':'RAW2DIGI,L1Reco,RECO,ALCA:SiStripCalZeroBias+SiStripCalMinBias+TkAlMinBiasHI+HcalCalMinBias,DQM',
'--datatier':'RECO,DQMIO',
'--eventcontent':'RECO,DQM'},
'--eventcontent':'RECO,DQM','-n':30},
steps['RECOD']])
steps['RECOHID11']=merge([{'--repacked':''},
steps['RECOHID10']])
Expand Down

0 comments on commit a0e90f1

Please sign in to comment.