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: Ibcedfc15120a213f070e56ce514413fea911ac4d
This commit is contained in:
Michael Johnson 2019-09-13 15:54:27 -07:00
parent 7392423279
commit a587adf32f
1 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,5 @@
- openstack-python3-train-jobs-horizon
- publish-openstack-docs-pti
- release-notes-jobs-python3
gate:
fail-fast: true