octavia-dashboard/zuul.d/projects.yaml
Michael Johnson a587adf32f 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
2019-09-20 19:54:39 -07:00

12 lines
309 B
YAML

- project:
templates:
- check-requirements
- horizon-nodejs10-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs-horizon
- openstack-python3-train-jobs-horizon
- publish-openstack-docs-pti
- release-notes-jobs-python3
gate:
fail-fast: true