From aaedd11692a6477e5b6803c9a9a89da444f2c759 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Wed, 6 Sep 2017 21:51:43 +0530 Subject: [PATCH] Add new repo for zaqar tempest plugin In addition to fulfilling Queens Goal "Split Tempest Plugins into Separate Repos/Projects", This imports from a temporary github repo that preserves the history of the plugin and additionally applies the openstack cookiecutter to it. Change-Id: I992848bc584a6522babb1e190a0ad52eaf3dd5ee Needed-By: I208f7e10b689d7bd71cc8c2d47ed01b858b17338 --- gerrit/projects.yaml | 4 ++++ gerritbot/channels.yaml | 1 + jenkins/jobs/projects.yaml | 7 +++++++ zuul/layout.yaml | 8 ++++++++ 4 files changed, 20 insertions(+) diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 4eee780964..7763209ee0 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -6394,6 +6394,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 fc2d2f3982..92fef4aba1 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 c42ea80c34..a7cf12dabb 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -14053,6 +14053,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 7fcfe4a18a..c6e39c8ca7 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -18941,6 +18941,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