Merge "Add skip if for tempest running tempest on tempest commits"

This commit is contained in:
Jenkins 2015-03-12 01:05:51 +00:00 committed by Gerrit Code Review
commit cd37d1a8de

View File

@ -583,6 +583,12 @@ jobs:
- ^nova/tests/.*$
- ^tools/.*$
- ^tox.ini$
- project: ^openstack/tempest$
branch: ^master$
all-files-match-any:
- ^.*\.rst$
- ^doc/.*$
- ^etc/.*$
# Skip non-doc jobs for doc-only neutron changes. Since
# doc/source/conf.py is checked by neutron-(pep8|pylint), those jobs
# should not be skipped.