From 9ecc7abfc53417e8e65b1115102e36af61179698 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Thu, 16 May 2019 15:01:55 -0700 Subject: [PATCH] Enable fail-fast on the gate queue Zuul recently added fail-fast[1] as a new option for project pipelines. 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. [1] https://review.opendev.org/652764 Change-Id: I5e8cbe1f4eafd18e67b5b6914f5d459fb157a3a1 --- zuul.d/projects.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 4ef20b1128..2ceb74a46a 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -59,6 +59,7 @@ - ^releasenotes/.*$ voting: false gate: + fail-fast: true queue: octavia jobs: - openstack-tox-functional: