Skip to content
Snippets Groups Projects
Commit 57a6f142 authored by Dylan Griffith's avatar Dylan Griffith
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment