From bf57557017d8dce1f78ad7554f80ca449a44d2b2 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Sat, 2 Dec 2017 18:38:44 +0530 Subject: [PATCH] Add new repo for mistral 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: I61ba384e25c860d245efe042d0bfc92cb6af89ea Needed-By: I26e55c2414325530178d125b385a6fa634ef954a --- gerrit/projects.yaml | 6 ++++++ gerritbot/channels.yaml | 1 + zuul/main.yaml | 1 + 3 files changed, 8 insertions(+) diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index d2394b6c6f..94bb05d5ab 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -4254,6 +4254,12 @@ description: OpenStack Workflow (Mistral) Specifications groups: - mistral +- project: openstack/mistral-tempest-plugin + description: Tempest Plugin for Mistral project + upstream: https://github.com/chkumar246/mistral-tempest-plugin.git + groups: + - mistral + acl-config: /home/gerrit2/acls/openstack/mistral.config - project: openstack/mitmstack description: Man-In-The-Middle OpenStack service faker for clients testing - project: openstack/mixmatch diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index b713142742..566f680d8f 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -1560,6 +1560,7 @@ openstack-mistral: - openstack/mistral-extra - openstack/mistral-lib - openstack/mistral-specs + - openstack/mistral-tempest-plugin - openstack/python-mistralclient branches: - stable/ocata diff --git a/zuul/main.yaml b/zuul/main.yaml index a57925536d..2bed97e5d3 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1054,6 +1054,7 @@ - openstack/mistral-extra - openstack/mistral-lib - openstack/mistral-specs + - openstack/mistral-tempest-plugin - openstack/mitmstack - openstack/mixmatch - openstack/mogan