mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-11 10:18:21 +09:00
remove fedora 23 (dotnet/coreclr#10667)
Commit migrated from 425551a2c6
This commit is contained in:
parent
34833ea5bf
commit
a69dd28545
3 changed files with 1 additions and 7 deletions
|
@ -72,7 +72,6 @@ something affecting all builds).
|
|||
|**openSUSE 42.1**|[](http://ci.dot.net/job/dotnet_coreclr/job/master/job/debug_opensuse42.1)|[](http://ci.dot.net/job/dotnet_coreclr/job/master/job/release_opensuse42.1)|
|
||||
|**OS X 10.12**|[](http://ci.dot.net/job/dotnet_coreclr/job/master/job/debug_osx)|[](http://ci.dot.net/job/dotnet_coreclr/job/master/job/release_osx)|
|
||||
|**Red Hat 7.2**|[](http://ci.dot.net/job/dotnet_coreclr/job/master/job/debug_rhel7.2)|[](http://ci.dot.net/job/dotnet_coreclr/job/master/job/release_rhel7.2)|
|
||||
|**Fedora 23**|[](http://ci.dot.net/job/dotnet_coreclr/job/master/job/debug_fedora23)|[](http://ci.dot.net/job/dotnet_coreclr/job/master/job/release_fedora23)|
|
||||
|**Ubuntu 14.04**|[](http://ci.dot.net/job/dotnet_coreclr/job/master/job/debug_ubuntu)|[](http://ci.dot.net/job/dotnet_coreclr/job/master/job/release_ubuntu)|
|
||||
|**Ubuntu 16.04**|[](http://ci.dot.net/job/dotnet_coreclr/job/master/job/debug_ubuntu16.04)|[](http://ci.dot.net/job/dotnet_coreclr/job/master/job/release_ubuntu16.04)|
|
||||
|**Ubuntu 16.10**|[](http://ci.dot.net/job/dotnet_coreclr/job/master/job/debug_ubuntu16.10)|[](http://ci.dot.net/job/dotnet_coreclr/job/master/job/release_ubuntu16.10)|
|
||||
|
|
|
@ -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':
|
||||
|
|
|
@ -12,7 +12,6 @@ def static getOSGroup(def os) {
|
|||
'RHEL7.2': 'Linux',
|
||||
'Ubuntu16.04': 'Linux',
|
||||
'Debian8.4':'Linux',
|
||||
'Fedora23':'Linux',
|
||||
'OSX':'OSX',
|
||||
'Windows_NT':'Windows_NT',
|
||||
'FreeBSD':'FreeBSD',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue