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

Commit ad68ca9

Browse files
authored
Remove EOL openSuSE 42.1 (#13691)
1 parent 0cb88b8 commit ad68ca9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

netci.groovy

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def static getOSGroup(def os) {
1919
'OSX':'OSX',
2020
'Windows_NT':'Windows_NT',
2121
'CentOS7.1': 'Linux',
22-
'OpenSUSE42.1': 'Linux',
2322
'LinuxARMEmulator': 'Linux']
2423
def osGroup = osGroupMap.get(os, null)
2524
assert osGroup != null : "Could not find os group for ${os}"
@@ -32,7 +31,7 @@ class Constants {
3231
// The Windows_NT_BuildOnly OS is a way to speed up the Non-NT builds temporarily by avoiding
3332
// test execution in the build flow runs. It generates the exact same build
3433
// as Windows_NT but without the tests.
35-
def static osList = ['Ubuntu', 'Debian8.4', 'OSX', 'Windows_NT', 'Windows_NT_BuildOnly', 'CentOS7.1', 'OpenSUSE42.1', 'RHEL7.2', 'LinuxARMEmulator', 'Ubuntu16.04']
34+
def static osList = ['Ubuntu', 'Debian8.4', 'OSX', 'Windows_NT', 'Windows_NT_BuildOnly', 'CentOS7.1', 'RHEL7.2', 'LinuxARMEmulator', 'Ubuntu16.04']
3635
def static crossList = ['Ubuntu', 'OSX', 'CentOS7.1', 'RHEL7.2', 'Debian8.4']
3736
// This is a set of JIT stress modes combined with the set of variables that
3837
// need to be set to actually enable that stress mode. The key of the map is the stress mode and
@@ -564,7 +563,6 @@ def static addTriggers(def job, def branch, def isPR, def architecture, def os,
564563
}
565564
break
566565
case 'Ubuntu16.04':
567-
case 'OpenSUSE42.1':
568566
assert !isFlowJob
569567
assert scenario == 'default'
570568
Utilities.addGithubPRTriggerForBranch(job, branch, "${os} ${architecture} ${configuration} Build", "(?i).*test\\W+${os}\\W+.*")
@@ -1905,7 +1903,6 @@ combinedScenarios.each { scenario ->
19051903
case 'OSX':
19061904
case 'CentOS7.1':
19071905
case 'RHEL7.2':
1908-
case 'OpenSUSE42.1':
19091906
switch (architecture) {
19101907
case 'x64':
19111908
case 'x86ryujit':

0 commit comments

Comments
 (0)