The Gatekeeper, or a project gating system
ff79197eba
Instead, use queue task_done calls to indicate that the scheduler has finished processing events. This lets the tests know when the queues are both empty and all requests have been handled. Add a lock around reporting complete events in fake jenkins jobs so that waitUntilSettled can be assured that no new events will arrive. Directly report LOST builds when a job doesn't exist, rather than spawning a new thread (which was only done to work around the lock). Change-Id: I32ad46648c82d7458fb5be779c62ac5b57857674 Reviewed-on: https://review.openstack.org/19330 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> 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