From 8f5da3ae532e7fa7976404e2bb5885bdcd95f6d5 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 26 Apr 2017 21:17:26 -0400 Subject: [PATCH] ansible: using forked version of python-jenkins until we can fix upstream Signed-off-by: Alfredo Deza --- ansible/slave.yml | 6 ++++-- ansible/slave_libvirt.yml | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ansible/slave.yml b/ansible/slave.yml index 852ddba6..9ff55155 100644 --- a/ansible/slave.yml +++ b/ansible/slave.yml @@ -218,8 +218,10 @@ - name: install python-jenkins sudo: true - # https://bugs.launchpad.net/python-jenkins/+bug/1500898 - pip: name=python-jenkins version=0.4.7 + # HORRIBLY BROKEN. This is temporary until this lands upstream: + # https://github.com/ceph/python-jenkins/commit/8e018bf7d88dfc308833d195a6ebd29231a8969d + # https://review.openstack.org/460363 + pip: name=git+https://github.com/ceph/python-jenkins@patched#egg=python-jenkins - name: add github.com host key sudo: true diff --git a/ansible/slave_libvirt.yml b/ansible/slave_libvirt.yml index 0bd627d2..479d7f4a 100644 --- a/ansible/slave_libvirt.yml +++ b/ansible/slave_libvirt.yml @@ -188,8 +188,10 @@ - name: install python-jenkins sudo: true - # https://bugs.launchpad.net/python-jenkins/+bug/1500898 - pip: name=python-jenkins version=0.4.7 + # HORRIBLY BROKEN. This is temporary until this lands upstream: + # https://github.com/ceph/python-jenkins/commit/8e018bf7d88dfc308833d195a6ebd29231a8969d + # https://review.openstack.org/460363 + pip: name=git+https://github.com/ceph/python-jenkins@patched#egg=python-jenkins - name: add github.com host key sudo: true -- 2.39.5