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 ffc65affaa..6825098b73 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1697,3 +1697,12 @@ - 'gate-{name}-pep8' - '{name}-tarball' - pypi-jobs + +- project: + name: turbo-hipster + github-org: stackforge + node: precise + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index d8b092ab76..52b08adf0b 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3688,3 +3688,15 @@ projects: - post-mirror-python26 - post-mirror-python27 - post-mirror-python33 + + - name: stackforge/turbo-hipster + check: + - gate-turbo-hipster-docs + - gate-turbo-hipster-pep8 + - gate-turbo-hipster-python27 + gate: + - gate-turbo-hipster-docs + - gate-turbo-hipster-pep8 + - gate-turbo-hipster-python27 + post: + - turbo-hipster-coverage