From e1dd0c52d9d1cf82eb5f8b00cd33f35a25a747e7 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 16 Aug 2012 10:32:17 -0700 Subject: [PATCH] Gate glance on documentation builds. Somehow glance got away with not gating on its in tree documentation build. Fix that and gate glance on gate-glance-docs. Change-Id: I4434e91ea393f09973c1cd5e6dbf997d5a46c402 Reviewed-on: https://review.openstack.org/11485 Reviewed-by: James E. Blair Reviewed-by: Monty Taylor Approved: Clark Boylan Tested-by: Jenkins --- 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 a628c6054f..57d0369ca4 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -187,12 +187,14 @@ projects: - name: openstack/glance check: - gate-glance-merge: + - gate-glance-docs - gate-glance-pep8 - gate-glance-python26 - gate-glance-python27 - gate-tempest-devstack-vm gate: - gate-glance-merge: + - gate-glance-docs - gate-glance-pep8 - gate-glance-python26 - gate-glance-python27