Skip to content

Commit caeb319

Browse files
committed
Revert "Rervert changes to the build names."
This reverts commit 1ac6f8a.
1 parent 0e40b67 commit caeb319

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

vm/ci_common/common-bench.jsonnet

+14-14
Original file line numberDiff line numberDiff line change
@@ -132,19 +132,19 @@ local vm_common = import '../ci_common/common.jsonnet';
132132

133133
builds: [
134134
# 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'},
148148

149149
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'},
150150
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';
159159
$.vm_bench_common.upload,
160160
],
161161
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',
163163
},
164164

165165
vm_common.gate_vm_linux_amd64 + self.vm_gate_polybench_linux + {name: 'gate-vm-' + vm.vm_setup.short_name + '-polybench-linux'},

0 commit comments

Comments
 (0)