diff options
author | Anil Belur <abelur@linuxfoundation.org> | 2021-05-14 13:39:06 +1000 |
---|---|---|
committer | Anil Belur <abelur@linuxfoundation.org> | 2021-05-14 13:41:26 +1000 |
commit | 38e37faaba388cdffd0262a262ad356603756c29 (patch) | |
tree | 786cd2f17fafe62a4b8e6c0ef79e84f4ae50145d /jenkins-config | |
parent | 44eed2c7aac7298ca393ecc76bbbb019b3697467 (diff) |
CI: Migrate jobs from v2-highcpu-* flavors to v3
v3 flavors guarantees jobs spin on newer hardware that
are faster and cost-efficient than the v2 flavors.
Change-Id: I91cc45e8c7fa8bce531d80ed7d54c1d3ff2f36b8
Issue-ID: CIMAN-33
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Diffstat (limited to 'jenkins-config')
-rw-r--r-- | jenkins-config/clouds/openstack/cattle/centos7-builder-4c-4g.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins-config/clouds/openstack/cattle/centos7-builder-4c-4g.cfg b/jenkins-config/clouds/openstack/cattle/centos7-builder-4c-4g.cfg index 9d757fded..27f0cbe52 100644 --- a/jenkins-config/clouds/openstack/cattle/centos7-builder-4c-4g.cfg +++ b/jenkins-config/clouds/openstack/cattle/centos7-builder-4c-4g.cfg @@ -1,4 +1,4 @@ IMAGE_NAME=ZZCI - CentOS 7 - builder - x86_64 - 20200224-191258.235 LABELS=centos7-builder-4c-4g -HARDWARE_ID=v2-highcpu-4 +HARDWARE_ID=v3-standard-4 VOLUME_SIZE=20 |