Skip to content

Commit c691623

Browse files
authored
[Test] Use bigger instance types in test 'test_update_compute_ami'. (#6152)
Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
1 parent d4df7d9 commit c691623

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Scheduling:
2323
MaxCount: 2
2424
- Name: queue1-i2
2525
Instances:
26-
- InstanceType: t2.medium
27-
- InstanceType: t3.micro
26+
- InstanceType: t3.medium
27+
- InstanceType: c5.large
2828
MinCount: 1
2929
MaxCount: 2
3030
Networking:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Scheduling:
1919
MaxCount: 2
2020
- Name: queue1-i2
2121
Instances:
22-
- InstanceType: t2.medium
23-
- InstanceType: t3.micro
22+
- InstanceType: t3.medium
23+
- InstanceType: c5.large
2424
MinCount: 1
2525
MaxCount: 2
2626
Networking:

0 commit comments

Comments
 (0)