Skip to content

Commit b5e0eee

Browse files
zuul: pin GitPython <2.1.2
See: gitpython-developers/GitPython#605 This change also fixes the nodepool health check where the last image includes the jenkins repository which trigger an unexpected update of jenkins when slave image is prepared Change-Id: I60c919cdd987a9f3b8556b8e5f92f0f169cc392c
1 parent 70a9943 commit b5e0eee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: ansible/roles/sf-zuul/tasks/install.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- virtualenv /srv/zuul
1414
- /srv/zuul/bin/pip install --upgrade pbr pip
1515
- sed -i 's/^pbr.*//' requirements.txt
16+
- sed -i 's/^GitPython.*/GitPython>=0.3.3,<2.1.2/' requirements.txt
1617
- /srv/zuul/bin/pip install -rrequirements.txt
1718
- /srv/zuul/bin/pip install python-swiftclient python-keystoneclient
1819
- /srv/zuul/bin/python setup.py install

0 commit comments

Comments
 (0)