Skip to content

Commit 91f68d4

Browse files
committed
chore: Pin m6i/5.10 and m6i/6.1 AMIs
We are seeing performance volatility on newest AMIs. Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent 3f969b3 commit 91f68d4

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+
"linux_5.10-pinned": {"instance": "m6i.metal", "kv": "linux_5.10"},
124+
"linux_6.1-pinned": {"instance": "m6i.metal", "kv": "linux_6.1"},
125+
}
123126

124127

125128
def apply_pins(steps):

0 commit comments

Comments
 (0)