From 99b3a5a693fad44574540334e7a01f98505685d7 Mon Sep 17 00:00:00 2001 From: Himani Anil Deshpande Date: Mon, 17 Mar 2025 10:15:39 -0400 Subject: [PATCH] [Test] Adding Ubuntu24 AMI for REMARKABLE amis --- tests/integration-tests/tests/common/utils.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/integration-tests/tests/common/utils.py b/tests/integration-tests/tests/common/utils.py index 6ca0cf4075..14c5409df0 100644 --- a/tests/integration-tests/tests/common/utils.py +++ b/tests/integration-tests/tests/common/utils.py @@ -64,6 +64,10 @@ OS_TO_REMARKABLE_AMI_NAME_OWNER_MAP = { "alinux2": {"name": "Deep Learning Base AMI (Amazon Linux 2)*", "owners": ["amazon"]}, "ubuntu2004": {"name": "Deep Learning Base GPU AMI (Ubuntu 20.04)*", "owners": ["amazon"]}, + "ubuntu2404": { + "name": "ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-*-server-*", + "owners": ["099720109477"], + }, # Simple redhat8 to be able to build in remarkable test # FIXME: when fixed upstream, unpin the timestamp introduced because the `kernel-devel` package was missing for # the kernel released in 20231127 RHEL 8.8 AMI