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