Merge "Fix regex for python-ironic-inspector-client docs job"

This commit is contained in:
Jenkins 2016-12-20 17:29:21 +00:00 committed by Gerrit Code Review
commit ce87a18455
1 changed files with 6 additions and 1 deletions

View File

@ -3165,7 +3165,12 @@ jobs:
- name: ^gate-ironic-inspector-dsvm-discovery-ubuntu-trusty$
branch: ^stable/mitaka.*$
- name: ^gate-python-ironic-inspector-client-docs.*$
# This job should not be run anywhere but is part of the python-jobs
# template. So, make it only run on a non-existing branch.
- name: ^gate-python-ironic-inspector-client-docs-ubuntu-trusty$
branch: ^stable/thisbranchnamewillneverexist$
- name: ^gate-python-ironic-inspector-client-docs-ubuntu-xenial$
branch: ^(?!stable/(mitaka|newton)).*$
# NOTE(jlvilla): Ironic and Inspector Grenade do not work until after mitaka