diff --git a/tests/integration-tests/tests/common/utils.py b/tests/integration-tests/tests/common/utils.py index 92a0311b09..fde109f1a5 100644 --- a/tests/integration-tests/tests/common/utils.py +++ b/tests/integration-tests/tests/common/utils.py @@ -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 @@ -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 = { diff --git a/tests/integration-tests/tests/createami/test_createami/test_build_image/image.config.yaml b/tests/integration-tests/tests/createami/test_createami/test_build_image/image.config.yaml index fc1743bfdf..2061f54afa 100644 --- a/tests/integration-tests/tests/createami/test_createami/test_build_image/image.config.yaml +++ b/tests/integration-tests/tests/createami/test_createami/test_build_image/image.config.yaml @@ -14,6 +14,8 @@ Build: Tags: - Key: dummyBuildTag Value: dummyBuildTag + UpdateOsPackages: + Enabled: true CustomS3Bucket: {{ bucket_name }}