From 295cb77d278a9a018a0739f3442287f3610c4119 Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Wed, 2 Jul 2014 13:39:57 -0700 Subject: [PATCH] Enable gating for python-congressclient Previously, I only enabled pep8/python2.7 check just to initially get things rolling. This patch enables gating on this. Change-Id: Ic15bba1f65ae4ac17394f191ece2459907051a76 --- modules/openstack_project/files/zuul/layout.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 5a5ed8dc97..eb4a544b34 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3676,7 +3676,8 @@ projects: - gate-python-congressclient-pep8 - gate-python-congressclient-python27 gate: - - noop + - gate-python-congressclient-pep8 + - gate-python-congressclient-python27 - name: stackforge/python-mistralclient template: