Merge "Skip unnecessary tests for python-ironicclient docs changes"

This commit is contained in:
Jenkins 2015-11-30 11:06:55 +00:00 committed by Gerrit Code Review
commit a9851596d0

View File

@ -855,6 +855,14 @@ jobs:
all-files-match-any:
- ^.*\.rst$
- ^doc/.*$
# Skip non-doc jobs for doc-only python-ironicclient changes. Since documents
# are checked by python-ironicclient-pep8 it should not be skipped.
- name: ^.*python-ironicclient-(python27|python34)$
skip-if:
- project: ^openstack/python-ironicclient$
all-files-match-any:
- ^.*\.rst$
- ^doc/.*$
# 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.