@@ -234,23 +234,23 @@ local repo_config = import '../../../repo-configuration.libsonnet';
234
234
vm_common.bench_ondemand_vm_linux_amd64 + self .vm_bench_js_linux_amd64('misc' ) + {name: 'ondemand-bench-vm-' + vm.vm_setup.short_name + '-js-misc-linux-amd64' },
235
235
vm_common.bench_ondemand_vm_linux_amd64 + self .vm_bench_js_linux_amd64('npm-regex' ) + {name: 'ondemand-bench-vm-' + vm.vm_setup.short_name + '-js-npm-regex-linux-amd64' },
236
236
237
- vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_linux_interpreter + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybench-linux-amd64' },
238
- 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-amd64' },
239
- 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-amd64' },
240
- 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-amd64' },
241
- vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_linux_memory + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybench-memory-linux-amd64' },
237
+ vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_linux_interpreter + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybench-linux-amd64' , notify_groups:: [ 'polybench' ] },
238
+ 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-amd64' , notify_groups:: [ 'polybench' ] },
239
+ 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-amd64' , notify_groups:: [ 'polybench' ] },
240
+ 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-amd64' , notify_groups:: [ 'polybench' ] },
241
+ vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_linux_memory + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybench-memory-linux-amd64' , notify_groups:: [ 'polybench' ] },
242
242
243
- vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybenchmarks_linux_common(vm_config='native' ) + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybenchmarks-default-native-linux-amd64' },
244
- vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybenchmarks_linux_common(vm_config='jvm' ) + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybenchmarks-default-jvm-linux-amd64' },
245
- vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybenchmarks_linux_common(vm_config='native' , suite='awfy:r[.*py]' ) + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybenchmarks-awfy-py-native-linux-amd64' },
246
- vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybenchmarks_linux_common(vm_config='jvm' , suite='awfy:r[.*py]' ) + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybenchmarks-awfy-py-jvm-linux-amd64' },
247
- vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybenchmarks_linux_common(vm_config='native' , suite='awfy:r[.*rb]' ) + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybenchmarks-awfy-rb-native-linux-amd64' },
248
- vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybenchmarks_linux_common(vm_config='jvm' , suite='awfy:r[.*rb]' ) + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybenchmarks-awfy-rb-jvm-linux-amd64' },
249
- vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybenchmarks_linux_common(vm_config='native' , suite='awfy:r[.*jar]' ) + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybenchmarks-awfy-jar-native-linux-amd64' },
250
- vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybenchmarks_linux_common(vm_config='jvm' , suite='awfy:r[.*jar]' ) + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybenchmarks-awfy-jar-jvm-linux-amd64' },
243
+ vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybenchmarks_linux_common(vm_config='native' ) + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybenchmarks-default-native-linux-amd64' , notify_groups:: [ 'polybench' ] },
244
+ vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybenchmarks_linux_common(vm_config='jvm' ) + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybenchmarks-default-jvm-linux-amd64' , notify_groups:: [ 'polybench' ] },
245
+ vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybenchmarks_linux_common(vm_config='native' , suite='awfy:r[.*py]' ) + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybenchmarks-awfy-py-native-linux-amd64' , notify_groups:: [ 'polybench' ] },
246
+ vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybenchmarks_linux_common(vm_config='jvm' , suite='awfy:r[.*py]' ) + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybenchmarks-awfy-py-jvm-linux-amd64' , notify_groups:: [ 'polybench' ] },
247
+ vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybenchmarks_linux_common(vm_config='native' , suite='awfy:r[.*rb]' ) + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybenchmarks-awfy-rb-native-linux-amd64' , notify_groups:: [ 'polybench' ] },
248
+ vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybenchmarks_linux_common(vm_config='jvm' , suite='awfy:r[.*rb]' ) + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybenchmarks-awfy-rb-jvm-linux-amd64' , notify_groups:: [ 'polybench' ] },
249
+ vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybenchmarks_linux_common(vm_config='native' , suite='awfy:r[.*jar]' ) + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybenchmarks-awfy-jar-native-linux-amd64' , notify_groups:: [ 'polybench' ] },
250
+ vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybenchmarks_linux_common(vm_config='jvm' , suite='awfy:r[.*jar]' ) + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybenchmarks-awfy-jar-jvm-linux-amd64' , notify_groups:: [ 'polybench' ] },
251
251
252
- vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_nfi_linux_amd64 + vm.vm_java_11 + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybench-nfi-java11-linux-amd64' },
253
- vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_nfi_linux_amd64 + vm.vm_java_17 + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybench-nfi-java17-linux-amd64' },
252
+ vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_nfi_linux_amd64 + vm.vm_java_11 + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybench-nfi-java11-linux-amd64' , notify_groups:: [ 'polybench' ] },
253
+ vm_common.bench_daily_vm_linux_amd64 + self .vm_bench_polybench_nfi_linux_amd64 + vm.vm_java_17 + {name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-polybench-nfi-java17-linux-amd64' , notify_groups:: [ 'polybench' ] },
254
254
255
255
vm_common.bench_daily_vm_linux_amd64 + self .x52_js_bench_compilation_throughput(true ) + vm.vm_java_11 + { name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-libgraal-pgo-throughput-js-typescript-java11-linux-amd64' },
256
256
vm_common.bench_daily_vm_linux_amd64 + self .x52_js_bench_compilation_throughput(true ) + vm.vm_java_17 + { name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-libgraal-pgo-throughput-js-typescript-java17-linux-amd64' },
@@ -267,6 +267,7 @@ local repo_config = import '../../../repo-configuration.libsonnet';
267
267
],
268
268
timelimit: '45:00' ,
269
269
name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-agentscript-js-java17-linux-amd64' ,
270
+ notify_groups:: ['javascript' ],
270
271
},
271
272
272
273
vm_common.gate_vm_linux_amd64 + self .vm_bench_polybenchmarks_linux_common(is_gate=true ) + {name: 'gate-vm-' + vm.vm_setup.short_name + '-polybenchmarks-linux-amd64' },
0 commit comments