diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index e4519fd3b1..f2806e6dd3 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -388,6 +388,7 @@ openstack-rally: - x-vrif-minus-2 projects: - stackforge/rally + - stackforge/python-rallyclient 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 6c905d0e10..4c4b870aea 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1674,6 +1674,16 @@ jobs: - python-jobs +- project: + name: python-rallyclient + github-org: stackforge + node: precise + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + + - project: name: manuals check: diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index a066a7c6a9..eeb145bed8 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3357,6 +3357,13 @@ projects: - post-mirror-python27 - post-mirror-python33 + - name: stackforge/python-rallyclient + check: + - gate-python-rallyclient-requirements + gate: + - gate-python-rallyclient-requirements + + - name: stackforge/cookbook-openstack-block-storage check: - gate-cookbook-openstack-block-storage-chef-lint diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index bfeffa28a9..78b3cdb4d7 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -525,6 +525,9 @@ - project: stackforge/python-muranoclient upstream: git://github.com/Mirantis/python-muranoclient.git acl-config: /home/gerrit2/acls/stackforge/murano.config +- project: stackforge/python-rallyclient + launchpad: rally + acl-config: /home/gerrit2/acls/stackforge/rally.config - project: stackforge/python-solumclient description: 'Client library to Solum API. See: https://wiki.openstack.org/wiki/Solum' upstream: https://github.com/noorul/python-solumclient.git