The Gatekeeper, or a project gating system
4795838dd2
Based on voluptuous library. Basic validation should catch typos, missing or extra attributes. Can be expanded to do more serious validation (ie, specifying a comment in a trigger should require the event be comment-added). Adds a command line option to validate a named layout file and exit. (Also add dist/ to .gitignore.) Change-Id: Ia864ebde1765141d4d1a52bc77033689b6210e81 Reviewed-on: https://review.openstack.org/19443 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins |
||
---|---|---|
doc | ||
etc | ||
tests | ||
tools | ||
zuul | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
README | ||
setup.cfg | ||
setup.py | ||
tox.ini |
# 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 promped