Don't run dsvm tests on hacking only changes

If the change is only hacking of Nova, don't run the dsvm changes
for avoiding much test operation time.

Change-Id: I01f9caa083dc7d06c850c9f466a6b38fbd42d209
This commit is contained in:
Ken'ichi Ohmichi 2015-09-28 00:23:03 +00:00
parent 18471b569f
commit 57509594ae

View File

@ -649,6 +649,7 @@ jobs:
- ^.*\.rst$
- ^doc/.*$
- ^nova/tests/.*$
- ^nova/hacking/.*$
- ^tools/.*$
- ^tox.ini$
- project: ^openstack/ironic$