Skip to content

Commit a302974

Browse files
committed
[GR-59048] Remove or replace JDK21 jobs for GraalWasm.
PullRequest: graal/19312
2 parents f43f925 + e8a1c11 commit a302974

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

wasm/ci/ci.jsonnet

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ local jdks = {
77
jdkLatest:: graal_common.labsjdkLatest,
88
};
99

10-
local extra_java_homes = {
10+
local tools_java_home = {
1111
downloads+: {
12-
EXTRA_JAVA_HOMES: graal_common.jdks_data['oraclejdk21'],
12+
TOOLS_JAVA_HOME: graal_common.jdks_data['oraclejdk21'],
1313
},
1414
};
1515

@@ -21,21 +21,18 @@ jdks + wasm_common +
2121

2222
local _builds = [
2323
# Gates.
24-
$.jdk21 + $.linux_amd64 + $.gate + $.gate_graalwasm_style + {name: 'gate-graalwasm-style-fullbuild' + self.name_suffix},
25-
$.jdkLatest + $.linux_amd64 + $.gate + $.gate_graalwasm_style + extra_java_homes + {name: 'gate-graalwasm-style-fullbuild' + self.name_suffix},
26-
27-
$.jdk21 + $.linux_amd64 + $.gate + $.gate_graalwasm_full + {environment+: {GATE_TAGS: 'build,wasmtest'}} + {name: 'gate-graalwasm-unittest' + self.name_suffix},
24+
$.jdkLatest + $.linux_amd64 + $.gate + $.gate_graalwasm_style + tools_java_home + {name: 'gate-graalwasm-style-fullbuild' + self.name_suffix},
2825
] + [
2926
$.jdkLatest + platform + $.gate + $.gate_graalwasm_full + {environment+: {GATE_TAGS: 'build,wasmtest'}} + {name: 'gate-graalwasm-unittest' + self.name_suffix}
3027
for platform in [$.linux_amd64, $.linux_aarch64, $.windows_amd64, $.darwin_aarch64]
3128
] + [
3229
$.jdkLatest + $.linux_amd64 + $.gate + $.gate_graalwasm_emsdk_full + {environment+: {GATE_TAGS: 'buildall,wasmextratest'}} + {name: 'gate-graalwasm-extra-unittest' + self.name_suffix},
3330
$.jdkLatest + $.linux_amd64 + $.gate + $.gate_graalwasm_emsdk_full + {environment+: {GATE_TAGS: 'buildall,wasmbenchtest'}} + {name: 'gate-graalwasm-benchtest' + self.name_suffix},
3431

35-
$.jdk21 + $.linux_amd64 + $.weekly + $.gate_graalwasm_coverage + {name: 'weekly-graalwasm-coverage' + self.name_suffix},
32+
$.jdkLatest + $.linux_amd64 + $.weekly + $.gate_graalwasm_coverage + tools_java_home + {name: 'weekly-graalwasm-coverage' + self.name_suffix},
3633

3734
# Benchmark jobs.
38-
$.jdk21 + $.linux_amd64 + $.bench_daily + $.bench_graalwasm_emsdk_full + {
35+
$.jdkLatest + $.linux_amd64 + $.bench_daily + $.bench_graalwasm_emsdk_full + {
3936
name: 'bench-graalwasm-c-micro' + self.name_suffix,
4037
environment+: {
4138
BENCH_RUNNER: 'run-c-micro-benchmarks',

0 commit comments

Comments
 (0)