From e1b5188302602256540b6de135364a0527a097bd Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 23 Apr 2013 14:10:33 -0400 Subject: [PATCH] make postgresql jobs non voting postgresql is currently not running in devstack gate, which means we've got a chicken vs. egg problem in getting it running again. Turn it to non voting so we can get it running again and that someone could fix nova to make it work. Change-Id: I095de9370d0007539a8ea417372205ef69187bb4 Reviewed-on: https://review.openstack.org/27367 Reviewed-by: James E. Blair Reviewed-by: Clark Boylan Approved: Jeremy Stanley Reviewed-by: Jeremy Stanley Tested-by: Jenkins --- modules/openstack_project/files/zuul/layout.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 79db527722..38b337e71e 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -79,6 +79,7 @@ jobs: voting: false - name: gate-tempest-devstack-vm-postgres-full branch: ^(?!stable/(diablo|essex|folsom)).*$ + voting: false - name: gate-grenade-devstack-vm branch: ^(?!stable/(diablo|essex|folsom)).*$ voting: false