From 16b9c728769b8f3f78576db2e3697e35250de0fe Mon Sep 17 00:00:00 2001 From: Nikhil Manchanda Date: Mon, 27 Jan 2014 19:13:20 -0800 Subject: [PATCH] Make PyPy gate job non-voting for python-troveclient python-troveclient has a dependency on lxml which is causing the PyPy gate job to fail. Making it non-voting until we can pull out the xml support for the trove client. Change-Id: I058cf9790ae0754999f7084206bb3e2df4b77b00 --- modules/openstack_project/files/zuul/layout.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index ed9de76d6e..d01c03c63a 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -430,6 +430,8 @@ jobs: voting: false - name: gate-python-tuskarclient-python33 voting: false + - name: gate-python-troveclient-pypy + voting: false - name: gate-mistral-python33 voting: false - name: gate-mistral-extra-python33