From 1aa00dbad5f97c611453b73008f0faefe19c5c51 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 19 May 2014 11:01:35 -0700 Subject: [PATCH] Use current-patchset pipeline requirement This should stop zuul comment loops when people comment on old patchsets. Change-Id: Ide08555bc588fe58245b0a8aa714fde594aa968b NOTE: Requires https://review.openstack.org/92942 be deployed. --- modules/openstack_project/files/zuul/layout.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 4464ac64a1..955f3dd88b 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -9,6 +9,7 @@ pipelines: precedence: low require: open: True + current-patchset: True trigger: gerrit: - event: patchset-created @@ -58,6 +59,7 @@ pipelines: precedence: normal require: open: True + current-patchset: True trigger: gerrit: - event: comment-added @@ -199,6 +201,7 @@ pipelines: precedence: low require: open: True + current-patchset: True trigger: gerrit: - event: patchset-created