Skip to content

Commit

Permalink
exclude JDK23+ openj9 xmac testing on mac10
Browse files Browse the repository at this point in the history
related: eclipse-openj9/openj9#19694 and infrastructure/issues/9756

Signed-off-by: Lan Xia <[email protected]>
  • Loading branch information
llxia authored and pshipton committed Oct 15, 2024
1 parent c9db601 commit b8c40b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildenv/jenkins/openjdk_tests
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,11 @@ timestamps{
LABEL += "&&!sw.os.cent.7"
}

// JDK23+ isn't supported on machines prior to Mac 11 https://github.com/eclipse-openj9/openj9/issues/19694
if (params.JDK_IMPL == "openj9" && PLATFORM == "x86-64_mac" && params.JDK_VERSION && params.JDK_VERSION.toInteger() >= 23) {
LABEL += "&&!sw.os.mac.10"
}

if (params.DOCKER_REQUIRED) {
LABEL += "&&sw.tool.docker"
}
Expand Down

0 comments on commit b8c40b4

Please sign in to comment.