From 850b52aab6a79418b7a7bcebec0c148e9ca39b83 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Thu, 4 Apr 2013 16:49:27 -0400 Subject: [PATCH] Disable quantum full runs on stable/grizzly This commit disables quantum full tempest runs for commits to stable/grizzly. The quantum full runs do not work in stable/grizzly tempest so there is no point in running them for backports. Change-Id: Id9617640746fdb26bb630127fe86070df4adc4e9 Reviewed-on: https://review.openstack.org/26142 Reviewed-by: James E. Blair Reviewed-by: Giampaolo Lauria Approved: Clark Boylan Reviewed-by: Clark Boylan Tested-by: Jenkins --- modules/openstack_project/files/zuul/layout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index e570348ee1..f251607271 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -75,7 +75,7 @@ jobs: - name: gate-tempest-devstack-vm-quantum branch: ^(?!stable/(diablo|essex|folsom)).*$ - name: gate-tempest-devstack-vm-quantum-full - branch: ^(?!stable/(diablo|essex|folsom)).*$ + branch: ^(?!stable/(diablo|essex|folsom|grizzly)).*$ voting: false - name: gate-tempest-devstack-vm-postgres-full branch: ^(?!stable/(diablo|essex|folsom)).*$