Skip to content

Commit ecba517

Browse files
Yadan-WeiYadan Wei
andauthored
remove NEURON_AL2_DLAMI (#5464)
Co-authored-by: Yadan Wei <[email protected]>
1 parent b62b18e commit ecba517

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test_utils/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,6 @@ def get_ami_id_ssm(region_name, parameter_path):
203203
region_name="us-west-2",
204204
parameter_path="/aws/service/ecs/optimized-ami/amazon-linux-2/arm64/recommended",
205205
)
206-
NEURON_AL2_DLAMI = get_ami_id_boto3(
207-
region_name="us-west-2", ami_name_pattern="Deep Learning AMI (Amazon Linux 2) Version ??.?"
208-
)
209206

210207
# Account ID of test executor
211208
ACCOUNT_ID = boto3.client("sts", region_name=DEFAULT_REGION).get_caller_identity().get("Account")

0 commit comments

Comments
 (0)