From 1c44a3a98768fce5315d4f328ab779b34bca4937 Mon Sep 17 00:00:00 2001 From: Sunil Date: Sun, 27 Nov 2022 08:02:56 +0100 Subject: [PATCH] fix year consistency --- .../PyReleaseValidation/python/upgradeWorkflowComponents.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py index 2eb65c47088ea..5b3ed7f5ef9d1 100644 --- a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py +++ b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py @@ -24,8 +24,8 @@ '2023PU', '2024', '2024PU', - '2022postEE', - '2022postEEPU', + '2021postEE', + '2021postEEPU', ] upgradeKeys[2026] = [ @@ -2015,7 +2015,7 @@ def condition(self, fragment, stepList, key, hasHarvest): 'BeamSpot': 'Run3RoundOptics25ns13TeVLowSigmaZ', 'ScenToRun' : ['GenSim','Digi','RecoNano','HARVESTNano','ALCA'], }, - '2022postEE' : { + '2021postEE' : { 'Geom' : 'DB:Extended', 'GT' : 'auto:phase1_2022_realistic_postEE', 'HLTmenu': '@relval2022_postEE',