Merge "Skip openstack-ansible-docs gate/post jobs for juno branch"

This commit is contained in:
Jenkins 2016-01-05 09:33:22 +00:00 committed by Gerrit Code Review
commit f3b14c05c7

View File

@ -2013,6 +2013,16 @@ jobs:
- name: ^gate-openstack-ansible-commit.*$
branch: ^(?!juno).*$
# skip openstack-ansible-docs gate jobs for the juno branch
# documentation was only introduced in kilo
- name: ^gate-openstack-ansible-docs.*$
branch: ^(?!juno).*$
# skip openstack-ansible-docs post jobs for the juno branch
# documentation was only introduced in kilo
- name: ^openstack-ansible-docs.*$
branch: ^(?!juno).*$
# lint compliance was only introduced in kilo
# this applies to all openstack-ansible repositories
- name: ^gate-openstack-ansible.*-pep8$