Add skip if for tempest running tempest on tempest commits

This commit adds a skipIf check for running tempest jobs on specific
tempest commits. If the proposed commit is a doc only, or a sample
config only change there is no need to run the tempest tests on the
commit.

Change-Id: I664288625727a19edcba6b19343d4dd9762f86dd
This commit is contained in:
Matthew Treinish
2015-03-10 09:21:18 -04:00
parent ba6c75058f
commit 31d39e02ea

View File

@@ -581,6 +581,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.