summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2017-04-03 16:43:43 -0700
committerGitHub <noreply@github.com>2017-04-03 16:43:43 -0700
commit425551a2c60fb20f462779a4dfa9a0aaf38c9e7b (patch)
treef0af9565e3a8889e801353c7843ef0d3912f841a /netci.groovy
parentb2d4c3e903ab3b9371d213d602c7a29b9a0b0136 (diff)
downloadcoreclr-425551a2c60fb20f462779a4dfa9a0aaf38c9e7b.tar.gz
coreclr-425551a2c60fb20f462779a4dfa9a0aaf38c9e7b.tar.bz2
coreclr-425551a2c60fb20f462779a4dfa9a0aaf38c9e7b.zip
remove fedora 23 (#10667)
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy6
1 files changed, 1 insertions, 5 deletions
diff --git a/netci.groovy b/netci.groovy
index c67ce6a121..2883e8ab5c 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -20,7 +20,6 @@ def static getOSGroup(def os) {
'Ubuntu16.04': 'Linux',
'Ubuntu16.10': 'Linux',
'Debian8.4':'Linux',
- 'Fedora23':'Linux',
'OSX10.12':'OSX',
'Windows_NT':'Windows_NT',
'FreeBSD':'FreeBSD',
@@ -51,8 +50,7 @@ class Constants {
'RHEL7.2',
'Ubuntu16.04',
'Ubuntu16.10',
- 'Tizen',
- 'Fedora23']
+ 'Tizen']
def static crossList = ['Ubuntu', 'OSX10.12', 'CentOS7.1', 'RHEL7.2', 'Debian8.4']
@@ -685,7 +683,6 @@ 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 'Fedora23':
case 'Ubuntu16.10':
case 'OpenSUSE42.1':
assert !isFlowJob
@@ -1681,7 +1678,6 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR
case 'RHEL7.2':
case 'OpenSUSE42.1':
case 'Tizen':
- case 'Fedora23': // editor brace matching: {
switch (architecture) {
case 'x64':
case 'x86':