From 607319f71eba2c6e9eeed48bcf7e7b7503ebb255 Mon Sep 17 00:00:00 2001 From: Andrey Loskutov Date: Mon, 28 Oct 2024 12:04:34 +0100 Subject: [PATCH] Downgrade Windows JDK used for tests from jdk-17.0.12.7 to jdk-17.0.11+9 Bug https://bugs.openjdk.org/browse/JDK-8336862 could be the reason for (all/some?) recent Windows test failures. Let try the previous version... See https://github.com/eclipse-platform/eclipse.platform.swt/issues/1486 --- JenkinsJobs/AutomatedTests/I_unit_win32_java17.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JenkinsJobs/AutomatedTests/I_unit_win32_java17.groovy b/JenkinsJobs/AutomatedTests/I_unit_win32_java17.groovy index 22297a7f378..a460b3b020d 100644 --- a/JenkinsJobs/AutomatedTests/I_unit_win32_java17.groovy +++ b/JenkinsJobs/AutomatedTests/I_unit_win32_java17.groovy @@ -31,7 +31,7 @@ pipeline { stage('Run tests'){ environment { // Declaring a jdk and ant the usual way in the 'tools' section, because of unknown reasons, breaks the usage of system commands like xvnc, pkill and sh - JAVA_HOME = 'C:\\\\PROGRA~1\\\\ECLIPS~1\\\\jdk-17.0.12.7-hotspot\\\\' + JAVA_HOME = 'C:\\\\PROGRA~1\\\\ECLIPS~1\\\\jdk-17.0.11+9\\\\' PATH = "%JAVA_HOME%\\\\bin;C:\\\\ProgramData\\\\Boxstarter;C:\\\\Program Files\\\\IcedTeaWeb\\\\WebStart\\\\bin;C:\\\\Users\\\\jenkins_vnc\\\\AppData\\\\Local\\\\Microsoft\\\\WindowsApps;${env.PATH}" } steps {