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-06-02 01:28:55 +0300
committerMatt Ellis <matell@microsoft.com>2016-06-02 10:09:26 +0300
commitc4a50afd415b6e1c51bf5ef7d0f5cf091a171c8d (patch)
tree0da634adf3596597dac06de3013fca4eb70b884a /netci.groovy
parent13a785c0cf87a1b1b57af9bac1db23721041669d (diff)
Use Debian 8.4 for inner and outerloop runs
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy4
1 files changed, 1 insertions, 3 deletions
diff --git a/netci.groovy b/netci.groovy
index 16a490f214..38fc55e9cd 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -15,7 +15,6 @@ def projectFolder = Utilities.getFolderName(project) + '/' + Utilities.getFolder
// Map of os -> osGroup.
def osGroupMap = ['Ubuntu14.04':'Linux',
'Ubuntu16.04':'Linux',
- 'Debian8.2':'Linux',
'Debian8.4':'Linux',
'Fedora23':'Linux',
'OSX':'OSX',
@@ -28,7 +27,6 @@ def targetNugetRuntimeMap = ['OSX' : 'osx.10.10-x64',
'Ubuntu14.04' : 'ubuntu.14.04-x64',
'Ubuntu16.04' : 'ubuntu.14.04-x64',
'Fedora23' : 'ubuntu.14.04-x64',
- 'Debian8.2' : 'debian.8-x64',
'Debian8.4' : 'debian.8-x64',
'CentOS7.1' : 'centos.7-x64',
'OpenSUSE13.2' : 'ubuntu.14.04-x64',
@@ -471,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', 'CentOS7.1', 'OpenSUSE13.2', 'RHEL7.2', 'Fedora23']
+def innerLoopNonWindowsOSs = ['Ubuntu16.04', 'Debian8.4', 'CentOS7.1', 'OpenSUSE13.2', 'RHEL7.2', 'Fedora23']
[true, false].each { isPR ->
['Debug', 'Release'].each { configurationGroup ->
innerLoopNonWindowsOSs.each { os ->