Skip to content

Commit

Permalink
Merge pull request #15848 from kpedro88/Phase2-WF18
Browse files Browse the repository at this point in the history
fix workflow numbers for 2023 in regular matrix
  • Loading branch information
cmsbuild committed Sep 14, 2016
2 parents fc8aa50 + d7a88d7 commit 94cd813
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Configuration/PyReleaseValidation/python/relval_2023.py
Expand Up @@ -15,9 +15,9 @@
numWFStart=20000
numWFSkip=200
#2023 WFs to run in IB (TenMuE_0_200, TTbar, ZEE, MinBias)
numWFIB = [20421.0,20424.0,20425.0,20426.0] #2023D1 scenario
numWFIB.extend([20821.0,20824.0,20825.0,20826.0]) #2023D2
numWFIB.extend([21221.0,21224.0,21225.0,21226.0]) #2023D3
numWFIB = [20021.0,20024.0,20025.0,20026.0] #2023D1 scenario
numWFIB.extend([20421.0,20424.0,20425.0,20426.0]) #2023D2
numWFIB.extend([20821.0,20824.0,20825.0,20826.0]) #2023D3
for i,key in enumerate(upgradeKeys[2023]):
numWF=numWFStart+i*numWFSkip
for frag in upgradeFragments:
Expand Down

0 comments on commit 94cd813

Please sign in to comment.