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
This commit is contained in:
James E. Blair
2013-04-26 08:40:46 -07:00
parent bdafe495db
commit 1f4c2bb104
14 changed files with 1419 additions and 1221 deletions

View File

@@ -10,8 +10,8 @@ Zuul is a program that is used to gate the source code repository of a
project so that changes are only merged if they pass tests.
The main component of Zuul is the scheduler. It receives events
related to proposed changes (currently from Gerrit), triggers tests
based on those events (currently on Jenkins), and reports back.
related to proposed changes, triggers tests based on those events, and
reports back.
Contents: