diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index 59e285697a..cdb668c275 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -52,7 +52,11 @@ stackforge-dev: - x-vrif-minus-2 projects: - stackforge/ceilometer + - stackforge/libra + - stackforge/python-reddwarfclient + - stackforge/reddwarf - heat-api/heat + - heat-api/python-heatclient 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 bee8193a44..a441993b2c 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -131,6 +131,15 @@ - python-jobs +- project: + name: python-heatclient + github-org: heat-api + node: precise + + jobs: + - python-jobs + + - project: name: horizon github-org: openstack diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index 485ca074b7..557b8b78dc 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -1,6 +1,9 @@ - project: heat-api/heat options: - close-pull +- project: heat-api/python-heatclient + options: + - close-pull - project: openstack-ci/devstack-gate options: - close-pull diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index d4634fb802..d196473e70 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -658,6 +658,19 @@ projects: - gate-heat-python26 - gate-heat-python27 + - name: heat-api/python-heatclient + check: + - gate-python-heatclient-merge: + - gate-python-heatclient-pep8 + - gate-python-heatclient-python26 + - gate-python-heatclient-python27 + - dev-python-heatclient-coverage + gate: + - gate-python-heatclient-merge: + - gate-python-heatclient-pep8 + - gate-python-heatclient-python26 + - gate-python-heatclient-python27 + - name: stackforge/reddwarf check: - gate-reddwarf-merge: