Skip to content

Commit a7e23b2

Browse files
[Test] Use larger head nodes to manage large cluster size
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 <[email protected]>
1 parent 2296b9e commit a7e23b2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/integration-tests/tests/custom_resource/test_cluster_custom_resource/test_cluster_create/pcluster.config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tags:
66
Image:
77
Os: {{ os }}
88
HeadNode:
9-
InstanceType: {{ instance }}
9+
InstanceType: "c5.2xlarge"
1010
Networking:
1111
SubnetId: {{ public_subnet_id }}
1212
Scheduling:

tests/integration-tests/tests/custom_resource/test_cluster_custom_resource/test_cluster_update/pcluster.config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Tags:
66
Image:
77
Os: {{ os }}
88
HeadNode:
9-
InstanceType: {{ instance }}
9+
InstanceType: "c5.2xlarge"
1010
Networking:
1111
SubnetId: {{ public_subnet_id }}
1212
Scheduling:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Image:
22
Os: {{ os }}
33
HeadNode:
4-
InstanceType: {{ instance }}
4+
InstanceType: "c5.2xlarge"
55
Networking:
66
SubnetId: {{ public_subnet_id }}
77
Ssh:

tests/integration-tests/tests/schedulers/test_slurm/test_slurm_protected_mode/pcluster.config.broken.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Image:
22
Os: {{ os }}
33
CustomS3Bucket: {{ bucket }}
44
HeadNode:
5-
InstanceType: {{ instance }}
5+
InstanceType: "c5.2xlarge"
66
Networking:
77
SubnetId: {{ public_subnet_id }}
88
Ssh:

tests/integration-tests/tests/schedulers/test_slurm/test_slurm_protected_mode/pcluster.config.recover.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Image:
22
Os: {{ os }}
33
CustomS3Bucket: {{ bucket }}
44
HeadNode:
5-
InstanceType: {{ instance }}
5+
InstanceType: "c5.2xlarge"
66
Networking:
77
SubnetId: {{ public_subnet_id }}
88
Ssh:

tests/integration-tests/tests/schedulers/test_slurm/test_slurm_protected_mode/pcluster.config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Image:
22
Os: {{ os }}
33
CustomS3Bucket: {{ bucket }}
44
HeadNode:
5-
InstanceType: {{ instance }}
5+
InstanceType: "c5.2xlarge"
66
Networking:
77
SubnetId: {{ public_subnet_id }}
88
Ssh:

0 commit comments

Comments
 (0)