From 254ed4578b68b83d24290cb2744f49315888cde8 Mon Sep 17 00:00:00 2001
From: Thomas Reis <thomas.reis@cern.ch>
Date: Mon, 30 Nov 2020 12:32:38 +0100
Subject: [PATCH] Add FakeHLT steps to Patatrack WFs.

---
 .../python/upgradeWorkflowComponents.py              | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py
index 5e0d53e1bdb0f..a9876705bf631 100644
--- a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py
+++ b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py
@@ -359,6 +359,8 @@ def condition_(self, fragment, stepList, key, hasHarvest):
     steps = [
         'Reco',
         'HARVEST',
+        'RecoFakeHLT',
+        'HARVESTFakeHLT',
         'RecoGlobal',
         'HARVESTGlobal',
     ],
@@ -388,6 +390,8 @@ def condition_(self, fragment, stepList, key, hasHarvest):
     steps = [
         'Reco',
         'HARVEST',
+        'RecoFakeHLT',
+        'HARVESTFakeHLT',
         'RecoGlobal',
         'HARVESTGlobal',
     ],
@@ -417,6 +421,8 @@ def condition_(self, fragment, stepList, key, hasHarvest):
     steps = [
         'Reco',
         'HARVEST',
+        'RecoFakeHLT',
+        'HARVESTFakeHLT',
         'RecoGlobal',
         'HARVESTGlobal',
     ],
@@ -445,6 +451,8 @@ def condition_(self, fragment, stepList, key, hasHarvest):
     steps = [
         'Reco',
         'HARVEST',
+        'RecoFakeHLT',
+        'HARVESTFakeHLT',
         'RecoGlobal',
         'HARVESTGlobal',
     ],
@@ -474,6 +482,8 @@ def condition_(self, fragment, stepList, key, hasHarvest):
     steps = [
         'Reco',
         'HARVEST',
+        'RecoFakeHLT',
+        'HARVESTFakeHLT',
         'RecoGlobal',
         'HARVESTGlobal',
     ],
@@ -502,6 +512,8 @@ def condition_(self, fragment, stepList, key, hasHarvest):
     steps = [
         'Reco',
         'HARVEST',
+        'RecoFakeHLT',
+        'HARVESTFakeHLT',
         'RecoGlobal',
         'HARVESTGlobal',
     ],