From 9324640a733527dd59b5fc392b816d87d1cdafb9 Mon Sep 17 00:00:00 2001 From: Andrew Konchin Date: Tue, 30 Apr 2024 19:48:21 +0300 Subject: [PATCH] Use e3 machines instead of x52 for benchmarking on CI --- ci.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.jsonnet b/ci.jsonnet index 37e51b52ff18..18709616a3e0 100644 --- a/ci.jsonnet +++ b/ci.jsonnet @@ -238,7 +238,7 @@ local part_definitions = { platform_name:: "LinuxAMD64", "$.cap":: { normal_machine: [], - bench_machine: ["x52"] + self.normal_machine + ["no_frequency_scaling"], + bench_machine: ["e3"] + self.normal_machine + ["no_frequency_scaling"], }, }, linux_aarch64: common.linux_aarch64 + common_deps + {