We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb018f7 commit 91d6730Copy full SHA for 91d6730
tests/integration-tests/tests/common/utils.py
@@ -64,6 +64,10 @@
64
OS_TO_REMARKABLE_AMI_NAME_OWNER_MAP = {
65
"alinux2": {"name": "Deep Learning Base AMI (Amazon Linux 2)*", "owners": ["amazon"]},
66
"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
+ },
71
# Simple redhat8 to be able to build in remarkable test
72
# FIXME: when fixed upstream, unpin the timestamp introduced because the `kernel-devel` package was missing for
73
# the kernel released in 20231127 RHEL 8.8 AMI
0 commit comments