@@ -151,13 +151,13 @@ local cicommon = import '../ci/common.jsonnet';
151151 // Builds that should run on all supported platforms
152152 local testingBuilds = generateBuilds([
153153 graalNodeJs + build + defaultGateTags + {dynamicimports+:: ['/wasm' ]} + {name: 'default' } +
154- promoteToTarget(common.gate, [common.jdk21 + common.linux_amd64, common.jdk21 + common.linux_aarch64, common.jdk21 + common.darwin_aarch64, common.jdk21 + common.windows_amd64]) +
155- promoteToTarget(common.postMerge, [common.jdk21 + common.darwin_amd64]),
154+ promoteToTarget(common.gate, [common.jdklatest + common.linux_amd64, common.jdklatest + common.linux_aarch64, common.jdklatest + common.darwin_aarch64, common.jdklatest + common.windows_amd64]) +
155+ promoteToTarget(common.postMerge, [common.jdklatest + common.darwin_amd64]),
156156
157157 graalNodeJs + vm_env + build + gateVmSmokeTest + ce + {name: 'graalvm-ce' } +
158158 promoteToTarget(common.gate, [ci.mainGatePlatform]) +
159- promoteToTarget(common.gate, [common.jdk21 + common.darwin_aarch64, common.jdk21 + common.windows_amd64]) +
160- promoteToTarget(common.postMerge, [common.jdk21 + common.darwin_amd64]),
159+ promoteToTarget(common.gate, [common.jdklatest + common.darwin_aarch64, common.jdklatest + common.windows_amd64]) +
160+ promoteToTarget(common.postMerge, [common.jdklatest + common.darwin_amd64]),
161161 graalNodeJs + vm_env + build + gateVmSmokeTest + ee + {name: 'graalvm-ee' } +
162162 promoteToTarget(common.gate, [ci.mainGatePlatform]),
163163
@@ -170,7 +170,7 @@ local cicommon = import '../ci/common.jsonnet';
170170 graalNodeJs + buildNodeAPI + testNode('node-api' , max_heap='4G' ) + maxHeapOnWindows('512M' ) + {name: 'node-api' },
171171 graalNodeJs + buildJSNativeAPI + testNode('js-native-api' , max_heap='4G' ) + maxHeapOnWindows('512M' ) + {name: 'js-native-api' },
172172 ]] +
173- [gateOnMain + promoteToTarget(common.gate, [common.jdk21 + common.windows_amd64]) + b for b in [
173+ [gateOnMain + promoteToTarget(common.gate, [common.jdklatest + common.windows_amd64]) + b for b in [
174174 graalNodeJs + vm_env + build + testNode('async-hooks' , max_heap='4G' ) + maxHeapOnWindows('512M' ) + {name: 'async-hooks' },
175175 graalNodeJs + vm_env + build + testNode('es-module' , max_heap='4G' ) + maxHeapOnWindows('512M' ) + {name: 'es-module' },
176176 # We run the `sequential` tests with a smaller heap because `test/sequential/test-child-process-pass-fd.js` starts 80 child processes.
@@ -195,7 +195,7 @@ local cicommon = import '../ci/common.jsonnet';
195195 graalNodeJs + common.weekly + gateCoverage + {name: 'coverage' },
196196 graalNodeJs + common.ondemand + gateCoverage + {name: 'coverage' },
197197
198- ], platforms=[ci.mainGatePlatform ]),
198+ ], platforms=[common.jdk21 + common.linux_amd64 ]),
199199
200200 builds: styleBuilds + testingBuilds + otherBuilds,
201201}
0 commit comments