Skip to content

Commit d5118f1

Browse files
committed
extend SONIC workflows to all of Run 3
1 parent eb45085 commit d5118f1

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
@@ -2828,7 +2828,7 @@ class UpgradeWorkflow_SonicTriton(UpgradeWorkflow):
28282828
def setup_(self, step, stepName, stepDict, k, properties):
28292829
stepDict[stepName][k] = merge([{'--procModifiers': 'allSonicTriton'}, stepDict[step][k]])
28302830
def condition(self, fragment, stepList, key, hasHarvest):
2831-
return ((fragment=='TTbar_13' or fragment=='TTbar_14TeV') and '2022' in key) \
2831+
return ((fragment=='TTbar_13' or fragment=='TTbar_14TeV') and key.startswith('202')) \
28322832
or (fragment=='TTbar_14TeV' and 'Run4' in key)
28332833
upgradeWFs['SonicTriton'] = UpgradeWorkflow_SonicTriton(
28342834
steps = [

0 commit comments

Comments
 (0)