Skip to content

Commit 17998c0

Browse files
bchaliosroypat
authored andcommitted
chore: pin all 6.1 kernels for all pipelines
Latest 6.1 introduced a regression in the parsing of VirtIO headers for the network device. This causes failures in the TX path, where Firecracker fails to write network frames in the TAP device. Pin the buildkite agents with 6.1 kernel to the latest known good version. Signed-off-by: Babis Chalios <[email protected]>
1 parent 87a03c7 commit 17998c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/common.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424

2525
DEFAULT_PLATFORMS = [
2626
("al2", "linux_5.10"),
27-
("al2023", "linux_6.1"),
27+
# TODO: unpin 6.1 AMI once the bug is fixed
28+
("al2023", "linux_6.1-pinned"),
2829
]
2930

3031

0 commit comments

Comments
 (0)