Skip to content

Commit decf9f4

Browse files
committed
[GR-69801] Remove hard-coded machine name in polybench hpc jobs.
PullRequest: graal/22362
2 parents 37001d4 + 9df7066 commit decf9f4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

vm/ci/ci_common/common-bench.jsonnet

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,7 @@ local repo_config = import '../../../ci/repo-configuration.libsonnet';
8080
},
8181

8282
polybench_vm_hpc_common(bench=false): self.polybench_vm_common('linux', 'amd64', skip_machine=true) + self.polybench_hpc_linux_common(shape=if bench then 'x52' else 'e4_8_64') + {
83-
polybench_wrap(command)::
84-
super.polybench_wrap(command) + [
85-
'--mx-benchmark-args',
86-
'--machine-name', 'gate-' + self.machine_name
87-
],
83+
# Even gate jobs should upload results, since the data is used for regression tracking.
8884
teardown: [self.upload_and_wait_for_indexing + ['||', 'echo', 'Result upload failed!']],
8985
},
9086

0 commit comments

Comments
 (0)