Skip to content

Commit 9f8a27f

Browse files
committed
[GR-69801] Fix Polybenchmarks & HPC jobs.
PullRequest: graal/22300
2 parents 06654e0 + 1907562 commit 9f8a27f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

vm/ci/ci_common/common-bench.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ local repo_config = import '../../../ci/repo-configuration.libsonnet';
7979
notify_groups:: ['polybench']
8080
},
8181

82-
polybench_vm_hpc_common: self.polybench_vm_common('linux', 'amd64', skip_machine=true) + self.polybench_hpc_linux_common(shape='e4_8_64') + {
82+
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') + {
8383
polybench_wrap(command)::
8484
super.polybench_wrap(command) + [
8585
'--mx-benchmark-args',

vm/ci/ci_common/common.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ local devkits = graal_common.devkits;
574574

575575
# loading large artifacts is not fast on those machines, so avoid them
576576
big_artifacts: {
577-
capabilities+: ["!x82", "!x82_16_367"]
577+
capabilities+: ["!x82_16_367"]
578578
},
579579

580580
# Builds a GraalVM and publishes a pipeline artifact. Use pipelined_graalvm to declare a dependency on this build.

vm/mx.vm/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
{
7575
"name": "polybenchmarks",
76-
"version": "f7c8e4d31ba21a353494adef2ef0b7da66114143",
76+
"version": "a04259d72ab94b6245d3ce775833c8e8a3af42fa",
7777
"dynamic": True,
7878
"urls": [
7979
{"url": "https://github.com/graalvm/polybenchmarks.git", "kind": "git"},

0 commit comments

Comments
 (0)