@@ -19,7 +19,6 @@ def static getOSGroup(def os) {
19
19
' OSX' :' OSX' ,
20
20
' Windows_NT' :' Windows_NT' ,
21
21
' CentOS7.1' : ' Linux' ,
22
- ' OpenSUSE42.1' : ' Linux' ,
23
22
' LinuxARMEmulator' : ' Linux' ]
24
23
def osGroup = osGroupMap. get(os, null )
25
24
assert osGroup != null : " Could not find os group for ${ os} "
@@ -32,7 +31,7 @@ class Constants {
32
31
// The Windows_NT_BuildOnly OS is a way to speed up the Non-NT builds temporarily by avoiding
33
32
// test execution in the build flow runs. It generates the exact same build
34
33
// 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' ]
36
35
def static crossList = [' Ubuntu' , ' OSX' , ' CentOS7.1' , ' RHEL7.2' , ' Debian8.4' ]
37
36
// This is a set of JIT stress modes combined with the set of variables that
38
37
// 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,
564
563
}
565
564
break
566
565
case ' Ubuntu16.04' :
567
- case ' OpenSUSE42.1' :
568
566
assert ! isFlowJob
569
567
assert scenario == ' default'
570
568
Utilities . addGithubPRTriggerForBranch(job, branch, " ${ os} ${ architecture} ${ configuration} Build" , " (?i).*test\\ W+${ os} \\ W+.*" )
@@ -1905,7 +1903,6 @@ combinedScenarios.each { scenario ->
1905
1903
case ' OSX' :
1906
1904
case ' CentOS7.1' :
1907
1905
case ' RHEL7.2' :
1908
- case ' OpenSUSE42.1' :
1909
1906
switch (architecture) {
1910
1907
case ' x64' :
1911
1908
case ' x86ryujit' :
0 commit comments