Skip to content

Commit 05e25e0

Browse files
committed
Drop x52 machine type
1 parent 4fdcc7c commit 05e25e0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ci/ci_common/bench-common.libsonnet

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@
5555
threads_per_node:: if self.is_numa then self.num_threads / std.length(self.numa_nodes) else self.num_threads,
5656
},
5757

58-
x52:: common.linux_amd64 + self._bench_machine + {
59-
machine_name:: "x52",
60-
capabilities+: ["tmpfs25g"],
61-
numa_nodes:: [0, 1],
62-
default_numa_node:: 0,
63-
num_threads:: 72
64-
},
6558
e3:: common.linux_amd64 + self._bench_machine + {
6659
machine_name:: "e3",
6760
capabilities: ["e3", "tmpfs25g", "linux", "amd64"],

0 commit comments

Comments
 (0)