Skip to content

Commit 5269dbb

Browse files
committed
[Test] Fix test 'test_update_instance_list' by making use of the expected instance types.
Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
1 parent 0ae3a79 commit 5269dbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/integration-tests/tests/update/test_update/test_update_instance_list/pcluster.config.update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Scheduling:
1616
ComputeResources:
1717
- Name: queue1-i1
1818
Instances:
19-
- InstanceType: c5d.xlarge
20-
- InstanceType: c5.xlarge
19+
- InstanceType: c5d.large
20+
- InstanceType: c5.large
2121
MinCount: 1
2222
MaxCount: 2
2323
Networking:

tests/integration-tests/tests/update/test_update/test_update_instance_list/pcluster.config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Scheduling:
1616
ComputeResources:
1717
- Name: queue1-i1
1818
Instances:
19-
- InstanceType: c5d.xlarge
19+
- InstanceType: c5d.large
2020
MinCount: 1
2121
MaxCount: 2
2222
Networking:

0 commit comments

Comments
 (0)