diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-17 10:10:38 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-05-17 10:10:38 -0700 |
commit | 575002172c13ebc7bd45ddad9695c791c063f1bb (patch) | |
tree | b785d8392fcb03cdc919fe6c4b34ce53f7e21830 /jenkins-config/clouds/openstack/cattle | |
parent | c0ad7406de27aa3dc3fbc1c5c8fd7d15cd73dc7e (diff) |
Update Centos7 builder node
Fix: error in urllib3 setup command:
'extras_require' must be a dictionary whose
values are strings or lists of strings
containing valid project/version requirement
specifiers.
Change-Id: I2b1756b26a5f8df4aad549ad025d8d08e194561f
Issue-ID: CIMAN-34
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jenkins-config/clouds/openstack/cattle')
-rw-r--r-- | jenkins-config/clouds/openstack/cattle/centos7-builder-2c-1g.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins-config/clouds/openstack/cattle/centos7-builder-2c-1g.cfg b/jenkins-config/clouds/openstack/cattle/centos7-builder-2c-1g.cfg index 41440ff0a..8fda60fe7 100644 --- a/jenkins-config/clouds/openstack/cattle/centos7-builder-2c-1g.cfg +++ b/jenkins-config/clouds/openstack/cattle/centos7-builder-2c-1g.cfg @@ -1,3 +1,3 @@ -IMAGE_NAME=ZZCI - CentOS 7 - builder - 20180328-1726 +IMAGE_NAME=ZZCI - CentOS 7 - builder - x86_64 - 20190415-024631.734 LABELS=centos7-builder-2c-1g HARDWARE_ID=v2-highcpu-2 |