Skip to content

Commit

Permalink
Re-enable polybenchmarks gate.
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-spas committed Oct 10, 2022
1 parent ad19dd4 commit de93913
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vm/ci/ci_common/common-bench.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,7 @@ local repo_config = import '../../../repo-configuration.libsonnet';
name: 'daily-bench-vm-' + vm.vm_setup.short_name + '-agentscript-js-java17-linux-amd64',
},

# TODO re-enable once GR-40785 is fixed
# 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'},
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'},
vm_common.gate_vm_linux_amd64 + self.vm_gate_polybench_linux + {name: 'gate-vm-' + vm.vm_setup.short_name + '-polybench-linux-amd64'},
],

Expand Down

0 comments on commit de93913

Please sign in to comment.