summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@openstack.org>2014-01-28 12:42:20 -0800
committerJames E. Blair <jeblair@openstack.org>2014-02-17 11:47:15 -0800
commit4076e2b432992b71873b659649e35f0e665ab3ba (patch)
treed53bff4addb11e6c354bbfad8f81c7e36edd8de9 /setup.cfg
parenta84f0e41792159b37c4114959199c525c28b5001 (diff)
downloadzuul-4076e2b432992b71873b659649e35f0e665ab3ba.tar.gz
Split the merger into a separate process
Connect it to Zuul via Gearman. Any number of mergers may be deployed. Directly find the pipeline for a build when processing a result, so that the procedure is roughly the same for build and merge results. The timer trigger currently requires the gerrit trigger also be configured. Make that explicit inside of the timer trigger so that the scheduler API interaction with triggers is cleaner. Change-Id: I69498813764753c97c426e42d17596c2ef1d87cf
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 9ff62d67c..21b1199b1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -22,6 +22,7 @@ warnerrors = True
[entry_points]
console_scripts =
zuul-server = zuul.cmd.server:main
+ zuul-merger = zuul.cmd.merger:main
zuul = zuul.cmd.client:main
[build_sphinx]