Skip to content

Commit

Permalink
Upgrade rocky9 version in createami to 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Sep 19, 2024
1 parent f21b1b3 commit b88c9cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration-tests/tests/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"rhel8.9": {"name": "RHEL-8.9*_HVM-*", "owners": RHEL_OWNERS},
"rocky8.9": {"name": "Rocky-8-EC2-Base-8.9*", "owners": ["792107900819"]}, # TODO add china and govcloud accounts
"rhel9": {"name": "RHEL-9.3*_HVM-*", "owners": RHEL_OWNERS},
"rocky9": {"name": "Rocky-9-EC2-Base-9.3*", "owners": ["792107900819"]}, # TODO add china and govcloud accounts
"rocky9": {"name": "Rocky-9-EC2-Base-9.4*", "owners": ["792107900819"]}, # TODO add china and govcloud accounts
}

# Remarkable AMIs are latest deep learning base AMI and FPGA developer AMI without pcluster infrastructure
Expand All @@ -68,7 +68,7 @@
"rhel8.9": {"name": "RHEL-8.9*_HVM-*", "owners": RHEL_OWNERS},
"rocky8.9": {"name": "Rocky-8-EC2-Base-8.9*", "owners": ["792107900819"]}, # TODO add china and govcloud accounts
"rhel9": {"name": "RHEL-9.3*_HVM-*", "owners": RHEL_OWNERS},
"rocky9": {"name": "Rocky-9-EC2-Base-9.3*", "owners": ["792107900819"]}, # TODO add china and govcloud accounts
"rocky9": {"name": "Rocky-9-EC2-Base-9.4*", "owners": ["792107900819"]}, # TODO add china and govcloud accounts
}

OS_TO_KERNEL4_AMI_NAME_OWNER_MAP = {
Expand Down

0 comments on commit b88c9cd

Please sign in to comment.