@@ -59,7 +59,7 @@ local repo_config = import '../../../ci/repo-configuration.libsonnet';
59
59
base_cmd:: ['mx' , '--env' , env, '--dy' , 'polybenchmarks' ],
60
60
},
61
61
62
- vm_bench_polybenchmarks_linux_build: vm_common.svm_common + vm_common.truffleruby + vm_common.graalpy + vm.custom_vm + vm.vm_java_21 + self .polybench_hpc_linux_common(shape=null ) + self .vm_bench_polybenchmarks_base(env='polybench-${VM_ENV}' ) + {
62
+ vm_bench_polybenchmarks_linux_build: vm_common.svm_common + vm_common.truffleruby + vm_common.graalpy + vm.custom_vm + vm.vm_java_21 + self .polybench_hpc_linux_common(shape='e4_36_256' ) + self .vm_bench_polybenchmarks_base(env='polybench-${VM_ENV}' ) + {
63
63
setup+: [
64
64
self .base_cmd + ['sforceimports' ],
65
65
],
@@ -79,7 +79,7 @@ local repo_config = import '../../../ci/repo-configuration.libsonnet';
79
79
timelimit: '1:00:00' ,
80
80
},
81
81
82
- vm_bench_polybenchmarks_linux_common(vm_config='jvm', is_gate=false, suite='default:*'): vm_common.svm_common + vm_common.truffleruby + vm.custom_vm + vm.vm_java_21 + self .polybench_hpc_linux_common() + self .vm_bench_polybenchmarks_base(env='polybench-${VM_ENV}' ) {
82
+ vm_bench_polybenchmarks_linux_common(vm_config='jvm', is_gate=false, suite='default:*', shape=null ): vm_common.svm_common + vm_common.truffleruby + vm.custom_vm + vm.vm_java_21 + self .polybench_hpc_linux_common(shape=shape ) + self .vm_bench_polybenchmarks_base(env='polybench-${VM_ENV}' ) {
83
83
bench_cmd:: self .base_cmd + ['benchmark' , '--results-file' , self .result_file],
84
84
setup+: [
85
85
self .base_cmd + ['sforceimports' ],
@@ -324,7 +324,7 @@ local repo_config = import '../../../ci/repo-configuration.libsonnet';
324
324
notify_groups:: ['javascript' ],
325
325
},
326
326
327
- vm_common.vm_base('linux' , 'amd64' , 'gate' ) + self .vm_bench_polybenchmarks_linux_common(is_gate=true ) + {name: 'gate-vm-' + vm.vm_setup.short_name + '-polybenchmarks-' + hardware_name(self )},
327
+ vm_common.vm_base('linux' , 'amd64' , 'gate' ) + self .vm_bench_polybenchmarks_linux_common(is_gate=true , shape= 'e4_36_256' ) + {name: 'gate-vm-' + vm.vm_setup.short_name + '-polybenchmarks-' + hardware_name(self )},
328
328
vm_common.vm_base('linux' , 'amd64' , 'gate' ) + self .vm_gate_polybench_linux + {name: 'gate-vm-' + vm.vm_setup.short_name + '-polybench-' + hardware_name(self )},
329
329
],
330
330
0 commit comments