From f3046829da6c6edf5a669d80d7e4e8c7f962cc58 Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Thu, 28 Nov 2024 13:56:30 +0000 Subject: [PATCH] test: use pinned ami for m6i/6.1 This is to keep monitoring functionality and performance on the latest known stable AMI. Signed-off-by: Patrick Roy --- .buildkite/pipeline_perf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline_perf.py b/.buildkite/pipeline_perf.py index e8169bfb2cd..2a26f4277cc 100755 --- a/.buildkite/pipeline_perf.py +++ b/.buildkite/pipeline_perf.py @@ -124,6 +124,8 @@ pins = { # TODO: Unpin when performance instability on m6i/5.10 has gone. "linux_5.10-pinned": {"instance": "m6i.metal", "kv": "linux_5.10"}, + # TODO: Unpin when performance instability on m6i/6.1 has gone. + "linux_6.1-pinned": {"instance": "m6i.metal", "kv": "linux_6.1"}, }