Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2019-07-30 08:12:50 +0300
committerDylan Griffith <dyl.griffith@gmail.com>2019-07-30 08:12:50 +0300
commit57a6f142cb033fa3fd3c87a72378567b4ed33b14 (patch)
treed6264f85565af96fea71e5bd9023e34e96b8b677 /qa
parenta1d1b3aa89850844f824205eb75c56af3b5228f3 (diff)
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
Diffstat (limited to 'qa')
-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..7b3451ed799 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 10GB
&& gcloud container clusters
get-credentials
--region #{Runtime::Env.gcloud_region}