Enable fail-fast on the gate queue
Zuul added fail-fast 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.
Change-Id: I775dab84b4f1ba7a641ebbed54b6052333502d9c
diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml
index 79f0c3d..2edfbfe 100644
--- a/zuul.d/projects.yaml
+++ b/zuul.d/projects.yaml
@@ -65,6 +65,7 @@
- octavia-v2-dsvm-cinder-amphora:
voting: false
gate:
+ fail-fast: true
queue: octavia
jobs:
- octavia-v2-dsvm-noop-api