Skip to content

Commit f0dd238

Browse files
zulinx86roypat
authored andcommitted
chore: Pin m6i/5.10 AMI to last known good one
We're observing performance instability on m6i/5.10 which is causing A/B performance test failures. To suppress false positives, pin AMI to the last known good one only for m6i/5.10. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent 7803c42 commit f0dd238

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.buildkite/pipeline_perf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@
119119
# }
120120
# will pin steps running on instances "m6i.metal" with kernel version tagged "linux_6.1"
121121
# to a new kernel version tagged "linux_6.1-pinned"
122-
pins = {}
122+
pins = {
123+
# TODO: Unpin when performance instability on m6i/5.10 has gone.
124+
"linux_5.10-pinned": {"instance": "m6i.metal", "kv": "linux_5.10"},
125+
}
123126

124127

125128
def apply_pins(steps):

0 commit comments

Comments
 (0)