Skip to content

Commit 2490e98

Browse files
authored
Change instance types to support arm architectue (#6220)
1 parent c41a1b8 commit 2490e98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/integration-tests/tests/scaling/test_scaling/test_job_level_scaling/pcluster.config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ Scheduling:
1818
ComputeResources:
1919
- Name: compute-resource-0
2020
Instances:
21-
- InstanceType: t3.xlarge
21+
- InstanceType: {{ instance }}
2222
- Name: compute-resource-1
2323
Instances:
24-
- InstanceType: m5.xlarge
24+
- InstanceType: {{ instance }}
2525
Networking:
2626
SubnetIds:
2727
- {{ private_subnet_id }}
2828
- Name: queue-jls-1-partial
2929
ComputeResources:
3030
- Name: compute-resource-0
3131
Instances:
32-
- InstanceType: t3.xlarge
32+
- InstanceType: {{ instance }}
3333
- Name: ice-cr-multiple
3434
Instances:
35-
- InstanceType: m5.xlarge
35+
- InstanceType: {{ instance }}
3636
Networking:
3737
SubnetIds:
3838
- {{ private_subnet_id }}

0 commit comments

Comments
 (0)