Skip to content

Commit 1057daa

Browse files
committed
exclude era Run3_2024 from being modified by UpgradeWorkflow_DDDDB
1 parent c0077e6 commit 1057daa

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
@@ -2707,7 +2707,7 @@ def condition(self, fragment, stepList, key, hasHarvest):
27072707
class UpgradeWorkflow_DDDDB(UpgradeWorkflow):
27082708
def setup_(self, step, stepName, stepDict, k, properties):
27092709
the_era = stepDict[step][k]['--era']
2710-
if 'Run3' in the_era and '2023' not in the_era and 'Fast' not in the_era and "Pb" not in the_era:
2710+
if 'Run3' in the_era and '2023' not in the_era and '2024' not in the_era and 'Fast' not in the_era and "Pb" not in the_era:
27112711
# retain any other eras
27122712
tmp_eras = the_era.split(',')
27132713
tmp_eras[tmp_eras.index("Run3")] = 'Run3_DDD'

0 commit comments

Comments
 (0)