diff --git a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py index 19e5bb2821def..d207d4325f260 100644 --- a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py +++ b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py @@ -109,6 +109,10 @@ 'Run4D120PU', 'Run4D121', 'Run4D121PU', + 'Run4D122', + 'Run4D122PU', + 'Run4D123', + 'Run4D123PU', ] # pre-generation of WF numbers @@ -3595,7 +3599,7 @@ def condition(self, fragment, stepList, key, hasHarvest): 'Geom' : 'ExtendedRun4D120', 'HLTmenu': '@relvalRun4', 'GT' : 'auto:phase2_realistic_T33', - 'Era' : 'Phase2C22I13M9', + 'Era' : 'Phase2C26I13M9', 'ScenToRun' : ['GenSimHLBeamSpot','DigiTrigger','RecoGlobal', 'HARVESTGlobal', 'ALCAPhase2'], }, 'Run4D121' : { @@ -3605,6 +3609,20 @@ def condition(self, fragment, stepList, key, hasHarvest): 'Era' : 'Phase2C22I13M9', 'ScenToRun' : ['GenSimHLBeamSpot','DigiTrigger','RecoGlobal', 'HARVESTGlobal', 'ALCAPhase2'], }, + 'Run4D122' : { + 'Geom' : 'ExtendedRun4D122', + 'HLTmenu': '@relvalRun4', + 'GT' : 'auto:phase2_realistic_T33', + 'Era' : 'Phase2C26I13M9', + 'ScenToRun' : ['GenSimHLBeamSpot','DigiTrigger','RecoGlobal', 'HARVESTGlobal', 'ALCAPhase2'], + }, + 'Run4D123' : { + 'Geom' : 'ExtendedRun4D123', + 'HLTmenu': '@relvalRun4', + 'GT' : 'auto:phase2_realistic_T33', + 'Era' : 'Phase2C26I13M9', + 'ScenToRun' : ['GenSimHLBeamSpot','DigiTrigger','RecoGlobal', 'HARVESTGlobal', 'ALCAPhase2'], + }, } # standard PU sequences