Merge "Skip non-doc jobs for networking-odl doc changes"

This commit is contained in:
Jenkins 2017-03-28 08:02:43 +00:00 committed by Gerrit Code Review
commit 13faca7650

View File

@ -1854,6 +1854,17 @@ jobs:
- name: ^gate-tripleo-ci-centos-7-ovb-nonha-puppet-ocata$
branch: ^(stable/ocata).*$
# Skip non-doc jobs for doc-only networking-odl changes. Since
# doc/source/conf.py is checked by networking-odl-pep8, that job
# should not be skipped.
- name: ^.*networking-odl-(python27|python35|fullstack|functional|coverage).*$
skip-if:
- project: ^openstack/networking-odl$
all-files-match-any:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
# Skip non-doc jobs for doc-only networking-midonet changes. Since
# doc/source/conf.py is checked by networking-midonet-pep8, that job
# should not be skipped.