From 876672d091dc4e9469bc8a39123875b91eca0907 Mon Sep 17 00:00:00 2001 From: Ilya Kharin Date: Wed, 15 Jan 2014 23:58:09 +0400 Subject: [PATCH] Additional jobs for python-rallyclient The patch enables extra jobs for check and gates: * pep8 * python26 * python27 * docs Also, one post job with coverage add. bp rally-python-client Change-Id: Ibb77dfa41b891d6041861ec94179e888d4a54a77 --- modules/openstack_project/files/zuul/layout.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 4b61b15c33..8e904049bc 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3808,8 +3808,18 @@ projects: - name: stackforge/python-rallyclient check: - gate-python-rallyclient-requirements + - gate-python-rallyclient-pep8 + - gate-python-rallyclient-python26 + - gate-python-rallyclient-python27 + - gate-python-rallyclient-docs gate: - gate-python-rallyclient-requirements + - gate-python-rallyclient-pep8 + - gate-python-rallyclient-python26 + - gate-python-rallyclient-python27 + - gate-python-rallyclient-docs + post: + - python-rallyclient-coverage - name: stackforge/python-solumclient check: