@@ -21,13 +21,15 @@ jdks + wasm_common +
21
21
22
22
local _builds = [
23
23
# Gates.
24
- $.jdkLatest + $.linux_amd64 + $.gate + $.gate_graalwasm_style + tools_java_home + {name: 'gate-graalwasm-style-fullbuild' + self .name_suffix},
24
+ $.jdkLatest + $.linux_amd64 + $.tier1 + $.gate_graalwasm_style + tools_java_home + {name: 'gate-graalwasm-style-fullbuild' + self .name_suffix},
25
+
26
+ $.jdkLatest + $.linux_amd64 + $.tier2 + $.gate_graalwasm_full + {environment+: {GATE_TAGS: 'build,wasmtest' }} + {name: 'gate-graalwasm-unittest' + self .name_suffix},
25
27
] + [
26
- $.jdkLatest + platform + $.gate + $.gate_graalwasm_full + {environment+: {GATE_TAGS: 'build,wasmtest' }} + {name: 'gate-graalwasm-unittest' + self .name_suffix}
27
- for platform in [$.linux_amd64, $. linux_aarch64, $.windows_amd64, $.darwin_aarch64]
28
+ $.jdkLatest + platform + $.tier3 + $.gate_graalwasm_full + {environment+: {GATE_TAGS: 'build,wasmtest' }} + {name: 'gate-graalwasm-unittest' + self .name_suffix}
29
+ for platform in [$.linux_aarch64, $.windows_amd64, $.darwin_aarch64]
28
30
] + [
29
- $.jdkLatest + $.linux_amd64 + $.gate + $.gate_graalwasm_emsdk_full + {environment+: {GATE_TAGS: 'buildall,wasmextratest' }} + {name: 'gate-graalwasm-extra-unittest' + self .name_suffix},
30
- $.jdkLatest + $.linux_amd64 + $.gate + $.gate_graalwasm_emsdk_full + {environment+: {GATE_TAGS: 'buildall,wasmbenchtest' }} + {name: 'gate-graalwasm-benchtest' + self .name_suffix},
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
33
32
34
$.jdkLatest + $.linux_amd64 + $.weekly + $.gate_graalwasm_coverage + tools_java_home + {name: 'weekly-graalwasm-coverage' + self .name_suffix},
33
35
0 commit comments