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-17 00:55:14 +0300
committerLakshmi Priya Sekar <lasekar@microsoft.com>2016-05-17 02:09:43 +0300
commita59657687d2181b4fc4a5b14fcc20edb977df7a0 (patch)
tree36474f3b4bf5dce9edc8909a43b9e3dce34a4ded /netci.groovy
parentd1d2319f17753215e3c1d9b0db0c81485c3971b9 (diff)
Run Debian 8.4 as outerloop.
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 b35cbc3b61..ff4042e296 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -205,7 +205,7 @@ def osShortName = ['Windows 10': 'win10',
// **************************
// Define outerloop testing for linux OSes that can't build. Run locally on each machine.
// **************************
-def outerloopLinuxOSes = ['Ubuntu16.04', 'CentOS7.1', 'OpenSUSE13.2', 'RHEL7.2', 'Fedora23']
+def outerloopLinuxOSes = ['Ubuntu16.04', 'CentOS7.1', 'OpenSUSE13.2', 'RHEL7.2', 'Fedora23', 'Debian8.4']
[true, false].each { isPR ->
['Debug', 'Release'].each { configurationGroup ->
outerloopLinuxOSes.each { os ->
@@ -469,7 +469,7 @@ def static addCopyCoreClrAndRunTestSteps(def job, def coreclrBranch, String os,
// and then a build for the test of corefx on the target platform. Then we link them with a build
// flow job.
-def innerLoopNonWindowsOSs = ['Ubuntu16.04', 'Debian8.2', 'Debian8.4', 'CentOS7.1', 'OpenSUSE13.2', 'RHEL7.2', 'Fedora23']
+def innerLoopNonWindowsOSs = ['Ubuntu16.04', 'Debian8.2', 'CentOS7.1', 'OpenSUSE13.2', 'RHEL7.2', 'Fedora23']
[true, false].each { isPR ->
['Debug', 'Release'].each { configurationGroup ->
innerLoopNonWindowsOSs.each { os ->