@@ -132,19 +132,19 @@ local vm_common = import '../ci_common/common.jsonnet';
132
132
133
133
builds: [
134
134
# We used to expand `${common_vm_linux}` here to work around some limitations in the version of pyhocon that we use in the CI
135
- vm_common.bench_ondemand_vm_linux_amd64 + self .vm_bench_js_linux_amd64 + { environment+: { BENCH_SUITE: 'octane' }, name: 'bench-vm-' + vm.vm_setup.short_name + '-js-octane-linux' },
136
- vm_common.bench_ondemand_vm_linux_amd64 + self .vm_bench_js_linux_amd64 + { environment+: { BENCH_SUITE: 'jetstream' }, name: 'bench-vm-' + vm.vm_setup.short_name + '-js-jetstream-linux' },
137
- vm_common.bench_ondemand_vm_linux_amd64 + self .vm_bench_js_linux_amd64 + { environment+: { BENCH_SUITE: 'jetstream2' }, name: 'bench-vm-' + vm.vm_setup.short_name + '-js-jetstream2-linux' },
138
- vm_common.bench_ondemand_vm_linux_amd64 + self .vm_bench_js_linux_amd64 + { environment+: { BENCH_SUITE: 'micro' }, name: 'bench-vm-' + vm.vm_setup.short_name + '-js-micro-linux' },
139
- vm_common.bench_ondemand_vm_linux_amd64 + self .vm_bench_js_linux_amd64 + { environment+: { BENCH_SUITE: 'v8js' }, name: 'bench-vm-' + vm.vm_setup.short_name + '-js-v8js-linux' },
140
- vm_common.bench_ondemand_vm_linux_amd64 + self .vm_bench_js_linux_amd64 + { environment+: { BENCH_SUITE: 'misc' }, name: 'bench-vm-' + vm.vm_setup.short_name + '-js-misc-linux' },
141
- vm_common.bench_ondemand_vm_linux_amd64 + self .vm_bench_js_linux_amd64 + { environment+: { BENCH_SUITE: 'npm-regex' }, name: 'bench-vm-' + vm.vm_setup.short_name + '-js-npm-regex-linux' },
142
-
143
- vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_linux_interpreter + {name: 'bench-vm-' + vm.vm_setup.short_name + '-polybench-linux' },
144
- vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_linux_compiler + {name: 'bench-vm-' + vm.vm_setup.short_name + '-polybench-compiler-linux' },
145
- vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_linux_context_init + {name: 'bench-vm-' + vm.vm_setup.short_name + '-polybench-context-init-linux' },
146
- vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_linux_warmup + {name: 'bench-vm-' + vm.vm_setup.short_name + '-polybench-warmup-linux' },
147
- vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_linux_allocated_bytes + {name: 'bench-vm-' + vm.vm_setup.short_name + '-polybench-allocated-bytes-linux' },
135
+ vm_common.bench_ondemand_vm_linux_amd64 + self .vm_bench_js_linux_amd64 + { environment+: { BENCH_SUITE: 'octane' }, name: 'ondemand- bench-vm-' + vm.vm_setup.short_name + '-js-octane-linux' },
136
+ vm_common.bench_ondemand_vm_linux_amd64 + self .vm_bench_js_linux_amd64 + { environment+: { BENCH_SUITE: 'jetstream' }, name: 'ondemand- bench-vm-' + vm.vm_setup.short_name + '-js-jetstream-linux' },
137
+ vm_common.bench_ondemand_vm_linux_amd64 + self .vm_bench_js_linux_amd64 + { environment+: { BENCH_SUITE: 'jetstream2' }, name: 'ondemand- bench-vm-' + vm.vm_setup.short_name + '-js-jetstream2-linux' },
138
+ vm_common.bench_ondemand_vm_linux_amd64 + self .vm_bench_js_linux_amd64 + { environment+: { BENCH_SUITE: 'micro' }, name: 'ondemand- bench-vm-' + vm.vm_setup.short_name + '-js-micro-linux' },
139
+ vm_common.bench_ondemand_vm_linux_amd64 + self .vm_bench_js_linux_amd64 + { environment+: { BENCH_SUITE: 'v8js' }, name: 'ondemand- bench-vm-' + vm.vm_setup.short_name + '-js-v8js-linux' },
140
+ vm_common.bench_ondemand_vm_linux_amd64 + self .vm_bench_js_linux_amd64 + { environment+: { BENCH_SUITE: 'misc' }, name: 'ondemand- bench-vm-' + vm.vm_setup.short_name + '-js-misc-linux' },
141
+ vm_common.bench_ondemand_vm_linux_amd64 + self .vm_bench_js_linux_amd64 + { environment+: { BENCH_SUITE: 'npm-regex' }, name: 'ondemand- bench-vm-' + vm.vm_setup.short_name + '-js-npm-regex-linux' },
142
+
143
+ vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_linux_interpreter + {name: 'daily- bench-vm-' + vm.vm_setup.short_name + '-polybench-linux' },
144
+ vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_linux_compiler + {name: 'daily- bench-vm-' + vm.vm_setup.short_name + '-polybench-compiler-linux' },
145
+ vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_linux_context_init + {name: 'daily- bench-vm-' + vm.vm_setup.short_name + '-polybench-context-init-linux' },
146
+ vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_linux_warmup + {name: 'daily- bench-vm-' + vm.vm_setup.short_name + '-polybench-warmup-linux' },
147
+ vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_linux_allocated_bytes + {name: 'daily- bench-vm-' + vm.vm_setup.short_name + '-polybench-allocated-bytes-linux' },
148
148
149
149
vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_nfi_linux_amd64 + vm.vm_java_8 + {name: 'bench-vm-' + vm.vm_setup.short_name + '-polybench-nfi-linux-amd64-java8' },
150
150
vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_nfi_linux_amd64 + vm.vm_java_11 + {name: 'bench-vm-' + vm.vm_setup.short_name + '-polybench-nfi-linux-amd64-java11' },
@@ -159,7 +159,7 @@ local vm_common = import '../ci_common/common.jsonnet';
159
159
$.vm_bench_common.upload,
160
160
],
161
161
timelimit: '45:00' ,
162
- name: 'bench-vm-' + vm.vm_setup.short_name + '-agentscript-js-java17-linux-amd64' ,
162
+ name: 'daily- bench-vm-' + vm.vm_setup.short_name + '-agentscript-js-java17-linux-amd64' ,
163
163
},
164
164
165
165
vm_common.gate_vm_linux_amd64 + self .vm_gate_polybench_linux + {name: 'gate-vm-' + vm.vm_setup.short_name + '-polybench-linux' },
0 commit comments