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
This commit is contained in:
Dylan Griffith 2019-07-30 15:12:50 +10:00
parent a1d1b3aa89
commit 57a6f142cb
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ module QA
#{auth_options}
--enable-basic-auth
--region #{Runtime::Env.gcloud_region}
--disk-size 10GB
&& gcloud container clusters
get-credentials
--region #{Runtime::Env.gcloud_region}