Skip to content

Commit

Permalink
[ad integration] Fix integration tests: using the correct variable fo…
Browse files Browse the repository at this point in the history
…r head node instance type and setting max count equal to the first update.
  • Loading branch information
gmarciani authored and hanwen-pcluste committed Apr 15, 2022
1 parent 7fe29d2 commit 2c2e6e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Image:
Os: {{ os }}
HeadNode:
InstanceType: {{ head_node_instance_type }}
InstanceType: {{ instance }}
Networking:
SubnetId: {{ public_subnet_id }}
Ssh:
Expand All @@ -16,7 +16,7 @@ Scheduling:
- Name: cit
InstanceType: {{ compute_instance_type }}
MinCount: 2
MaxCount: 150
MaxCount: 3000
Networking:
SubnetIds:
- {{ private_subnet_id }}
Expand Down

0 comments on commit 2c2e6e1

Please sign in to comment.