Skip to content

Commit 51a7a33

Browse files
CI: disable redundant JDK 17 test.
1 parent 9d41b75 commit 51a7a33

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,13 @@ test-jdk-8:
9999
variables:
100100
TEST_JDK: 8
101101

102+
# JDK 17 is currently the default of the build image. JDK 21 LTS will arrive around September 2023.
102103
# JDK 17 is the latest LTS release.
103-
test-jdk-17:
104-
extends: .test-asan-template
105-
needs: ["test-jdk-8"]
106-
variables:
107-
TEST_JDK: 17
104+
#test-jdk-17:
105+
# extends: .test-asan-template
106+
# needs: ["test-jdk-8"]
107+
# variables:
108+
# TEST_JDK: 17
108109

109110
test-jdk-x86:
110111
extends: .test-template

0 commit comments

Comments
 (0)