The Gatekeeper, or a project gating system
You cannot 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
James E. Blair 4aa1ad6a8e Make tests more deterministic (hopefully).
Waiting until settled was not considering jobs in the jenkins queue.
This corrects that, as well as adding a little more debugging info
for the problematic job that was tickling this.

Change-Id: I1f4c76ff3e4adc830f47156d0740384815d5a51b
Reviewed-on: https://review.openstack.org/14106
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
11 years ago
doc Add documentation about serving Zuul refs. 11 years ago
etc Provide link to status page in Gerrit comments. 11 years ago
tests Make tests more deterministic (hopefully). 11 years ago
tools update pip dependencies 11 years ago
zuul Handle branches or refs in job specification. 11 years ago
.gitignore Add documentation. 11 years ago
.gitreview Initial commit. 11 years ago
.mailmap Fix pep8 E127 violations 11 years ago
AUTHORS Fix pep8 E127 violations 11 years ago
LICENSE Initial commit. 11 years ago
README Update README 11 years ago
setup.cfg Restrict test coverage to the zuul package. 11 years ago
setup.py Remove stray print statements. 11 years ago
tox.ini Remove pep8 ignores 11 years ago
zuul-server handle KeyboardInterrupt 11 years ago

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