From b4ae7f86ef0cf29367f10d5abd193b50c65de95e Mon Sep 17 00:00:00 2001 From: pducolin <45568537+pducolin@users.noreply.github.com> Date: Tue, 21 May 2024 12:19:30 +0200 Subject: [PATCH] [kitchen/e2e] update amazon linux 2023 x86_64 (#25707) * [kitchen/e2e] update amazon linux 2023 x86_64 * [e2e] bump amazon 2023 amis * [e2e] bump amazon linux 2023 arm64 (cherry picked from commit 654e4bf7e8cb3f9aa50adddb082bacc3e15a988c) --- test/kitchen/platforms.json | 4 ++-- test/new-e2e/tests/agent-platform/platforms/platforms.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/kitchen/platforms.json b/test/kitchen/platforms.json index 8db314642128a..9300cd2b8fcba 100644 --- a/test/kitchen/platforms.json +++ b/test/kitchen/platforms.json @@ -132,13 +132,13 @@ "amazonlinux2-4-14": "ami-038b3df3312ddf25d", "amazonlinux2-5-10": "ami-06a0cd9728546d178", "amazonlinux2022-5-15": "ami-0f0f00c2d082c52ae", - "amazonlinux2023": "ami-09a843efa5c250b9c" + "amazonlinux2023": "ami-064ed2d3fc01d3ec1" }, "arm64": { "amazonlinux2-4-14": "ami-090230ed0c6b13c74", "amazonlinux2-5-10": "ami-09e51988f56677f44", "amazonlinux2022-5-15": "ami-0acc51c3357f26240", - "amazonlinux2023": "ami-08fc6fb8ad2e794bb" + "amazonlinux2023": "ami-0a515c154e76934f7" } } }, diff --git a/test/new-e2e/tests/agent-platform/platforms/platforms.json b/test/new-e2e/tests/agent-platform/platforms/platforms.json index 41ace1960e1fa..85159046edc3f 100644 --- a/test/new-e2e/tests/agent-platform/platforms/platforms.json +++ b/test/new-e2e/tests/agent-platform/platforms/platforms.json @@ -37,13 +37,13 @@ "amazonlinux2-4-14": "ami-038b3df3312ddf25d", "amazonlinux2-5-10": "ami-06a0cd9728546d178", "amazonlinux2022-5-15": "ami-0f0f00c2d082c52ae", - "amazonlinux2023": "ami-09a843efa5c250b9c" + "amazonlinux2023": "ami-064ed2d3fc01d3ec1" }, "arm64": { "amazonlinux2-4-14": "ami-090230ed0c6b13c74", "amazonlinux2-5-10": "ami-09e51988f56677f44", "amazonlinux2022-5-15": "ami-0acc51c3357f26240", - "amazonlinux2023": "ami-08fc6fb8ad2e794bb" + "amazonlinux2023": "ami-0a515c154e76934f7" } }, "centos": {