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:
authorLakshmi Priya Sekar <lasekar@microsoft.com>2016-05-21 00:48:00 +0300
committerLakshmi Priya Sekar <lasekar@microsoft.com>2016-05-21 00:48:00 +0300
commit9cf59bec6e1fe9c56cc10c4b8c7d1350678533b5 (patch)
tree088ed7e5cc4ed21f4f015d0b63d70f372a98d6f5 /netci.groovy
parentf1a5735fa9b24b1898bf7f64fac169f5bc6e0985 (diff)
Rename Windows Nano to Windows Nano 2016.
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/netci.groovy b/netci.groovy
index 7b46871353..78286ef497 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -39,7 +39,7 @@ def osShortName = ['Windows 10': 'win10',
'Windows_NT' : 'windows_nt',
'Ubuntu14.04' : 'ubuntu14.04',
'OSX' : 'osx',
- 'Windows Nano' : 'winnano',
+ 'Windows Nano 2016' : 'winnano16',
'Ubuntu16.04' : 'ubuntu16.04',
'CentOS7.1' : 'centos7.1',
'OpenSUSE13.2' : 'opensuse13.2',
@@ -119,7 +119,7 @@ def osShortName = ['Windows 10': 'win10',
// Define outerloop windows Nano testing. Run locally on each machine.
// **************************
[true, false].each { isPR ->
- ['Windows Nano'].each { os ->
+ ['Windows Nano 2016'].each { os ->
['Debug', 'Release'].each { configurationGroup ->
def newJobName = "outerloop_${osShortName[os]}_${configurationGroup.toLowerCase()}"