Zuul configuration common to all OpenDev tenants
Go to file
Clark Boylan 9b235be0c0 Remove temporary workaround for virtualenv install behavior
Virtualenv 20.0.0 introduced new installation behavior where common libs
to all virtualenvs were shared in the user's homedir. Unforatunately
this breaks if you make virtualenvs as root and expect other users to
use them because /root is not accessible to the regular user.

We worked around this with targeted chmodding, but thankfully upstream
virtualenv changed the behavior to do copies by default. You have to opt
into the other behavior explicitly. At this point our images should have
new enough virtualenv that this is a non issue for us.

This also has the added benefit of running less code prior to starting
the zuul console log daemon which will reduce instances of the annoying
"console log daemon not yet running" log messages.

Change-Id: I0c5d68b81de9d3d079739f13977e7237577024b9
2020-03-03 10:02:02 -08:00
doc/source Document the OpenDev docker image jobs 2019-03-15 08:39:14 -07:00
playbooks Remove temporary workaround for virtualenv install behavior 2020-03-03 10:02:02 -08:00
roles Add number of zuul job attempts to logstash events 2019-12-12 10:05:03 -08:00
tests Fix tests - Add bindep.txt tec 2019-02-11 21:59:04 +01:00
zuul.d Add test docker image build jobs 2020-02-27 06:54:47 -08:00
.ansible-lint Use standard ansible-lint config file 2019-04-17 15:26:27 +00:00
.gitignore Add linting jobs 2019-02-09 11:39:20 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:25:35 +00:00
bindep.txt Fix tests - Add bindep.txt tec 2019-02-11 21:59:04 +01:00
LICENSE Initial pass at global opendev base job set 2019-01-28 13:59:24 -08:00
README.rst Add docs 2019-02-09 11:42:05 +01:00
setup.cfg Update zuul ansible location 2019-03-18 11:18:47 -07:00
test-requirements.txt Document the OpenDev docker image jobs 2019-03-15 08:39:14 -07:00
tox.ini Merge "Use standard ansible-lint config file" 2019-07-31 20:44:04 +00:00

OpenDev Base Jobs

This repo contains a set of Zuul jobs and Ansible roles suitable for use by any OpenDev project.