From 9d61cbe5ed4ccff4c5713f86fe5a83f2fbd33a1b Mon Sep 17 00:00:00 2001 From: mmusich Date: Wed, 22 Nov 2023 13:26:15 +0100 Subject: [PATCH] move relval2023 autoHLT key to Fake2 and create relval2024 autoHLT key (currently pointing to GRun) --- Configuration/HLT/python/autoHLT.py | 3 ++- .../PyReleaseValidation/python/upgradeWorkflowComponents.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Configuration/HLT/python/autoHLT.py b/Configuration/HLT/python/autoHLT.py index 89fa8e094c8cf..2878e99888855 100644 --- a/Configuration/HLT/python/autoHLT.py +++ b/Configuration/HLT/python/autoHLT.py @@ -11,7 +11,8 @@ 'relval2017' : 'Fake2', 'relval2018' : 'Fake2', 'relval2022' : 'Fake2', - 'relval2023' : 'GRun', + 'relval2023' : 'Fake2', + 'relval2024' : 'GRun', 'relval2026' : '75e33', 'test' : 'GRun', } diff --git a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py index d6dd761188b14..78fc1db9f3b06 100644 --- a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py +++ b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py @@ -2607,12 +2607,12 @@ def condition(self, fragment, stepList, key, hasHarvest): 'HLTmenu': '@relval2023', 'Era' : 'Run3_2023', 'BeamSpot': 'Realistic25ns13p6TeVEarly2023Collision', - 'ScenToRun' : ['GenSim','Digi','RecoNano','HARVESTNano','ALCA'], + 'ScenToRun' : ['GenSim','Digi','RecoNanoFakeHLT','HARVESTNanoFakeHLT','ALCA'], }, '2024' : { 'Geom' : 'DB:Extended', 'GT' : 'auto:phase1_2024_realistic', - 'HLTmenu': '@relval2023', + 'HLTmenu': '@relval2024', 'Era' : 'Run3', 'BeamSpot': 'Realistic25ns13p6TeVEarly2022Collision', 'ScenToRun' : ['GenSim','Digi','RecoNano','HARVESTNano','ALCA'],