Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor "Nate" Graf <nategraf1@gmail.com>2017-12-01 05:16:33 +0300
committerStephen Toub <stoub@microsoft.com>2017-12-01 05:16:33 +0300
commit8229cb7e33a40b990cdef2fd83a7a021636a89aa (patch)
tree7d3e27a7bb0d66cc47e93bdeebe048eb45a683e3 /perf.groovy
parent6126b4373f1195af51857338d5d15485b36577ab (diff)
Change perf job name to reflect the actual OS used (#25622)
Diffstat (limited to 'perf.groovy')
-rw-r--r--perf.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf.groovy b/perf.groovy
index 01ca46132b..837850117e 100644
--- a/perf.groovy
+++ b/perf.groovy
@@ -49,7 +49,7 @@ def osShortName = ['Windows 10': 'win10',
// **************************
[true, false].each { isPR ->
['Release'].each { configurationGroup ->
- ['Windows_NT', 'Ubuntu14.04'].each { os ->
+ ['Windows_NT', 'Ubuntu16.04'].each { os ->
def osGroup = osGroupMap[os]
def newJobName = "perf_${os.toLowerCase()}_${configurationGroup.toLowerCase()}"