From 0d1d8401ba6adcc4f8f1408dcd8d316488b7628a Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Wed, 18 Mar 2020 15:53:40 -0400 Subject: [PATCH] Set Ubuntu 18.04 builders to 20GB volume, take 2 The new Ubuntu images that we recently changed over to require at least 20GB of HDD, rather than the previous setting of 10GB. Previous attempt removed the VOLUME_SIZE lines entirely with the intent of using a default value, but that did not work post merge. Signed-off-by: Lott, Christopher (cl778h) Change-Id: Ica06b982e7e6d2ce61e802be13d2e92638635b12 --- jenkins-config/clouds/openstack/cattle/ubuntu1804-builder-2c-2g.cfg | 1 + jenkins-config/clouds/openstack/cattle/ubuntu1804-builder-4c-4g.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/jenkins-config/clouds/openstack/cattle/ubuntu1804-builder-2c-2g.cfg b/jenkins-config/clouds/openstack/cattle/ubuntu1804-builder-2c-2g.cfg index 6195074f..1cf46725 100644 --- a/jenkins-config/clouds/openstack/cattle/ubuntu1804-builder-2c-2g.cfg +++ b/jenkins-config/clouds/openstack/cattle/ubuntu1804-builder-2c-2g.cfg @@ -1,3 +1,4 @@ IMAGE_NAME=ZZCI - Ubuntu 18.04 - builder - x86_64 - 20200317-165726.675 LABELS=ubuntu1804-builder-2c-2g HARDWARE_ID=v2-highcpu-2 +VOLUME_SIZE=20 diff --git a/jenkins-config/clouds/openstack/cattle/ubuntu1804-builder-4c-4g.cfg b/jenkins-config/clouds/openstack/cattle/ubuntu1804-builder-4c-4g.cfg index fc46629a..1c6f38aa 100644 --- a/jenkins-config/clouds/openstack/cattle/ubuntu1804-builder-4c-4g.cfg +++ b/jenkins-config/clouds/openstack/cattle/ubuntu1804-builder-4c-4g.cfg @@ -1,3 +1,4 @@ IMAGE_NAME=ZZCI - Ubuntu 18.04 - builder - x86_64 - 20200317-165726.675 LABELS=ubuntu1804-builder-4c-4g HARDWARE_ID=v2-highcpu-4 +VOLUME_SIZE=20 -- 2.16.6