The Gatekeeper, or a project gating system
Go to file
James E. Blair ceabcbca1b Make pushing zuul refs upstream optional.
And the default -- so that Zuul doesn't need any special gerrit
privileges to run out of the box.

Change-Id: I36411b299c8363d509498ece8ea21f88665ca39a
Reviewed-on: https://review.openstack.org/11589
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2012-08-17 21:28:17 +00:00
doc Add job option to hold following changes. 2012-07-16 09:31:19 -07:00
etc Add graceful exit. 2012-07-06 10:31:57 -07:00
tests Make pushing zuul refs upstream optional. 2012-08-17 21:28:17 +00:00
tools Add merging capability. 2012-08-16 22:26:26 +00:00
zuul Make pushing zuul refs upstream optional. 2012-08-17 21:28:17 +00:00
.gitignore Add documentation. 2012-06-08 19:17:28 -07:00
.gitreview Initial commit. 2012-05-29 14:49:32 -07:00
AUTHORS scheduler.py cleanup 2012-07-25 06:35:58 +08: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 Add functional tests. 2012-07-31 23:30:48 +00:00
zuul-server Add graceful exit. 2012-07-06 10:31:57 -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