From 1817c2ed96cf8d54fad1b1357c314376e882c247 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 24 May 2013 08:07:04 -0700 Subject: [PATCH] Exclude *tempest-docs jobs from stable/(folsom|grizzly) Fixes bug 1183841 Change-Id: I89230403ff24e8d0a26860c29e11d87bcf58bbca Reviewed-on: https://review.openstack.org/30446 Reviewed-by: James E. Blair Reviewed-by: Clark Boylan Reviewed-by: Jeremy Stanley Reviewed-by: Sean Dague Approved: Jeremy Stanley Tested-by: Jenkins --- modules/openstack_project/files/zuul/layout.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 8b8c94ed1a..cb0b6e18c7 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -81,6 +81,10 @@ jobs: - name: gate-grenade-devstack-vm branch: ^(?!stable/folsom).*$ voting: false + - name: gate-tempest-docs + branch: ^(?!stable/(folsom|grizzly)).*$ + - name: tempest-docs + branch: ^(?!stable/(folsom|grizzly)).*$ - name: gate-nova-pylint voting: false - name: gate-cinder-pylint