From 8d516dac87e1d973af5d6b9b54d4176e497647c2 Mon Sep 17 00:00:00 2001 From: Noorul Islam K M Date: Mon, 17 Mar 2014 19:50:01 +0530 Subject: [PATCH] Make gate-solum-requirements non-voting In solum we are using python-solumclient as a dependent package. But python-solumclient cannot be added to global requirements as it is not part of OpenStack. For now just make the requirements gate non-voting. Change-Id: I1df12684a552fa11d9a05d2e6da0c46742564cca --- 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 0f76c02079..aaba9b9b0c 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -577,6 +577,8 @@ jobs: voting: false - name: gate-solum-pypy voting: false + - name: gate-solum-requirements + voting: false - name: gate-reviewstats-python33 voting: false - name: gate-refstack-python33