Skip to content

Commit 2bf1cf4

Browse files
committed
moved compiler coverage jobs to JDK latest
1 parent 9421c15 commit 2bf1cf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/ci/ci_common/gate.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,12 +430,12 @@
430430
"coverage_ctw",
431431
]
432432
for jdk in [
433-
"21"
433+
self.jdk_latest
434434
]
435435
for os_arch in all_os_arches
436436
] + [
437437
# Run AVX3 tests only on linux-amd64
438-
self.make_build("21", "linux-amd64", "coverage_avx3").build
438+
self.make_build(self.jdk_latest, "linux-amd64", "coverage_avx3").build
439439
],
440440

441441
# Test ZGC on supported platforms. Windows requires version 1083 or later which will

0 commit comments

Comments
 (0)