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-30 23:29:12 +0300
committerGitHub <noreply@github.com>2017-08-30 23:29:12 +0300
commit8f7c22e5ccd1920ecc8894f6d8540715f4b98c14 (patch)
tree0c86838adf47028cfa5f32e75151b8a7f2077ee6 /netci.groovy
parent70201d1f97465882eda716c66da09d22c3933edc (diff)
Remove EOL openSuSE 42.1 (#23684)
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 f21758bc3c..7ddb0cfec9 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',
- 'OpenSUSE42.1': 'Linux',
'RHEL7.2': 'Linux',
'PortableLinux': 'Linux']
@@ -35,17 +34,16 @@ def osShortName = ['Windows 7' : 'win7',
'Fedora24' : 'fedora24',
'OSX10.12' : 'osx',
'CentOS7.1' : 'centos7.1',
- 'OpenSUSE42.1' : 'opensuse42.1',
'RHEL7.2' : 'rhel7.2',
'PortableLinux' : 'portablelinux']
def buildArchConfiguration = ['Debug': 'x86',
'Release': 'x64']
-def targetGroupOsMapOuterloop = ['netcoreapp': ['Windows 7', 'Windows_NT', 'Ubuntu14.04', 'Ubuntu16.04', 'Ubuntu16.10', 'CentOS7.1', 'OpenSUSE42.1',
+def targetGroupOsMapOuterloop = ['netcoreapp': ['Windows 7', 'Windows_NT', 'Ubuntu14.04', 'Ubuntu16.04', 'Ubuntu16.10', 'CentOS7.1',
'RHEL7.2', 'Fedora24', 'Debian8.4', 'OSX10.12', 'PortableLinux']]
-def targetGroupOsMapInnerloop = ['netcoreapp': ['Windows_NT', 'Ubuntu14.04', 'Ubuntu16.04', 'Ubuntu16.10', 'CentOS7.1', 'OpenSUSE42.1',
+def targetGroupOsMapInnerloop = ['netcoreapp': ['Windows_NT', 'Ubuntu14.04', 'Ubuntu16.04', 'Ubuntu16.10', 'CentOS7.1',
'RHEL7.2', 'Fedora24', 'Debian8.4', 'OSX10.12', 'PortableLinux']]
// **************************