Skip to content

Commit fd41c95

Browse files
authored
Merge pull request #45661 from mmusich/mm_add_2024_0T_wf
add 2024 to the allowed 0T pp collisions workflows (.24 modifier)
2 parents b2fac1d + 363b685 commit fd41c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2185,7 +2185,7 @@ def setupPU_(self, step, stepName, stepDict, k, properties):
21852185
# override '-n' setting from PUDataSets in relval_steps.py
21862186
stepDict[stepName][k] = merge([{'-n':'1'}, stepDict[step][k]])
21872187
def condition(self, fragment, stepList, key, hasHarvest):
2188-
return (fragment=="TTbar_13" or fragment=="TTbar_14TeV") and ('2017' in key or '2018' in key or '2021' in key) and ('FS' not in key)
2188+
return (fragment=="TTbar_13" or fragment=="TTbar_14TeV") and ('2017' in key or '2018' in key or '2021' in key or '2024' in key) and ('FS' not in key)
21892189
upgradeWFs['0T'] = UpgradeWorkflow_0T(
21902190
steps = [
21912191
'GenSim',

0 commit comments

Comments
 (0)