From 57509594aea1cb10be7c6be32fa10b8021f2daaf Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Mon, 28 Sep 2015 00:23:03 +0000 Subject: [PATCH] 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 --- zuul/layout.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 7457b93807..b352977f3f 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -649,6 +649,7 @@ jobs: - ^.*\.rst$ - ^doc/.*$ - ^nova/tests/.*$ + - ^nova/hacking/.*$ - ^tools/.*$ - ^tox.ini$ - project: ^openstack/ironic$