@@ -28,13 +28,13 @@ jdks + wasm_common +
28
28
$.jdkLatest + platform + $.tier3 + $.gate_graalwasm_full + {environment+: {GATE_TAGS: 'build,wasmtest' }} + {name: 'gate-graalwasm-unittest' + self .name_suffix}
29
29
for platform in [$.linux_aarch64, $.windows_amd64, $.darwin_aarch64]
30
30
] + [
31
- $.jdkLatest + $.linux_amd64 + $.tier2 + $.gate_graalwasm_emsdk_full + {environment+: {GATE_TAGS: 'buildall,wasmextratest' }} + {name: 'gate-graalwasm-extra-unittest' + self .name_suffix},
32
- $.jdkLatest + $.linux_amd64 + $.tier2 + $.gate_graalwasm_emsdk_full + {environment+: {GATE_TAGS: 'buildall,wasmbenchtest' }} + {name: 'gate-graalwasm-benchtest' + self .name_suffix},
31
+ $.jdkLatest + $.linux_amd64_ol8 + $.tier2 + $.gate_graalwasm_emsdk_full + {environment+: {GATE_TAGS: 'buildall,wasmextratest' }} + {name: 'gate-graalwasm-extra-unittest' + self .name_suffix},
32
+ $.jdkLatest + $.linux_amd64_ol8 + $.tier2 + $.gate_graalwasm_emsdk_full + {environment+: {GATE_TAGS: 'buildall,wasmbenchtest' }} + {name: 'gate-graalwasm-benchtest' + self .name_suffix},
33
33
34
- $.jdkLatest + $.linux_amd64 + $.weekly + $.gate_graalwasm_coverage + tools_java_home + {name: 'weekly-graalwasm-coverage' + self .name_suffix},
34
+ $.jdkLatest + $.linux_amd64_ol8 + $.weekly + $.gate_graalwasm_coverage + tools_java_home + {name: 'weekly-graalwasm-coverage' + self .name_suffix},
35
35
36
36
# Benchmark jobs.
37
- $.jdkLatest + $.linux_amd64 + $.bench_daily + $.bench_graalwasm_emsdk_full + {
37
+ $.jdkLatest + $.linux_amd64_ol8 + $.bench_daily + $.bench_graalwasm_emsdk_full + {
38
38
name: 'bench-graalwasm-c-micro' + self .name_suffix,
39
39
environment+: {
40
40
BENCH_RUNNER: 'run-c-micro-benchmarks' ,
@@ -43,7 +43,7 @@ jdks + wasm_common +
43
43
},
44
44
},
45
45
46
- $.jdkLatest + $.linux_amd64 + $.bench_daily + $.bench_graalwasm_emsdk_full + {
46
+ $.jdkLatest + $.linux_amd64_ol8 + $.bench_daily + $.bench_graalwasm_emsdk_full + {
47
47
name: 'bench-graalwasm-wat-micro' + self .name_suffix,
48
48
environment+: {
49
49
BENCH_RUNNER: 'run-wat-micro-benchmarks' ,
0 commit comments