diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index e460a70c2a..23bf005e51 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -248,6 +248,7 @@ murano: - stackforge/murano-tests - stackforge/python-muranoclient - stackforge/murano-common + - stackforge/murano-repository branches: - master 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 c484e54179..7c6f844d33 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -50,6 +50,17 @@ - pypi-jobs - gate-{name}-docs +- project: + name: murano-repository + github-org: stackforge + node: precise + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + - pypi-jobs + - gate-{name}-docs + - project: name: climate github-org: stackforge diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 7a6fe0fde1..10fcefa4e5 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -2899,6 +2899,26 @@ projects: - post-mirror-python27 - post-mirror-python33 + - name: stackforge/murano-repository + check: + - gate-murano-repository-pep8 + - gate-murano-repository-python26 + - gate-murano-repository-python27 + gate: + - gate-murano-repository-pep8 + - gate-murano-repository-python26 + - gate-murano-repository-python27 + post: + - murano-repository-branch-tarball + pre-release: + - murano-repository-tarball + release: + - murano-repository-tarball: + - murano-repository-pypi-upload: + - post-mirror-python26 + - post-mirror-python27 + - post-mirror-python33 + - name: stackforge/opencafe check: - gate-noop diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index 6b19d667ec..012cec4eb0 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -344,6 +344,9 @@ - project: stackforge/murano-common upstream: git://github.com/sergmelikyan/murano-common.git acl-config: /home/gerrit2/acls/stackforge/murano.config +- project: stackforge/murano-repository + upstream: git://github.com/EkaterinaFedorova/murano-repository + acl-config: /home/gerrit2/acls/stackforge/murano.config - project: openstack/ironic description: A service for managing and provisioning Bare Metal servers. upstream: git://github.com/devananda/ironic.git