Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/integration-tests/tests/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading