Skip to content

Commit

Permalink
test: use pinned ami for m6i/6.1
Browse files Browse the repository at this point in the history
This is to keep monitoring functionality and performance on the latest
known stable AMI.

Signed-off-by: Patrick Roy <[email protected]>
  • Loading branch information
roypat authored and ShadowCurse committed Dec 2, 2024
1 parent 4b9df90 commit f304682
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
}


Expand Down

0 comments on commit f304682

Please sign in to comment.