Skip to content

Commit

Permalink
Upgrade kernel when running createami tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Sep 24, 2024
1 parent bd3ede2 commit bd35afc
Show file tree
Hide file tree
Showing 2 changed files with 4 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.4*", "owners": ["792107900819"]}, # TODO add china and govcloud accounts
"rocky9": {"name": "Rocky-9-EC2-Base-9.3*", "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.4*", "owners": ["792107900819"]}, # TODO add china and govcloud accounts
"rocky9": {"name": "Rocky-9-EC2-Base-9.3*", "owners": ["792107900819"]}, # TODO add china and govcloud accounts
}

OS_TO_KERNEL4_AMI_NAME_OWNER_MAP = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Build:
Tags:
- Key: dummyBuildTag
Value: dummyBuildTag
UpdateOsPackages:
Enabled: true

CustomS3Bucket: {{ bucket_name }}

Expand Down

0 comments on commit bd35afc

Please sign in to comment.