Default number of GCP nodes to 1

By defaulting to 3, there is unnecessary cost
involved
This commit is contained in:
Dan Davison 2019-08-06 21:03:37 +00:00
parent b91bc31a5c
commit f85e5c2614
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ module QA
end
def gcloud_num_nodes
ENV.fetch('GCLOUD_NUM_NODES', 3)
ENV.fetch('GCLOUD_NUM_NODES', 1)
end
def has_gcloud_credentials?