Commit 57a6f142 authored by Dylan Griffith's avatar Dylan Griffith

QA spec for Auto DevOps should 10GB GKE disk

This was defaulting to 100GB according to
https://cloud.google.com/sdk/gcloud/reference/container/clusters/create#--disk-size
which is really not ideal since we haven't automated clean up per
https://gitlab.com/gitlab-org/gitlab-qa/issues/298
parent a1d1b3aa
...@@ -29,6 +29,7 @@ module QA ...@@ -29,6 +29,7 @@ module QA
#{auth_options} #{auth_options}
--enable-basic-auth --enable-basic-auth
--region #{Runtime::Env.gcloud_region} --region #{Runtime::Env.gcloud_region}
--disk-size 10GB
&& gcloud container clusters && gcloud container clusters
get-credentials get-credentials
--region #{Runtime::Env.gcloud_region} --region #{Runtime::Env.gcloud_region}
......
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