]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: using forked version of python-jenkins until we can fix upstream
authorAlfredo Deza <adeza@redhat.com>
Thu, 27 Apr 2017 01:17:26 +0000 (21:17 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 28 Apr 2017 14:41:17 +0000 (10:41 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/slave.yml
ansible/slave_libvirt.yml

index 852ddba6c3a4ea40d2d27f56ec0adfdfd9e51f15..9ff55155a2a932ae2d8bbee0fcea8589c075c720 100644 (file)
 
     - 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
index 0bd627d23b9627d3dfce3eea5f5bd434e0aa3ab3..479d7f4a5323bbef1b80a04b6327794f6524a4a6 100644 (file)
 
     - 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