Commit 2fd73269 authored by Dan Davison's avatar Dan Davison

Merge branch 'qa-lower-default-cluster-size' into 'master'

Default number of GCP nodes to 1

See merge request gitlab-org/gitlab-ce!31497
parents b91bc31a f85e5c26
......@@ -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?
......
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