From 6fa3e574f01bd95d178d758888e1b7d45416ecdb Mon Sep 17 00:00:00 2001 From: Nicolas Schweitzer Date: Thu, 4 Jul 2024 23:02:52 +0200 Subject: [PATCH] Fix centos7 failures (#27336) --- test/kitchen/platforms.json | 2 +- test/new-e2e/tests/agent-platform/platforms/platforms.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/kitchen/platforms.json b/test/kitchen/platforms.json index 9300cd2b8fcba..6a688bc682720 100644 --- a/test/kitchen/platforms.json +++ b/test/kitchen/platforms.json @@ -11,7 +11,7 @@ }, "ec2": { "x86_64": { - "centos-79": "ami-0db0376aef6830be3", + "centos-79": "ami-036de472bb001ae9c", "rhel-86": "ami-031eff1ae75bb87e4", "rocky-92": "ami-08f362c39d03a4eb5" }, diff --git a/test/new-e2e/tests/agent-platform/platforms/platforms.json b/test/new-e2e/tests/agent-platform/platforms/platforms.json index 85159046edc3f..671a3dbc1083f 100644 --- a/test/new-e2e/tests/agent-platform/platforms/platforms.json +++ b/test/new-e2e/tests/agent-platform/platforms/platforms.json @@ -49,7 +49,7 @@ "centos": { "x86_64": { "centos-610": "ami-0506f01ccb6dddeda", - "centos-79": "ami-0db0376aef6830be3", + "centos-79": "ami-036de472bb001ae9c", "rhel-86": "ami-031eff1ae75bb87e4", "rocky-92": "ami-08f362c39d03a4eb5", "rhel-86-fips": "ami-0d0fb96b595c56e03"