Skip to content

Commit 5e8a49c

Browse files
authored
Enable CRIU portable testing for JDK25 (#6679)
Enable CRIU portable testing for JDK25 Signed-off-by: LongyuZhang <[email protected]>
1 parent 6411924 commit 5e8a49c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildenv/jenkins/openjdk_tests

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ timestamps{
175175
def target = "dev.external"
176176
def buildList = ""
177177
if (type == "criu") {
178-
// Temporarily exclude JDK25+ due to lack of dockerfile
179-
if (!(params.JDK_VERSION.isInteger() && params.JDK_VERSION.toInteger() >= 25)) {
178+
// Temporarily exclude JDK26+ due to lack of dockerfile
179+
if (!(params.JDK_VERSION.isInteger() && params.JDK_VERSION.toInteger() >= 26)) {
180180
def commonLabel = "sw.tool.podman&&sw.tool.container.criu"
181181
if (params.LABEL_ADDITION) {
182182
commonLabel += "&&${params.LABEL_ADDITION}"

0 commit comments

Comments
 (0)