Skip to content

Commit

Permalink
[Test] Use larger head nodes to manage large cluster size
Browse files Browse the repository at this point in the history
These tests started to fail after #6623. The tests didn't encounter scaling issue because the tests were not launching many compute nodes to use the full capacity of the cluster.

Signed-off-by: Hanwen <hanwenli@amazon.com>
  • Loading branch information
hanwen-cluster committed Dec 20, 2024
1 parent 2296b9e commit a7e23b2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags:
Image:
Os: {{ os }}
HeadNode:
InstanceType: {{ instance }}
InstanceType: "c5.2xlarge"
Networking:
SubnetId: {{ public_subnet_id }}
Scheduling:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tags:
Image:
Os: {{ os }}
HeadNode:
InstanceType: {{ instance }}
InstanceType: "c5.2xlarge"
Networking:
SubnetId: {{ public_subnet_id }}
Scheduling:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Image:
Os: {{ os }}
HeadNode:
InstanceType: {{ instance }}
InstanceType: "c5.2xlarge"
Networking:
SubnetId: {{ public_subnet_id }}
Ssh:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Image:
Os: {{ os }}
CustomS3Bucket: {{ bucket }}
HeadNode:
InstanceType: {{ instance }}
InstanceType: "c5.2xlarge"
Networking:
SubnetId: {{ public_subnet_id }}
Ssh:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Image:
Os: {{ os }}
CustomS3Bucket: {{ bucket }}
HeadNode:
InstanceType: {{ instance }}
InstanceType: "c5.2xlarge"
Networking:
SubnetId: {{ public_subnet_id }}
Ssh:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Image:
Os: {{ os }}
CustomS3Bucket: {{ bucket }}
HeadNode:
InstanceType: {{ instance }}
InstanceType: "c5.2xlarge"
Networking:
SubnetId: {{ public_subnet_id }}
Ssh:
Expand Down

0 comments on commit a7e23b2

Please sign in to comment.