Skip to content

Commit

Permalink
Merge pull request #10055 from dnakamura/pz_linux
Browse files Browse the repository at this point in the history
Jenkins: Disable jdk11 p and z linux cmake builds
  • Loading branch information
keithc-ca committed Jul 4, 2020
2 parents acaa0f2 + 8d5d36d commit 183fb3a
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -85,18 +85,18 @@ CURRENT_RELEASES = ['8', '11', '14', '15', 'next']

SPECS = ['ppc64_aix' : CURRENT_RELEASES,
'ppc64le_linux' : CURRENT_RELEASES,
'ppc64le_linux_cm' : CURRENT_RELEASES,
'ppc64le_linux_cm' : CURRENT_RELEASES - '11',
'ppc64le_linux_uma' : ['11'],
'ppc64le_linux_jit' : CURRENT_RELEASES,
'ppc64le_linux_xl' : CURRENT_RELEASES,
'ppc64le_linux_xl_cm' : CURRENT_RELEASES,
'ppc64le_linux_xl_cm' : CURRENT_RELEASES - '11',
'ppc64le_linux_xl_uma' : ['11'],
's390x_linux' : CURRENT_RELEASES,
's390x_linux_cm' : CURRENT_RELEASES,
's390x_linux_cm' : CURRENT_RELEASES - '11',
's390x_linux_uma' : ['11'],
's390x_linux_jit' : CURRENT_RELEASES,
's390x_linux_xl' : CURRENT_RELEASES,
's390x_linux_xl_cm' : CURRENT_RELEASES,
's390x_linux_xl_cm' : CURRENT_RELEASES - '11',
's390x_linux_xl_uma' : ['11'],
's390x_zos' : ['11'],
'x86-64_linux' : CURRENT_RELEASES,
Expand Down

0 comments on commit 183fb3a

Please sign in to comment.