Skip to content

Commit 22c605f

Browse files
authored
Merge pull request #48430 from flodamas/master
Fix workflows 4.17 and 4.29
2 parents 8af99bc + c35cdaa commit 22c605f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configuration/PyReleaseValidation/python/relval_steps.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4416,15 +4416,15 @@ def gen2024HiMix(fragment,howMuch):
44164416
'--filein':'file:step2.root',
44174417
'--secondfilein':'filelist:step1_dasquery.log'}
44184418

4419-
steps['SKIMDreHLT'] = merge([ {'--conditions':'auto:run1_data_%s'%menu, '--hltProcess':'reHLT', '--filein':'file:step3.root'}, steps['SKIMD'] ])
4420-
44214419
steps['SKIMDRun1']={'-s':'SKIM:allRun1',
44224420
'--conditions':'auto:run1_data',
44234421
'--data':'',
44244422
'--scenario':'pp',
44254423
'--filein':'file:step2.root',
44264424
'--secondfilein':'filelist:step1_dasquery.log'}
44274425

4426+
steps['SKIMDreHLT'] = merge([ {'--conditions':'auto:run1_data_%s'%menu, '--hltProcess':'reHLT', '--filein':'file:step3.root'}, steps['SKIMDRun1'] ])
4427+
44284428
steps['SKIMCOSD']={'-s':'SKIM:all',
44294429
'--conditions':'auto:run1_data',
44304430
'--data':'',

0 commit comments

Comments
 (0)