Merge "Fix openstackdocstheme-api-ref gate"

This commit is contained in:
Jenkins 2016-10-05 17:18:00 +00:00 committed by Gerrit Code Review
commit 7838507201

View File

@ -2439,17 +2439,6 @@ jobs:
- '^tox.ini$'
- '^api-guide/.*'
# For openstackdocstheme, we want to publish with each change, so extend
# the files section.
- name: ^gate-openstackdocstheme-api-ref$
files:
- '^tox.ini$'
- '^api-ref/.*'
- '^doc/.*$'
- '^openstackdocstheme/.*$'
- '^.*\.txt$'
- '^.*\.rst$'
- name: ^gate-.*-api-ref$
success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/api-ref/build/html/
branch: master
@ -2461,6 +2450,17 @@ jobs:
- name: ^gate-.*-api-ref-src$
success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/api-ref/build/html/
# For openstackdocstheme, we want to publish with each change, so extend
# the files section.
- name: ^gate-openstackdocstheme-api-ref$
files:
- '^tox.ini$'
- '^api-ref/.*'
- '^doc/.*$'
- '^openstackdocstheme/.*$'
- '^.*\.txt$'
- '^.*\.rst$'
- name: ^gate-.*-install-guide$
success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/install-guide/build/html/
# This is only available in Newton.