Skip to content

Commit bd35afc

Browse files
committed
Upgrade kernel when running createami tests
1 parent bd3ede2 commit bd35afc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"rhel8.9": {"name": "RHEL-8.9*_HVM-*", "owners": RHEL_OWNERS},
5454
"rocky8.9": {"name": "Rocky-8-EC2-Base-8.9*", "owners": ["792107900819"]}, # TODO add china and govcloud accounts
5555
"rhel9": {"name": "RHEL-9.3*_HVM-*", "owners": RHEL_OWNERS},
56-
"rocky9": {"name": "Rocky-9-EC2-Base-9.4*", "owners": ["792107900819"]}, # TODO add china and govcloud accounts
56+
"rocky9": {"name": "Rocky-9-EC2-Base-9.3*", "owners": ["792107900819"]}, # TODO add china and govcloud accounts
5757
}
5858

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

7474
OS_TO_KERNEL4_AMI_NAME_OWNER_MAP = {

tests/integration-tests/tests/createami/test_createami/test_build_image/image.config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Build:
1414
Tags:
1515
- Key: dummyBuildTag
1616
Value: dummyBuildTag
17+
UpdateOsPackages:
18+
Enabled: true
1719

1820
CustomS3Bucket: {{ bucket_name }}
1921

0 commit comments

Comments
 (0)