From 579ff75aae832de49e705d6e12b193bc4e47727a Mon Sep 17 00:00:00 2001 From: Egor Lazarchuk Date: Thu, 24 Oct 2024 15:00:47 +0100 Subject: [PATCH] Revert "chore: unpin 5.10/m6i ami" This reverts commit 800ec4c. Signed-off-by: Egor Lazarchuk --- .buildkite/pipeline_perf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.buildkite/pipeline_perf.py b/.buildkite/pipeline_perf.py index 30bac887b75..6f82c3c86d3 100755 --- a/.buildkite/pipeline_perf.py +++ b/.buildkite/pipeline_perf.py @@ -119,7 +119,10 @@ # } # will pin steps running on instances "m6i.metal" with kernel version tagged "linux_6.1" # to a new kernel version tagged "linux_6.1-pinned" -pins = {} +pins = { + # TODO: Unpin when performance instability on m6i/5.10 has gone. + "linux_5.10-pinned": {"instance": "m6i.metal", "kv": "linux_5.10"}, +} def apply_pins(steps):