Go to file
James E. Blair b0fcae44a6 Add functional tests.
Add support for testing, and some initial functional tests.

Some threads in Zuul now have proper shutdown methods, since
that's needed for testing.  The threads that are faked in the
testing infrastructure still lack shutdown methods.

Fix some bugs uncovered by tests:

Reverse the order of commits that are given to Jenkins (the
commits that preceded the one being tested were listed in
revers order, this corrects that).

Return 0 in reportChange if the change has already been
reported.  The old return value of True was misinterpreted
as an error.

Change-Id: I4979d0efd8581061a2b856b892d4ecdb75284a1b
Reviewed-on: https://review.openstack.org/10572
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2012-07-31 23:30:48 +00:00
2012-07-06 10:31:57 -07:00
2012-07-31 23:30:48 +00:00
2012-07-31 23:30:48 +00:00
2012-07-31 23:30:48 +00:00
2012-06-08 19:17:28 -07:00
2012-05-29 14:49:32 -07:00
2012-07-25 06:35:58 +08:00
2012-05-29 14:49:32 -07:00
2012-06-01 13:50:21 -07:00
2012-06-08 19:17:28 -07:00
2012-05-30 12:48:57 -07:00
2012-07-31 23:30:48 +00:00
2012-07-06 10:31:57 -07:00

# Zuul

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

## Contributing

To get the latest code, see: https://github.com/openstack-ci/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
Description
The Gatekeeper, or a project gating system
Readme 160 MiB
Languages
Python 88.3%
JavaScript 9.5%
C# 1.1%
CSS 0.4%
PowerShell 0.3%
Other 0.3%