Skip to content

Commit e67b2be

Browse files
committed
ci: unpin m6i/5.10 AMI
Performance of m6i on Linux 5.10 is stable again. Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent 3db25a1 commit e67b2be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.buildkite/pipeline_perf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,7 @@
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 = {
123-
"linux_5.10-pinned": {"instance": "m6i.metal", "kv": "linux_5.10"},
124-
}
122+
pins = {}
125123

126124

127125
def apply_pins(steps):

0 commit comments

Comments
 (0)