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
This commit is contained in:
Michael Johnson 2019-09-13 15:42:12 -07:00
parent f333d21ea3
commit cf5d79d319
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@
- octavia-v2-dsvm-cinder-amphora:
voting: false
gate:
fail-fast: true
queue: octavia
jobs:
- octavia-v2-dsvm-noop-api