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 f19bfdae4a..24e6fc119a 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1797,6 +1797,15 @@ jobs: - python-jobs +- project: + name: milk + github-org: stackforge + node: precise + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + - project: name: solum github-org: stackforge diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 5ed37efd5e..4e871b8c6e 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1967,6 +1967,22 @@ projects: - gate-congress-pep8 - gate-congress-python27 + - name: stackforge/milk + check: + - gate-milk-docs + - gate-milk-pep8 + - gate-milk-python26 + - gate-milk-python27 + - gate-milk-python33 + gate: + - gate-milk-docs + - gate-milk-pep8 + - gate-milk-python26 + - gate-milk-python27 + - gate-milk-python33 + post: + - milk-coverage + - name: stackforge/MRaaS check: - gate-noop @@ -4087,12 +4103,6 @@ projects: - gate-release-tools-python27 - gate-release-tools-pypy - - name: stackforge/milk - check: - - gate-noop - gate: - - gate-noop - - name: stackforge/entropy check: - gate-entropy-docs