diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2021-12-01 11:13:42 -0800 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2021-12-01 11:13:42 -0800 |
commit | ce061e5781fc9f411d781a7a36b578f7d48b42a4 (patch) | |
tree | 5206cc01201a559cae94a8c9e018048be7c248e0 /jenkins-config/clouds/openstack | |
parent | ca254920e93372c9a5e7ae2b33bc94f7146a9202 (diff) |
CI: Remove unneeded default volume size
With the latest global-jjb, setting the VOLUME_SIZE at the default level
is no longer needed for JCasC maanged Jenkins systems.
Change-Id: I20f1db05d19af5c4c08e3c39e0c3d86b882a331d
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jenkins-config/clouds/openstack')
-rw-r--r-- | jenkins-config/clouds/openstack/FDIOVEX-CI/cloud.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jenkins-config/clouds/openstack/FDIOVEX-CI/cloud.cfg b/jenkins-config/clouds/openstack/FDIOVEX-CI/cloud.cfg index 3535b2dac..0a3ae6ead 100644 --- a/jenkins-config/clouds/openstack/FDIOVEX-CI/cloud.cfg +++ b/jenkins-config/clouds/openstack/FDIOVEX-CI/cloud.cfg @@ -7,7 +7,6 @@ OS_CLOUD=vexci # Default Template Configuration IMAGE_NAME=ZZCI - CentOS 7 - builder - x86_64 - 20210930-221429.769 -VOLUME_SIZE=20 HARDWARE_ID=v3-standard-2 NETWORK_ID=bcb9a62c-5a82-4293-a8c6-d73e8c2dbd03 USER_DATA_ID=jenkins-init-system |