Skip to content

Commit b1114db

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
Only retrieve released pcluster AMIs.
This change only applies to integration tests for released versions. In the develop code, we should conditionally retrieve AMI depending if the test is running as released test or develop test. Signed-off-by: Hanwen <[email protected]>
1 parent 939c3f9 commit b1114db

File tree

1 file changed

+1
-1
lines changed
  • tests/integration-tests/tests/common

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
}
5050

5151
# Get official pcluster AMIs or get from dev account
52-
PCLUSTER_AMI_OWNERS = ["amazon", "self"]
52+
PCLUSTER_AMI_OWNERS = ["amazon"]
5353
# Pcluster AMIs are latest ParallelCluster official AMIs that align with cli version
5454
OS_TO_PCLUSTER_AMI_NAME_OWNER_MAP = {
5555
"alinux": {"name": "amzn-hvm-x86_64-*", "owners": PCLUSTER_AMI_OWNERS},

0 commit comments

Comments
 (0)