From aac8e53e994543e084f10bc64ece39655a266169 Mon Sep 17 00:00:00 2001 From: TimurNurlygayanov <tnurlygayanov@mirantis.com> Date: Fri, 21 Feb 2014 20:26:13 +0400 Subject: [PATCH] Added requirements gates for Murano repositories Added requirements gates for the following murano repositories: https://github.com/stackforge/murano-common https://github.com/stackforge/murano-api https://github.com/stackforge/python-muranoclient https://github.com/stackforge/murano-metadataclient https://github.com/stackforge/murano-conductor https://github.com/stackforge/murano-repository https://github.com/stackforge/murano-dashboard Change-Id: I5631cfc0f2343fd94210dd10d6d273c73000f1c4 --- .../openstack_project/files/zuul/layout.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index b649e38bd0..5b857a4196 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -532,6 +532,20 @@ jobs: voting: false - name: gate-murano-repository-python33 voting: false + - name: gate-murano-api-requirements + voting: false + - name: gate-murano-repository-requirements + voting: false + - name: gate-murano-conductor-requirements + voting: false + - name: gate-murano-common-requirements + voting: false + - name: gate-python-muranoclient-requirements + voting: false + - name: gate-murano-metadataclient-requirements + voting: false + - name: gate-murano-dashboard-requirements + voting: false - name: gate-oslo.vmware-docs voting: false - name: gate-oslo.vmware-requirements @@ -3676,6 +3690,7 @@ projects: - gate-murano-api-pep8 - gate-murano-api-python26 - gate-murano-api-python27 + - gate-murano-api-requirements gate: - gate-murano-api-pep8 - gate-murano-api-python26 @@ -3693,6 +3708,7 @@ projects: - gate-murano-common-python26 - gate-murano-common-python27 - gate-murano-common-python33 + - gate-murano-common-requirements gate: - gate-murano-common-pep8 - gate-murano-common-python26 @@ -3713,6 +3729,7 @@ projects: - gate-murano-conductor-pep8 - gate-murano-conductor-python26 - gate-murano-conductor-python27 + - gate-murano-conductor-requirements gate: - gate-murano-conductor-pep8 - gate-murano-conductor-python26 @@ -3729,6 +3746,7 @@ projects: - gate-murano-dashboard-pep8 - gate-murano-dashboard-python26 - gate-murano-dashboard-python27 + - gate-murano-dashboard-requirements gate: - gate-murano-dashboard-pep8 - gate-murano-dashboard-python26 @@ -3758,6 +3776,7 @@ projects: - gate-murano-metadataclient-python26 - gate-murano-metadataclient-python27 - gate-murano-metadataclient-python33 + - gate-murano-metadataclient-requirements gate: - gate-murano-metadataclient-pep8 - gate-murano-metadataclient-python26 @@ -3779,6 +3798,7 @@ projects: - gate-murano-repository-python26 - gate-murano-repository-python27 - gate-murano-repository-python33 + - gate-murano-repository-requirements gate: - gate-murano-repository-pep8 - gate-murano-repository-python26 @@ -4293,6 +4313,7 @@ projects: - gate-python-muranoclient-python26 - gate-python-muranoclient-python27 - gate-python-muranoclient-python33 + - gate-python-muranoclient-requirements gate: - gate-python-muranoclient-pep8 - gate-python-muranoclient-python26