From 00635dc6c294d8b5eef4948abdd9478f91e66bb4 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 19 Sep 2012 14:03:08 -0700 Subject: 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 Reviewed-by: James E. Blair Tested-by: Jenkins --- etc/layout.yaml-sample | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'etc') 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 -- cgit v1.2.1