summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-04-05 12:36:59 -0700
committerwtgodbe <wigodbe@microsoft.com>2017-04-05 12:36:59 -0700
commit0cbcaa6d37189b732a0595a5062b80954687e963 (patch)
treec5faf9e91d8964b0742394b790471da24da8061a /netci.groovy
parent63645d6fd105557d6ed9073ffb75a607bcdb3b00 (diff)
downloadcoreclr-0cbcaa6d37189b732a0595a5062b80954687e963.tar.gz
coreclr-0cbcaa6d37189b732a0595a5062b80954687e963.tar.bz2
coreclr-0cbcaa6d37189b732a0595a5062b80954687e963.zip
Add Fedora24 to CI
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy4
1 files changed, 4 insertions, 0 deletions
diff --git a/netci.groovy b/netci.groovy
index 4f8867b6cd..15092ed1da 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -20,6 +20,7 @@ def static getOSGroup(def os) {
'Ubuntu16.04': 'Linux',
'Ubuntu16.10': 'Linux',
'Debian8.4':'Linux',
+ 'Fedora24':'Linux',
'OSX10.12':'OSX',
'Windows_NT':'Windows_NT',
'FreeBSD':'FreeBSD',
@@ -50,6 +51,7 @@ class Constants {
'RHEL7.2',
'Ubuntu16.04',
'Ubuntu16.10',
+ 'Fedora24',
'Tizen']
def static crossList = ['Ubuntu', 'OSX10.12', 'CentOS7.1', 'RHEL7.2', 'Debian8.4']
@@ -678,6 +680,7 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
// Distinguish with the other architectures (arm and x86)
Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} ${configuration} Build", "(?i).*test\\W+${os}\\W+${architecture}.*")
break
+ case 'Fedora24':
case 'Ubuntu16.10':
case 'OpenSUSE42.1':
assert !isFlowJob
@@ -1526,6 +1529,7 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
case 'RHEL7.2':
case 'OpenSUSE42.1':
case 'Tizen':
+ case 'Fedora24': // editor brace matching: {
switch (architecture) {
case 'x64':
case 'x86':