Skip to content

Commit 1efc5f0

Browse files
committed
Reducing the number of eras for 2025
1 parent 5d2c1c6 commit 1efc5f0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Configuration/PyReleaseValidation/python/relval_standard.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -598,11 +598,15 @@ def addFixedEventsTestingWfs(years, pds, eras):
598598
step_name = 'Run' + pd.replace('ParkingDouble','Park2') + y + era + "_10k"
599599

600600
workflows[wf_number] = ['',[step_name,'HLTDR3_' + y,'RECONANORUN3_reHLT_' + y,'HARVESTRUN3_' + suff + y]]
601-
602-
## 2024/2025
601+
602+
## 2025
603+
pds = ['ZeroBias', 'JetMET0', 'EGamma0']
604+
eras = ['B','C','D']
605+
addFixedEventsTestingWfs(['2025'], pds, eras)
606+
## 2024
603607
pds = ['ZeroBias', 'JetMET0', 'EGamma0', 'DisplacedJet', 'ParkingDoubleMuonLowMass0', 'BTagMu', 'Muon0', 'Tau']
604608
eras = ['B','C','D','E','F','G','H','I']
605-
addFixedEventsTestingWfs(['2024','2025'], pds, eras)
609+
addFixedEventsTestingWfs(['2024'], pds, eras)
606610

607611
## 2023
608612
pds = ['ZeroBias', 'EGamma0', 'JetMET0']

0 commit comments

Comments
 (0)