From e0159e00248e9a54e38e6e49007fc155f9594069 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 1 Nov 2012 02:14:48 +0100 Subject: [PATCH] Add moniker and python-monikerclient. Change-Id: I90924b313ff4f3be0507496a68c3e4b59d294a06 Reviewed-on: https://review.openstack.org/15165 Reviewed-by: Kiall Mac Innes Approved: Monty Taylor Reviewed-by: Monty Taylor Tested-by: Jenkins --- .../jenkins_job_builder/config/projects.yaml | 18 ++++++++++++++ .../files/review.projects.yaml | 6 +++++ .../openstack_project/files/zuul/layout.yaml | 24 +++++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml index a441993b2c..dced9e4b74 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -524,6 +524,24 @@ - python-jobs +- project: + name: moniker + github-org: stackforge + node: precise + + jobs: + - python-jobs + + +- project: + name: python-monikerclient + github-org: stackforge + node: precise + + jobs: + - python-jobs + + - project: name: requirements github-org: openstack diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index 557b8b78dc..5d073fb9ac 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -173,3 +173,9 @@ - project: stackforge/libra options: - close-pull +- project: stackforge/moniker + options: + - close-pull +- project: stackforge/python-monikerclient + options: + - close-pull diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index d196473e70..ccb907259f 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -695,6 +695,30 @@ projects: - gate-python-reddwarfclient-python26 - gate-python-reddwarfclient-python27 + - name: stackforge/moniker + check: + - gate-moniker-merge: + - gate-moniker-pep8 + - gate-moniker-python26 + - gate-moniker-python27 + gate: + - gate-moniker-merge: + - gate-moniker-pep8 + - gate-moniker-python26 + - gate-moniker-python27 + + - name: stackforge/python-monikerclient + check: + - gate-python-monikerclient-merge: + - gate-python-monikerclient-pep8 + - gate-python-monikerclient-python26 + - gate-python-monikerclient-python27 + gate: + - gate-python-monikerclient-merge: + - gate-python-monikerclient-pep8 + - gate-python-monikerclient-python26 + - gate-python-monikerclient-python27 + - name: openstack/openstack-manuals check: - gate-openstack-manuals-merge