Skip to content

Commit 993dba4

Browse files
committed
[Y-build] Refine test configs for Java-26 BETA and restore schedule
Drop the second MacOS test configuration and add Y-build tests for Windows instead. Also run the two tests for Mac and Windows with Java-26 EA JDKs.
1 parent 7cdaf90 commit 993dba4

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

JenkinsJobs/buildConfigurations.json

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@
7474
"streams": {
7575
"4.38": {
7676
"branch": "master",
77-
"disabled": "false",
78-
"schedule": "0 10 * * 2,4,6"
77+
"schedule": "0 10 * 8-10 2,4,6\n0 10 1-26 11 2,4,6"
7978
}
8079
},
8180
"branches": {
@@ -112,33 +111,22 @@
112111
"os": "macosx",
113112
"ws": "cocoa",
114113
"arch": "aarch64",
115-
"javaVersion": 21,
116-
"agent": "nc1ht-macos11-arm64",
117-
"jdk": {
118-
"type": "local",
119-
"path": "/Library/Java/JavaVirtualMachines/jdk-21.0.5+11-arm64/Contents/Home"
120-
}
121-
},
122-
{
123-
"os": "macosx",
124-
"ws": "cocoa",
125-
"arch": "x86_64",
126-
"javaVersion": 21,
114+
"javaVersion": 26,
127115
"agent": "nc1ht-macos11-arm64",
128116
"jdk": {
129-
"type": "local",
130-
"path": "/Library/Java/JavaVirtualMachines/jdk-21.0.5+11/Contents/Home"
117+
"type": "install",
118+
"url": "https://download.java.net/java/early_access/jdk26/23/GPL/openjdk-26-ea+23_macos-aarch64_bin.tar.gz"
131119
}
132120
},
133121
{
134122
"os": "win32",
135123
"ws": "win32",
136124
"arch": "x86_64",
137-
"javaVersion": 21,
125+
"javaVersion": 26,
138126
"agent": "qa6xd-win11",
139127
"jdk": {
140-
"type": "local",
141-
"path": "C:\\Program Files\\Eclipse Adoptium\\jdk-21.0.5.11-hotspot"
128+
"type": "install",
129+
"url": "https://download.java.net/java/early_access/jdk26/23/GPL/openjdk-26-ea+23_windows-x64_bin.zip"
142130
}
143131
}
144132
]

0 commit comments

Comments
 (0)