Skip to content

Commit 9732bb9

Browse files
authored
Adding Java 24 tests (#2944)
1 parent 79f0882 commit 9732bb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

JenkinsJobs/AutomatedTests/I_unit_tests.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ def STREAMS = config.Streams
33

44
def TEST_CONFIGURATIONS = [
55
[os: 'linux' , ws:'gtk' , arch: 'x86_64' , javaVersion: 21, agentLabel: 'ubuntu-2404' , javaHome: "tool(type:'jdk', name:'temurin-jdk21-latest')" ],
6-
[os: 'linux' , ws:'gtk' , arch: 'x86_64' , javaVersion: 23, agentLabel: 'ubuntu-2404' , javaHome: "tool(type:'jdk', name:'temurin-jdk23-latest')" ],
6+
[os: 'linux' , ws:'gtk' , arch: 'x86_64' , javaVersion: 24, agentLabel: 'ubuntu-2404' , javaHome: "tool(type:'jdk', name:'openjdk-jdk24-latest')" ],
77
[os: 'macosx', ws:'cocoa', arch: 'aarch64', javaVersion: 21, agentLabel: 'nc1ht-macos11-arm64', javaHome: "'/Library/Java/JavaVirtualMachines/jdk-21.0.5+11-arm64/Contents/Home'" ],
88
[os: 'macosx', ws:'cocoa', arch: 'x86_64' , javaVersion: 21, agentLabel: 'nc1ht-macos11-arm64', javaHome: "'/Library/Java/JavaVirtualMachines/jdk-21.0.5+11/Contents/Home'" ],
99
[os: 'win32' , ws:'win32', arch: 'x86_64' , javaVersion: 21, agentLabel: 'qa6xd-win11' , javaHome: "'C:\\\\Program Files\\\\Eclipse Adoptium\\\\jdk-21.0.5.11-hotspot'" ],

JenkinsJobs/SmokeTests/StartSmokeTests.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pipeline {
2121
}
2222
axis {
2323
name 'JAVA_VERSION'
24-
values '21', '23'
24+
values '21', '24'
2525
}
2626
}
2727
stages {

0 commit comments

Comments
 (0)