diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index f029ffbdca..2d90e9c04a 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -394,6 +394,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 30daf9891f..ef0478bdbe 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -1710,6 +1710,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 b4bdcee296..de798b6930 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3482,6 +3482,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 d370e2f7fe..1912791738 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -590,6 +590,9 @@ launchpad: murano 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