The Gatekeeper, or a project gating system
Go to file
James E. Blair f1ae02d1c7 Report more useful Jenkins URLs.
Use testReport if available, then ConsoleFull, and failing that,
the main URL for the build.

Change-Id: I931f318d295137795457d5d7563a621ac891d1d3
2012-06-20 13:55:55 -07:00
doc Add start actions. 2012-06-13 17:15:19 -07:00
etc Add documentation. 2012-06-08 19:17:28 -07:00
zuul Report more useful Jenkins URLs. 2012-06-20 13:55:55 -07:00
.gitignore Add documentation. 2012-06-08 19:17:28 -07:00
.gitreview Initial commit. 2012-05-29 14:49:32 -07:00
AUTHORS Initial commit. 2012-05-29 14:49:32 -07:00
LICENSE Initial commit. 2012-05-29 14:49:32 -07:00
README Update README 2012-06-01 13:50:21 -07:00
setup.cfg Add documentation. 2012-06-08 19:17:28 -07:00
setup.py Remove stray print statements. 2012-05-30 12:48:57 -07:00
tox.ini Use pep8 1.2. 2012-06-15 10:13:52 -07:00
zuul-server Add support for ref-updated events. 2012-06-01 10:36:55 -07:00

README

# Zuul

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

## Contributing

To get the latest code, see: https://github.com/openstack-ci/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 promped