Skip to content

Commit 79b15cb

Browse files
authored
Ybuild_Add Java 25 test and update build schedule (#3029)
1 parent 751153b commit 79b15cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

JenkinsJobs/Builds/build.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def I_TEST_CONFIGURATIONS = [
88
]
99
def Y_TEST_CONFIGURATIONS = [
1010
[ os: 'linux' , ws: 'gtk' , arch: 'x86_64' , javaVersion: 21],
11-
[ os: 'linux' , ws: 'gtk' , arch: 'x86_64' , javaVersion: 24],
11+
[ os: 'linux' , ws: 'gtk' , arch: 'x86_64' , javaVersion: 25],
1212
[ os: 'macosx', ws: 'cocoa', arch: 'aarch64', javaVersion: 21],
1313
[ os: 'macosx', ws: 'cocoa', arch: 'x86_64' , javaVersion: 21],
1414
]

JenkinsJobs/YBuilds/FOLDER.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ for (STREAM in config.Streams){
1818
# format: Minute Hour Day Month Day of the week (0-7)
1919
2020
#Daily Y-build
21-
#0 10 * * *
21+
0 10 * * 2,4,6
2222
#milestone week
2323
#0 6 * * 2
2424
#0 6 * * 4

JenkinsJobs/YBuilds/Y_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: 24, agentLabel: 'ubuntu-2404' , javaHome: "install('jdk', 'https://download.java.net/java/early_access/jdk24/31/GPL/openjdk-24-ea+31_linux-x64_bin.tar.gz')" ],
6+
[os: 'linux' , ws:'gtk' , arch: 'x86_64' , javaVersion: 25, agentLabel: 'ubuntu-2404' , javaHome: "install('jdk', 'https://download.java.net/java/early_access/jdk25/21/GPL/openjdk-25-ea+21_linux-x64_bin.tar.gz')" ],
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'" ],

0 commit comments

Comments
 (0)