summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@openstack.org>2013-07-29 17:14:51 -0700
committerJames E. Blair <jeblair@openstack.org>2013-08-01 11:57:19 -0700
commit63bb0ef073ad8e7702f5af1e06d66d7d8ef051da (patch)
treeeaa35c6ddaa154e102ccba6cd0545e485ded5fcc /NEWS.rst
parent6c358e72ead5dc3b7f0fa271c60f219a701efb3c (diff)
downloadzuul-63bb0ef073ad8e7702f5af1e06d66d7d8ef051da.tar.gz
Add a timer trigger
Add a trigger that enqueues items based on a timer. Change-Id: I024be871914c8272c237b1f818589be08cda04da
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS.rst b/NEWS.rst
index b79b4e62a..f6500f06a 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -18,11 +18,12 @@ Since 1.3.0:
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
+* Multiple triggers are now supported (currently Gerrit and a simple
+ Timer trigger ar supported). 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.
+ triggers later). See the sample layout.yaml and Zuul section of the
+ documentation.
* The default behavior is now to immediately dequeue changes that have
merge conflicts, even those not at the head of the queue. To enable