Skip to content

Commit

Permalink
Change GPU workflow numbering: .7->.51, .8->.52, .9->.53 (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Dec 26, 2020
1 parent 304d136 commit 45a3f86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Configuration/PyReleaseValidation/python/relval_2017.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
10024.1,10024.2,10024.3,10024.4,10024.5,
10801.0,10802.0,10803.0,10804.0,10805.0,10806.0,10807.0,10808.0,10809.0,10859.0,10871.0,
10842.0,10824.0,10825.0,10826.0,10823.0,11024.0,11025.0,11224.0,
10824.1,10824.5,10824.7,10824.8,10824.9,
10824.1,10824.5,10824.51,10824.52,10824.53,
10824.6,11024.6,11224.6,
11642.0,11624.0,11625.0,11626.0,11623.0,11824.0,11825.0,12024.0]
for numWF in numWFIB:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
],
'PU' : [],
'suffix' : '_pixelTrackingOnlyRiemannFit',
'offset' : 0.7,
'offset' : 0.51,
}
upgradeSteps['pixelTrackingOnlyGPU'] = {
'steps' : [
Expand All @@ -174,7 +174,7 @@
],
'PU' : [],
'suffix' : '_pixelTrackingOnlyGPU',
'offset' : 0.8,
'offset' : 0.52,
}
upgradeSteps['pixelTrackingOnlyRiemannFitGPU'] = {
'steps' : [
Expand All @@ -185,7 +185,7 @@
],
'PU' : [],
'suffix' : '_pixelTrackingOnlyRiemannFitGPU',
'offset' : 0.9,
'offset' : 0.53,
}
upgradeSteps['Timing'] = {
'steps' : upgradeSteps['baseline']['steps'],
Expand Down

0 comments on commit 45a3f86

Please sign in to comment.