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

View File

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