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:
authorMatt Ellis <matell@microsoft.com>2016-07-20 19:57:02 +0300
committerMatt Ellis <matell@microsoft.com>2016-07-20 19:57:02 +0300
commit82e45aa1cf9d8c65d1061e4c52d924d3b58f405b (patch)
tree922ae17c08e602c92d88cae339332fcf0f29fd80 /netci.groovy
parent6055d7d8badd48d6d41576f285f099ffbd8423b5 (diff)
Disable outerloop runs on Windows 10
The machines we were using for these runs in Jenkins are using an expired version of a Windows Server 2016 technical preview. Disable them until we can upgrade the image and move them over to the new auto image infrastructure.
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 9edae288b2..e52c36bb96 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -206,7 +206,7 @@ def osShortName = ['Windows 10': 'win10',
// Define outerloop testing for OSes that can build and run. Run locally on each machine.
// **************************
[true, false].each { isPR ->
- ['Windows 10', 'Windows 7', 'Windows_NT', 'Ubuntu14.04', 'Ubuntu16.04', 'CentOS7.1', 'OpenSUSE13.2', 'RHEL7.2', 'Fedora23', 'Debian8.4', 'OSX'].each { os ->
+ ['Windows 7', 'Windows_NT', 'Ubuntu14.04', 'Ubuntu16.04', 'CentOS7.1', 'OpenSUSE13.2', 'RHEL7.2', 'Fedora23', 'Debian8.4', 'OSX'].each { os ->
['Debug', 'Release'].each { configurationGroup ->
def newJobName = "outerloop_${osShortName[os]}_${configurationGroup.toLowerCase()}"