The Gatekeeper, or a project gating system
Go to file
Monty Taylor bc7588343f Migrate to testrepository.
Needed to move some directory creation around to be contained within the
testcase, but with parallel testing, we shave 48 seconds off the run
time and go from around 60s to around 11. We're also now compatible with
future subunit-based fast-fail semantics when we grow them.

Change-Id: I6c7148c29d1edb5d9469a8c2afe4b31b2b340009
Reviewed-on: https://review.openstack.org/33352
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2013-06-27 01:49:59 +00:00
doc Migrate to pbr. 2013-06-25 19:04:30 +00:00
etc Use a relative URL for status.json. 2013-05-17 17:09:48 +00:00
tests Migrate to testrepository. 2013-06-27 01:49:59 +00:00
tools Rename requirements files to standard names. 2013-06-25 21:52:17 +00:00
zuul Migrate to pbr. 2013-06-25 19:04:30 +00:00
.gitignore Migrate to testrepository. 2013-06-27 01:49:59 +00:00
.gitreview Updated .gitreview location 2012-12-16 20:34:13 +00:00
.mailmap Fix pep8 E127 violations 2012-09-26 14:23:10 +00:00
.testr.conf Migrate to testrepository. 2013-06-27 01:49:59 +00:00
LICENSE Initial commit. 2012-05-29 14:49:32 -07:00
MANIFEST.in Migrate to pbr. 2013-06-25 19:04:30 +00:00
README.rst Drop Jenkins.getBestBuildURL() method 2013-05-05 21:58:29 +00:00
requirements.txt Rename requirements files to standard names. 2013-06-25 21:52:17 +00:00
setup.cfg Migrate to testrepository. 2013-06-27 01:49:59 +00:00
setup.py Migrate to pbr. 2013-06-25 19:04:30 +00:00
test-requirements.txt Migrate to testrepository. 2013-06-27 01:49:59 +00:00
tox.ini Migrate to testrepository. 2013-06-27 01:49:59 +00:00

README.rst

Zuul

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

Contributing

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