clients/.zuul.yaml
Abraham Arce a29d18f1c6 [Doc] openstackdocstheme starlingxdocs theme
Enable starlingxdocs theme support for:

- Documentation
- Release Notes

Additionally add in zuul post jobs:

- publish-stx-releasenotes

Depends-On: https://review.openstack.org/#/c/611761/
Change-Id: I1483c490192f9a44947e2e9e370efdd3bdf716d9
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
2018-10-22 14:34:07 +00:00

19 lines
391 B
YAML

---
- project:
templates:
- build-openstack-docs-pti
check:
jobs:
- build-openstack-releasenotes
- openstack-tox-linters
- openstack-tox-pep8
gate:
jobs:
- build-openstack-releasenotes
- openstack-tox-linters
- openstack-tox-pep8
post:
jobs:
- publish-stx-tox
- publish-stx-releasenotes