From 1f462b9d9f334fad3696e25f36926bd209db7795 Mon Sep 17 00:00:00 2001 From: Noorul Islam K M Date: Mon, 13 Jan 2014 20:12:40 +0530 Subject: [PATCH] Add requirements gate for solum project Both solum and python-solumclient projects are in requirements/projects.txt, so add requirements check for them. Change-Id: I318c3ea4af8deedb9eeee63d6b07f64d4f489de8 --- modules/openstack_project/files/zuul/layout.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index acf5e8a437..0e4ca8c24c 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3731,6 +3731,7 @@ projects: - name: stackforge/python-solumclient check: + - gate-python-solumclient-requirements - gate-python-solumclient-pep8 - gate-python-solumclient-python26 - gate-python-solumclient-python27 @@ -3738,6 +3739,7 @@ projects: - gate-python-solumclient-pypy - gate-python-solumclient-docs gate: + - gate-python-solumclient-requirements - gate-python-solumclient-pep8 - gate-python-solumclient-python26 - gate-python-solumclient-python27 @@ -3778,6 +3780,7 @@ projects: - name: stackforge/solum check: + - gate-solum-requirements - gate-solum-pep8 - gate-solum-python26 - gate-solum-python27 @@ -3786,6 +3789,7 @@ projects: - gate-solum-docs - gate-solum-devstack-dsvm gate: + - gate-solum-requirements - gate-solum-pep8 - gate-solum-python26 - gate-solum-python27