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-13 23:39:29 +0300
committerLakshmi Priya Sekar <lasekar@microsoft.com>2016-05-14 00:24:58 +0300
commit0675245a30c2b8f2018e5944a39ed7969bad1244 (patch)
tree6c843fc3b89e7b68724e9f261ef68174583776fe /netci.groovy
parent55a4c39621e58370da40e84d3117cabcafc45ae5 (diff)
Add Debian 8.4 runs.
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy4
1 files changed, 3 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index ac09e7c5db..1faac8d5bd 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -16,6 +16,7 @@ def projectFolder = Utilities.getFolderName(project) + '/' + Utilities.getFolder
def osGroupMap = ['Ubuntu14.04':'Linux',
'Ubuntu16.04':'Linux',
'Debian8.2':'Linux',
+ 'Debian8.4':'Linux',
'OSX':'OSX',
'Windows_NT':'Windows_NT',
'CentOS7.1': 'Linux',
@@ -26,6 +27,7 @@ def targetNugetRuntimeMap = ['OSX' : 'osx.10.10-x64',
'Ubuntu14.04' : 'ubuntu.14.04-x64',
'Ubuntu16.04' : 'ubuntu.14.04-x64',
'Debian8.2' : 'debian.8.2-x64',
+ 'Debian8.4' : 'debian.8.2-x64',
'CentOS7.1' : 'centos.7-x64',
'OpenSUSE13.2' : 'ubuntu.14.04-x64',
'RHEL7.2': 'rhel.7-x64']
@@ -464,7 +466,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']
+def innerLoopNonWindowsOSs = ['Ubuntu16.04', 'Debian8.2', 'Debian8.4', 'CentOS7.1', 'OpenSUSE13.2', 'RHEL7.2']
[true, false].each { isPR ->
['Debug', 'Release'].each { configurationGroup ->
innerLoopNonWindowsOSs.each { os ->