Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 8229cb7

Browse files
Victor "Nate" Grafstephentoub
authored andcommitted
Change perf job name to reflect the actual OS used (#25622)
1 parent 6126b43 commit 8229cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perf.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def osShortName = ['Windows 10': 'win10',
4949
// **************************
5050
[true, false].each { isPR ->
5151
['Release'].each { configurationGroup ->
52-
['Windows_NT', 'Ubuntu14.04'].each { os ->
52+
['Windows_NT', 'Ubuntu16.04'].each { os ->
5353
def osGroup = osGroupMap[os]
5454
def newJobName = "perf_${os.toLowerCase()}_${configurationGroup.toLowerCase()}"
5555

0 commit comments

Comments
 (0)