The Gatekeeper, or a project gating system
Go to file
James E. Blair 1f4c2bb104 Switch the launcher to Gearman.
Remove the Jenkins launcher and add a new Gearman launcher (designed
to be compatible with Jenkins) in its place.

See the documentation for how to set up the Gearman Plugin for
Jenkins.

Change-Id: Ie7224396271d7375f4ea42eebb57f883bc291738
2013-05-09 21:00:50 -07:00
doc Switch the launcher to Gearman. 2013-05-09 21:00:50 -07:00
etc Zuul status page: Redesign and fix bugs 2013-04-29 16:51:35 +00:00
tests Switch the launcher to Gearman. 2013-05-09 21:00:50 -07:00
tools Switch the launcher to Gearman. 2013-05-09 21:00:50 -07:00
zuul Switch the launcher to Gearman. 2013-05-09 21:00:50 -07:00
.gitignore Add layout file validation. 2013-01-15 01:17:47 +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
LICENSE Initial commit. 2012-05-29 14:49:32 -07:00
MANIFEST.in Import oslo-incubator for versioning 2012-11-17 01:32:14 +00:00
README.rst Drop Jenkins.getBestBuildURL() method 2013-05-05 21:58:29 +00:00
openstack-common.conf Import oslo-incubator for versioning 2012-11-17 01:32:14 +00:00
setup.cfg Restrict test coverage to the zuul package. 2012-09-10 20:06:36 +00:00
setup.py Update to latest openstack.common.setup code. 2013-03-28 17:41:58 +00:00
tox.ini Switch the launcher to Gearman. 2013-05-09 21:00:50 -07: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