diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 15cca483a2..7d54cb35a6 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -6402,6 +6402,10 @@ groups: - zaqar description: OpenStack Messaging (Zaqar) Specifications +- project: openstack/zaqar-tempest-plugin + description: Tempest plugin for the Zaqar project. + acl-config: /home/gerrit2/acls/openstack/zaqar.config + upstream: https://github.com/chkumar246/zaqar-tempest-plugin.git - project: openstack/zaqar-ui description: The UI component for Zaqar options: diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 0408375999..449bb8a182 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -2621,6 +2621,7 @@ openstack-zaqar: - openstack/python-zaqarclient - openstack/zaqar - openstack/zaqar-specs + - openstack/zaqar-tempest-plugin - openstack/zaqar-ui branches: - master diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index 4d9e052828..3001a2d019 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -14034,6 +14034,13 @@ jobs: - specs-jobs +- project: + name: zaqar-tempest-plugin + + jobs: + - gate-{name}-pep8-{node}: + node: ubuntu-xenial + - project: name: zaqar-ui diff --git a/zuul/layout.yaml b/zuul/layout.yaml index d4503f5044..61034e027f 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -18944,6 +18944,14 @@ projects: gate: - gate-zaqar-specs-python27-ubuntu-xenial + - name: openstack/zaqar-tempest-plugin + template: + - name: merge-check + check: + - gate-zaqar-tempest-plugin-pep8-ubuntu-xenial + gate: + - gate-zaqar-tempest-plugin-pep8-ubuntu-xenial + - name: openstack/zaqar-ui template: - name: merge-check