commit | 0d1d8401ba6adcc4f8f1408dcd8d316488b7628a | [log] [tgz] |
---|---|---|
author | Lott, Christopher (cl778h) <cl778h@att.com> | Wed Mar 18 15:53:40 2020 -0400 |
committer | Lott, Christopher (cl778h) <cl778h@att.com> | Wed Mar 18 15:53:40 2020 -0400 |
tree | 4fd27880dfb0aeea580c9e336386a59634a6ba6d | |
parent | 5c160638d08d25cc0ad77e330aa0ef8a2015d14f [diff] |
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) <cl778h@att.com> Change-Id: Ica06b982e7e6d2ce61e802be13d2e92638635b12
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 6195074..1cf4672 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 fc46629..1c6f38a 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