Closed smlambert closed 4 months ago
Suggested fix is to update https://github.com/adoptium/aqa-tests/blob/master/buildenv/jenkins/JenkinsfileBase#L11
if (JDK_IMPL == 'hotspot' && JDK_VERSION == '8' && PLATFORM.contains('alpine-linux')) {
to
if (JDK_IMPL == 'hotspot' && PLATFORM.contains('alpine-linux')) {
All JDK11 test jobs on alpine-linux are failing with the error below. See example from recent Grid view:
Possibly related: https://github.com/adoptium/aqa-tests/pull/4559/files, in which case try removing the restriction on JDK8 from that PR and monitor behaviour.