Skip to content

Commit 0bc33b3

Browse files
Himani Anil Deshpandehanwen-cluster
authored andcommitted
[Test] Use t3.medium for spot test instances
1 parent 626cb10 commit 0bc33b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integration-tests/tests/update/test_update.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ def test_update_slurm(region, pcluster_config_reader, s3_bucket_factory, cluster
8383
]:
8484
bucket.upload_file(str(test_datadir / script), f"scripts/{script}")
8585

86-
spot_instance_types = ["t3.small", "t3.medium"]
86+
spot_instance_types = ["t3.medium"]
8787
try:
88-
boto3.client("ec2").describe_instance_types(InstanceTypes=["t3a.small"])
89-
spot_instance_types.extend(["t3a.small", "t3a.medium"])
88+
boto3.client("ec2").describe_instance_types(InstanceTypes=["t3a.medium"])
89+
spot_instance_types.extend(["t3a.medium"])
9090
except Exception:
9191
pass
9292

0 commit comments

Comments
 (0)