Skip to content

Commit

Permalink
Merge pull request #17507 from keithc-ca/rm19
Browse files Browse the repository at this point in the history
Remove configuration information for Java 19
  • Loading branch information
pshipton committed Jun 1, 2023
2 parents 42d8c31 + c62ac7a commit 4334ef0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions buildenv/jenkins/variables/defaults.yml
Expand Up @@ -40,10 +40,6 @@ openjdk:
default:
repoUrl: 'https://github.com/ibmruntimes/openj9-openjdk-jdk18.git'
branch: 'openj9'
19:
default:
repoUrl: 'https://github.com/ibmruntimes/openj9-openjdk-jdk19.git'
branch: 'openj9'
20:
default:
repoUrl: 'https://github.com/ibmruntimes/openj9-openjdk-jdk20.git'
Expand Down Expand Up @@ -114,7 +110,6 @@ build_discarder:
OpenJDK8: 5
OpenJDK11: 5
OpenJDK17: 10
OpenJDK19: 10
OpenJDK20: 10
OpenJDK: 10
Personal: 30
Expand Down Expand Up @@ -161,7 +156,6 @@ boot_jdk_default:
8: '8'
11: '11'
17: '17'
19: '18'
20: '18'
next: '20'
dir_strip:
Expand Down Expand Up @@ -245,7 +239,6 @@ s390x_linux:
extra_test_labels:
11: '!sw.os.rhel.8'
17: '!sw.os.rhel.8'
19: '!sw.os.rhel.8'
20: '!sw.os.rhel.8'
next: '!sw.os.rhel.8'
build_env:
Expand Down Expand Up @@ -281,15 +274,13 @@ ppc64_aix:
8: ' --disable-ccache'
11: '--disable-warnings-as-errors'
17: '--disable-warnings-as-errors'
19: '--disable-warnings-as-errors'
20: '--disable-warnings-as-errors'
next: '--disable-warnings-as-errors'
build_env:
vars:
8: 'PATH+XLC=/opt/IBM/xlC/13.1.3/bin:/opt/IBM/xlc/13.1.3/bin'
11: 'PATH+XLC=/opt/IBM/xlC/16.1.0/bin:/opt/IBM/xlc/16.1.0/bin CC=xlclang CXX=xlclang++'
17: 'PATH+XLC=/opt/IBM/xlC/16.1.0/bin:/opt/IBM/xlc/16.1.0/bin CC=xlclang CXX=xlclang++'
19: 'PATH+XLC=/opt/IBM/xlC/16.1.0/bin:/opt/IBM/xlc/16.1.0/bin CC=xlclang CXX=xlclang++'
20: 'PATH+XLC=/opt/IBM/xlC/16.1.0/bin:/opt/IBM/xlc/16.1.0/bin CC=xlclang CXX=xlclang++'
next: 'PATH+XLC=/opt/IBM/xlC/16.1.0/bin:/opt/IBM/xlc/16.1.0/bin CC=xlclang CXX=xlclang++'
#========================================#
Expand Down Expand Up @@ -323,7 +314,6 @@ x86-64_linux:
extra_test_labels:
11: '!sw.os.cent.6'
17: '!sw.os.cent.6'
19: '!sw.os.cent.6'
20: '!sw.os.cent.6'
next: '!sw.os.cent.6'
#========================================#
Expand Down Expand Up @@ -368,7 +358,6 @@ x86-64_windows:
8: '--with-toolchain-version=2019'
11: '--with-toolchain-version=2019'
17: '--with-toolchain-version=2019'
19: '--with-toolchain-version=2022'
20: '--with-toolchain-version=2022'
next: '--with-toolchain-version=2022'
node_labels:
Expand Down

0 comments on commit 4334ef0

Please sign in to comment.