Skip to content

Commit

Permalink
Downgrade Windows JDK used for tests from jdk-17.0.12.7 to jdk-17.0.11+9
Browse files Browse the repository at this point in the history
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 eclipse-platform/eclipse.platform.swt#1486
  • Loading branch information
iloveeclipse committed Oct 28, 2024
1 parent f5ad99d commit 607319f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsJobs/AutomatedTests/I_unit_win32_java17.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 607319f

Please sign in to comment.