From 4bbbec06ee0d529add07807f75d923cc3d3cd210 Mon Sep 17 00:00:00 2001 From: Takahiro Itazuri Date: Mon, 23 Sep 2024 10:51:22 +0000 Subject: [PATCH] chore: Unpin 6.1 kernel Now the latest AL2023 kernel is 6.1.109-118.189.amzn2023 and the issue #4795 has gone. Signed-off-by: Takahiro Itazuri --- .buildkite/common.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.buildkite/common.py b/.buildkite/common.py index 7937738d81f..a2487aa1f44 100644 --- a/.buildkite/common.py +++ b/.buildkite/common.py @@ -24,8 +24,7 @@ DEFAULT_PLATFORMS = [ ("al2", "linux_5.10"), - # TODO: unpin 6.1 AMI once the bug is fixed - ("al2023", "linux_6.1-pinned"), + ("al2023", "linux_6.1"), ]