Skip to content

Commit f304682

Browse files
roypatShadowCurse
authored andcommitted
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 <[email protected]>
1 parent 4b9df90 commit f304682

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.buildkite/pipeline_perf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@
124124
pins = {
125125
# TODO: Unpin when performance instability on m6i/5.10 has gone.
126126
"linux_5.10-pinned": {"instance": "m6i.metal", "kv": "linux_5.10"},
127+
# TODO: Unpin when performance instability on m6i/6.1 has gone.
128+
"linux_6.1-pinned": {"instance": "m6i.metal", "kv": "linux_6.1"},
127129
}
128130

129131

0 commit comments

Comments
 (0)