Skip to content

Commit 2c2e6e1

Browse files
gmarcianihanwen-pcluste
authored andcommitted
[ad integration] Fix integration tests: using the correct variable for head node instance type and setting max count equal to the first update.
1 parent 7fe29d2 commit 2c2e6e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration-tests/tests/ad_integration/test_ad_integration/test_ad_integration/pcluster.config.update2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Image:
22
Os: {{ os }}
33
HeadNode:
4-
InstanceType: {{ head_node_instance_type }}
4+
InstanceType: {{ instance }}
55
Networking:
66
SubnetId: {{ public_subnet_id }}
77
Ssh:
@@ -16,7 +16,7 @@ Scheduling:
1616
- Name: cit
1717
InstanceType: {{ compute_instance_type }}
1818
MinCount: 2
19-
MaxCount: 150
19+
MaxCount: 3000
2020
Networking:
2121
SubnetIds:
2222
- {{ private_subnet_id }}

0 commit comments

Comments
 (0)