summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2012-09-19 14:03:08 -0700
committerJenkins <jenkins@review.openstack.org>2012-09-20 20:37:54 +0000
commit00635dc6c294d8b5eef4948abdd9478f91e66bb4 (patch)
tree3f971d4d0d81d8b774580336814e1fb27253ab9e /etc
parent7ee88a225dd1c695dd1c0cf7e9e61756733e5393 (diff)
downloadzuul-00635dc6c294d8b5eef4948abdd9478f91e66bb4.tar.gz
Move terminology from "queue" to "pipeline".
The zuul terminology for queues was changed to pipelines to help clean up the code and make it easier to read and debug. Update the documentation to reflect this terminology change. Change-Id: I8805f7ee201196b9658b8ea3546d4451aed4c700 Reviewed-on: https://review.openstack.org/13312 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
Diffstat (limited to 'etc')
-rw-r--r--etc/layout.yaml-sample10
1 files changed, 6 insertions, 4 deletions
diff --git a/etc/layout.yaml-sample b/etc/layout.yaml-sample
index 8edc79462..2012e749c 100644
--- a/etc/layout.yaml-sample
+++ b/etc/layout.yaml-sample
@@ -1,6 +1,6 @@
-queues:
+pipelines:
- name: check
- manager: IndependentQueueManager
+ manager: IndependentPipelineManager
trigger:
- event: patchset-created
success:
@@ -9,17 +9,19 @@ queues:
verified: -1
- name: post
- manager: IndependentQueueManager
+ manager: IndependentPipelineManager
trigger:
- event: ref-updated
ref: ^(?!refs/).*$
- name: gate
- manager: DependentQueueManager
+ manager: DependentPipelineManager
trigger:
- event: comment-added
approval:
- approved: 1
+ start:
+ verified: 0
success:
verified: 2
submit: true