summaryrefslogtreecommitdiff
path: root/NEWS.rst
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 /NEWS.rst
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 'NEWS.rst')
-rw-r--r--NEWS.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index ba6c9860e..bd09bfefa 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -3,6 +3,15 @@ Since 2.0.0:
* The push_change_refs option which specified that Zuul refs should be
pushed to Gerrit has been removed.
+* Git merge operations are now performed in a separate process. Run
+ at least one instance of the ``zuul-merger`` program which is now
+ included. Any number of Zuul-Mergers may be run in order to
+ distribute the work of speculatively merging changes into git and
+ serving the results to test workers. This system is designed to
+ scale out to many servers, but one instance may be co-located with
+ the Zuul server in smaller deployments. Several configuration
+ options have moved from the ``zuul`` section to ``merger``.
+
Since 1.3.0:
* The Jenkins launcher is replaced with Gearman launcher. An internal