don't run dsvm tests on doc only changes

If the change is only docs, don't run the dsvm changes. This will save
a lot of test resources, and make doc patches much easier for everyone
to land and faster to iterate on.

Change-Id: Id0f498089dddab4cbf4b76b97ef87546544fba99
This commit is contained in:
Sean Dague
2015-06-19 15:52:15 -04:00
parent 81f23275e1
commit 619b64e54f

View File

@@ -611,6 +611,12 @@ jobs:
- ^.*\.rst$
- ^doc/.*$
- ^etc/.*$
- project: ^openstack-dev/devstack$
branch: ^master$
all-files-match-any:
- ^.*\.rst$
- ^doc/.*$
# 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.