summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@openstack.org>2013-07-29 17:06:47 -0700
committerJames E. Blair <jeblair@openstack.org>2013-08-01 11:56:52 -0700
commit6c358e72ead5dc3b7f0fa271c60f219a701efb3c (patch)
tree196b4aeb584e8883da291e575f395beb4ca6d0e3 /NEWS.rst
parent3cd25034b6a944eca0e430ffa50a07d5ea0dca67 (diff)
downloadzuul-6c358e72ead5dc3b7f0fa271c60f219a701efb3c.tar.gz
Support multiple triggers
Add the ability for Zuul to accept inputs from multiple trigger sources simultaneously. Pipelines are associated with exactly one trigger, which must now be named in the configuration file. Co-Authored-By: Monty Taylor <mordred@inaugust.com> Change-Id: Ief2b31a7b8d85d30817f2747c1e2635f71ea24b9
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 91f7e09b7..b79b4e62a 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -11,13 +11,19 @@ Since 1.3.0:
QueueItem has the full context for why the change is being run
(including the pipeline, items ahead and behind, etc.). The Change
is still available via the "change" attribute on the QueueItem. The
- second argument is now the Job that is about to be run, ande the
+ second argument is now the Job that is about to be run, and the
parameter dictionary is shifted to the third position.
* The ZUUL_SHORT_* parameters have been removed (the same
functionality may be achieved with a custom parameter function that
matches all jobs).
+* Multiple triggers are now supported, in principle (though only
+ Gerrit is defined currently). Your layout.yaml file will need to
+ change to add the key "gerrit:" inside of the "triggers:" list to
+ specify a Gerrit trigger (and facilitate adding other kinds of
+ triggers later). See the sample layout.yaml.
+
* The default behavior is now to immediately dequeue changes that have
merge conflicts, even those not at the head of the queue. To enable
the old behavior (which would wait until the conflicting change was