Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit fe0e443

Browse files
authored
Remove EOL openSuSE 42.1 (#23683)
1 parent 3322215 commit fe0e443

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

netci.groovy

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def osGroupMap = ['Windows 7':'Windows_NT',
2222
'Fedora24':'Linux',
2323
'OSX10.12':'OSX',
2424
'CentOS7.1': 'Linux',
25-
'OpenSUSE42.1': 'Linux',
2625
'RHEL7.2': 'Linux',
2726
'Tizen': 'Linux',
2827
'LinuxARMEmulator': 'Linux',
@@ -37,18 +36,17 @@ def osShortName = ['Windows 7' : 'win7',
3736
'Fedora24' : 'fedora24',
3837
'OSX10.12' : 'osx',
3938
'CentOS7.1' : 'centos7.1',
40-
'OpenSUSE42.1' : 'opensuse42.1',
4139
'RHEL7.2' : 'rhel7.2',
4240
'PortableLinux' : 'portablelinux']
4341

4442
def buildArchConfiguration = ['Debug': 'x86',
4543
'Release': 'x64']
4644

47-
def targetGroupOsMapOuterloop = ['netcoreapp': ['Windows 7', 'Windows_NT', 'Ubuntu14.04', 'Ubuntu16.04', 'Ubuntu16.10', 'CentOS7.1', 'OpenSUSE42.1',
45+
def targetGroupOsMapOuterloop = ['netcoreapp': ['Windows 7', 'Windows_NT', 'Ubuntu14.04', 'Ubuntu16.04', 'Ubuntu16.10', 'CentOS7.1',
4846
'RHEL7.2', 'Fedora24', 'Debian8.4', 'OSX10.12', 'PortableLinux'],
4947
'netfx': ['Windows_NT']]
5048

51-
def targetGroupOsMapInnerloop = ['netcoreapp': ['Windows_NT', 'Ubuntu14.04', 'Ubuntu16.04', 'Ubuntu16.10', 'CentOS7.1', 'OpenSUSE42.1',
49+
def targetGroupOsMapInnerloop = ['netcoreapp': ['Windows_NT', 'Ubuntu14.04', 'Ubuntu16.04', 'Ubuntu16.10', 'CentOS7.1',
5250
'RHEL7.2', 'Fedora24', 'Debian8.4', 'OSX10.12', 'PortableLinux'],
5351
'netfx': ['Windows_NT']]
5452

0 commit comments

Comments
 (0)