From d530aaa8bf595047c2daad6b8cac8ed845395c54 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Mon, 22 Jun 2020 12:58:42 -0400 Subject: [PATCH] recheck: allow enqueue-directly-to-gate The current behaviour of recheck enqueues a patch into check and then gate afterwards. However, inside OpenDev, we allow patches to go straight into gate, so it could make sense that we send a patch straight to gate if we have a recheck (and it already has a Workflow+1). Change-Id: I16b3e222f28021883cac3ac6e05f82f7c173db14 --- zuul.d/pipelines.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zuul.d/pipelines.yaml b/zuul.d/pipelines.yaml index e3416c2..b85d2b0 100644 --- a/zuul.d/pipelines.yaml +++ b/zuul.d/pipelines.yaml @@ -51,6 +51,8 @@ - event: comment-added approval: - Workflow: 1 + - event: comment-added + comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*re(check|verify) start: gerrit: Verified: 0