The Gatekeeper, or a project gating system
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Joshua Hesketh 85af4e92b9
Add support to list running jobs to zuul client
9 years ago
doc Merge "Add gerrit/smtp port config options to the doc" 9 years ago
etc Add expand by default option to status page 9 years ago
tests Add support to list running jobs to zuul client 9 years ago
tools Update trigger script for new zuul url parameter 9 years ago
zuul Add support to list running jobs to zuul client 9 years ago
.gitignore Ignore .venv directory 9 years ago
.gitreview Updated .gitreview location 10 years ago
.mailmap Fix pep8 E127 violations 11 years ago
.testr.conf Add ability to skip log capture. 10 years ago
LICENSE Initial commit. 11 years ago
MANIFEST.in Migrate to pbr. 10 years ago
NEWS.rst Split the merger into a separate process 9 years ago
README.rst Update the url for the zuul git repo 9 years ago
TESTING.rst Support multiple triggers 10 years ago
requirements.txt Add support to list running jobs to zuul client 9 years ago
setup.cfg Split the merger into a separate process 9 years ago
setup.py Partial sync with OpenStack requirements. 10 years ago
test-requirements.txt Use six.moves.urllib.parse instead of urlparse 9 years ago
tox.ini Use venv to build documentation 9 years ago

README.rst

Zuul

Zuul is a trunk gating system developed for the OpenStack Project.

Contributing

To browse the latest code, see: https://git.openstack.org/cgit/openstack-infra/zuul/tree/ To clone the latest code, use git clone git://git.openstack.org/openstack-infra/zuul

Bugs are handled at: https://launchpad.net/zuul

Code reviews are, as you might expect, handled by gerrit. The gerrit they use is http://review.openstack.org

Use git review to submit patches (after creating a gerrit account that links to your launchpad account). Example:

# Do your commits
$ git review
# Enter your username if prompted