Ansible job definitions for Zuul
a021a9bba2
While requests-oauthlib 1.4.0 reports compatibility with python2.7 evidence points to the contrary. Specifically: import requests_oauthlib as oauth File "/home/zuul/src/opendev.org/zuul/zuul-jobs/.tox/py27/lib/python2.7/site-packages/requests_oauthlib/__init__.py", line 5, in <module> from .oauth1_session import OAuth1Session File "/home/zuul/src/opendev.org/zuul/zuul-jobs/.tox/py27/lib/python2.7/site-packages/requests_oauthlib/oauth1_session.py", line 1, in <module> from urllib.parse import urlparse ImportError: No module named parse The azure-storage-blob library depends on this oauthlib which is needed for log upload role testing. We address that by pinning the lib under python2.7. Change-Id: Ia27f2df166ccb33dcc93334d884411670ac859f7 |
||
---|---|---|
doc | ||
playbooks | ||
roles | ||
test-playbooks | ||
tests | ||
tools | ||
util-tasks | ||
zuul-tests.d | ||
zuul.d | ||
.ansible-lint | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.yamllint | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
LICENSE | ||
linters-requirements.txt | ||
README.rst | ||
setup.cfg | ||
setup.py | ||
test-constraints.txt | ||
test-requirements.txt | ||
tox.ini |
Zuul Jobs
This repo contains a set of Zuul jobs and Ansible roles suitable for use by any Zuul system.