Skip to content

Commit 91d6730

Browse files
himani2411Himani Anil Deshpande
andauthored
[Test] Adding Ubuntu24 AMI for REMARKABLE amis (#6734)
Co-authored-by: Himani Anil Deshpande <himanidp@amazon.com>
1 parent fb018f7 commit 91d6730

File tree

1 file changed

+4
-0
lines changed
  • tests/integration-tests/tests/common

1 file changed

+4
-0
lines changed

tests/integration-tests/tests/common/utils.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
OS_TO_REMARKABLE_AMI_NAME_OWNER_MAP = {
6565
"alinux2": {"name": "Deep Learning Base AMI (Amazon Linux 2)*", "owners": ["amazon"]},
6666
"ubuntu2004": {"name": "Deep Learning Base GPU AMI (Ubuntu 20.04)*", "owners": ["amazon"]},
67+
"ubuntu2404": {
68+
"name": "ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-*-server-*",
69+
"owners": ["099720109477"],
70+
},
6771
# Simple redhat8 to be able to build in remarkable test
6872
# FIXME: when fixed upstream, unpin the timestamp introduced because the `kernel-devel` package was missing for
6973
# the kernel released in 20231127 RHEL 8.8 AMI

0 commit comments

Comments
 (0)