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 Mitchell <mmitche@microsoft.com>2017-08-29 20:27:07 +0300
committerGitHub <noreply@github.com>2017-08-29 20:27:07 +0300
commitc03c44f2346182c49f24e6b60a304d2957463737 (patch)
tree48d20c7fd7daeb410666eef7ccadc397b009a902 /netci.groovy
parent3907bcdf50cae39c4f1974371fd58fcb53916312 (diff)
Eliminate OpenSuSE 13.2 (EOL) (#23620)
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy6
1 files changed, 2 insertions, 4 deletions
diff --git a/netci.groovy b/netci.groovy
index 6fb478617b..f21758bc3c 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -22,7 +22,6 @@ def osGroupMap = ['Windows 7':'Windows_NT',
'Fedora24':'Linux',
'OSX10.12':'OSX',
'CentOS7.1': 'Linux',
- 'OpenSUSE13.2': 'Linux',
'OpenSUSE42.1': 'Linux',
'RHEL7.2': 'Linux',
'PortableLinux': 'Linux']
@@ -36,7 +35,6 @@ def osShortName = ['Windows 7' : 'win7',
'Fedora24' : 'fedora24',
'OSX10.12' : 'osx',
'CentOS7.1' : 'centos7.1',
- 'OpenSUSE13.2' : 'opensuse13.2',
'OpenSUSE42.1' : 'opensuse42.1',
'RHEL7.2' : 'rhel7.2',
'PortableLinux' : 'portablelinux']
@@ -44,10 +42,10 @@ def osShortName = ['Windows 7' : 'win7',
def buildArchConfiguration = ['Debug': 'x86',
'Release': 'x64']
-def targetGroupOsMapOuterloop = ['netcoreapp': ['Windows 7', 'Windows_NT', 'Ubuntu14.04', 'Ubuntu16.04', 'Ubuntu16.10', 'CentOS7.1', 'OpenSUSE13.2', 'OpenSUSE42.1',
+def targetGroupOsMapOuterloop = ['netcoreapp': ['Windows 7', 'Windows_NT', 'Ubuntu14.04', 'Ubuntu16.04', 'Ubuntu16.10', 'CentOS7.1', 'OpenSUSE42.1',
'RHEL7.2', 'Fedora24', 'Debian8.4', 'OSX10.12', 'PortableLinux']]
-def targetGroupOsMapInnerloop = ['netcoreapp': ['Windows_NT', 'Ubuntu14.04', 'Ubuntu16.04', 'Ubuntu16.10', 'CentOS7.1', 'OpenSUSE13.2', 'OpenSUSE42.1',
+def targetGroupOsMapInnerloop = ['netcoreapp': ['Windows_NT', 'Ubuntu14.04', 'Ubuntu16.04', 'Ubuntu16.10', 'CentOS7.1', 'OpenSUSE42.1',
'RHEL7.2', 'Fedora24', 'Debian8.4', 'OSX10.12', 'PortableLinux']]
// **************************