Commit f85e5c26 authored by Dan Davison's avatar Dan Davison

Default number of GCP nodes to 1

By defaulting to 3, there is unnecessary cost
involved
parent b91bc31a
...@@ -182,7 +182,7 @@ module QA ...@@ -182,7 +182,7 @@ module QA
end end
def gcloud_num_nodes def gcloud_num_nodes
ENV.fetch('GCLOUD_NUM_NODES', 3) ENV.fetch('GCLOUD_NUM_NODES', 1)
end end
def has_gcloud_credentials? def has_gcloud_credentials?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment