Fix success-pattern usage for openstack-manuals
Change Ia8f60c8a4b9d1b18583366d83ddb82dc61bff9f5 added a generic rule to use a success-pattern to point to docs-draft for built books. The order here is important, the regex line must come before the non-regex line so that the regex is applied in all cases. Change-Id: Ife43544864a1084d82325ced1d4a61a9cb6e5fa1
This commit is contained in:
parent
5fd7c43342
commit
8e42cf083f
@ -446,10 +446,12 @@ jobs:
|
||||
branch: ^(?!stable/grizzly).*$
|
||||
- name: gate-openstack-manuals-tox-checkdeletions
|
||||
branch: ^(?!stable/grizzly).*$
|
||||
- name: gate-openstack-manuals-tox-doc-publish-checkbuild
|
||||
branch: ^(?!stable/grizzly).*$
|
||||
# The order of the next two rules is important, the more generic one
|
||||
# needs to be first.
|
||||
- name: ^gate-.*-tox-doc-publish-checkbuild$
|
||||
success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/publish-docs/
|
||||
- name: gate-openstack-manuals-tox-doc-publish-checkbuild
|
||||
branch: ^(?!stable/grizzly).*$
|
||||
- name: ^gate-.*-tox-checkniceness$
|
||||
voting: false
|
||||
# Deprecated documentation targets:
|
||||
|
Loading…
x
Reference in New Issue
Block a user