summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2019-07-30 05:08:02 +0000
committerDylan Griffith <dyl.griffith@gmail.com>2019-07-30 05:08:02 +0000
commitcaa9b83e42b3cb1a25ddd667cf7d762a33ca7454 (patch)
tree5f6757e665bf781cb4c95c5b8c4202941232c27f
parentf4b2d8b971cd53fb45ed1ad69f5b4a0f280331f7 (diff)
downloadgitlab-ce-qa-gke-cluster-8gb.tar.gz
QA spec for Auto DevOps use 8GB GKE diskqa-gke-cluster-8gb
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
-rw-r--r--qa/qa/service/kubernetes_cluster.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa/service/kubernetes_cluster.rb b/qa/qa/service/kubernetes_cluster.rb
index 40263e94065..d53b3e77d11 100644
--- a/qa/qa/service/kubernetes_cluster.rb
+++ b/qa/qa/service/kubernetes_cluster.rb
@@ -29,6 +29,7 @@ module QA
#{auth_options}
--enable-basic-auth
--region #{Runtime::Env.gcloud_region}
+ --disk-size 8GB
&& gcloud container clusters
get-credentials
--region #{Runtime::Env.gcloud_region}