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 <Priya91@users.noreply.github.com>2016-07-20 21:28:45 +0300
committerGitHub <noreply@github.com>2016-07-20 21:28:45 +0300
commiteeda071230dc32007ec3f567375fdf64fd6e3d48 (patch)
tree754612204ec659d84ce54e8ddd734e17d1ae0d8c /netci.groovy
parent1c3cfeb9d2b826781442608d6eed027f9ed85390 (diff)
parent82e45aa1cf9d8c65d1061e4c52d924d3b58f405b (diff)
Merge pull request #10178 from ellismg/disable-outerloop-win10
Disable outerloop runs on Windows 10
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 4e6444c630..f3ac65192f 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -207,7 +207,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()}"