![]() If an exception was received during a report, _reportItem would erroneously indicate that it had been reported without error. If a merge was expected, isMerged would be called which may then raise a further exception which would stop queue processing. Instead, set the default return value for _reportItem to True because trigger.report returns a true value on error. This will cause the change to be marked as reported (with a value of ERROR), the merge check skipped, and the change will be quickly removed from the pipeline. Change-Id: I08b7cee486111200ac9857644d478727c635908d |
||
---|---|---|
doc | ||
etc | ||
tests | ||
tools | ||
zuul | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
LICENSE | ||
MANIFEST.in | ||
NEWS.rst | ||
README.rst | ||
TESTING.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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