monasca-api: Exclude stable/ocata from sphinx doc creation

Monasca-api didn't move to sphinx document creation until Pike.
To allow an exception for stable/ocata builds, remove the
publish-openstack-sphinx-docs template and put in equivalent
job listings, with branches: lines to exclude stable/ocata.

This can be reverted once Ocata reaches EOL.

Change-Id: I862d90aec2a94c6939ccc6823a854b68981b8adb
This commit is contained in:
Joseph Davis 2017-12-05 19:34:17 -08:00 committed by Witold Bedyk
parent c4e864de27
commit 15bed9abf2
1 changed files with 6 additions and 1 deletions

View File

@ -8490,7 +8490,6 @@
- openstack-python-jobs
- openstack-python35-jobs-nonvoting
- check-requirements
- publish-openstack-sphinx-docs
- release-notes-jobs
- api-ref-jobs
- publish-to-pypi
@ -8498,13 +8497,19 @@
jobs:
- legacy-monasca-api-maven-build
- openstack-tox-cover
- build-openstack-sphinx-docs:
branches: ^(?!stable/ocata).*$
gate:
jobs:
- legacy-monasca-api-maven-build
- openstack-tox-cover
- build-openstack-sphinx-docs:
branches: ^(?!stable/ocata).*$
post:
jobs:
- legacy-monasca-api-localrepo-upload
- publish-openstack-sphinx-docs:
branches: ^(?!stable/ocata).*$
- project:
name: openstack/monasca-ceilometer