Skip to content

Commit

Permalink
ci: use a better bootstrap instance
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoelker committed Sep 25, 2020
1 parent e4f73a1 commit 9e669ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ module "dcos" {
num_private_agents = 1
num_public_agents = 1
dcos_instance_os = "centos_7.6"
bootstrap_instance_type = "t2.medium"
bootstrap_instance_type = "t3.large"
masters_instance_type = "m5.xlarge"
private_agents_instance_type = "m5.xlarge"
public_agents_instance_type = "m5.xlarge"
Expand Down

0 comments on commit 9e669ec

Please sign in to comment.