From ebed418cb4bf8b4b1e158946c0223786ac21f7f4 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Thu, 16 Feb 2023 06:42:09 +0000 Subject: [PATCH] Enable fail-fast on the gate queue With this set, if any one of the voting jobs fails, zuul will report a build failure immediately and abort the remaining jobs. This patch enables fail-fast on the gate pipeline as any one failing job means the patch will not merge. Change-Id: Ib1872ed973079224f8245eef826399a0b0850f0b --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 3c2bd1b9d..05edabb04 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -193,6 +193,7 @@ - designate-ipv6-only-pdns4 - designate-ipv6-only-bind9 gate: + fail-fast: true jobs: - designate-bind9 - designate-bind9-scoped-tokens