From 233e4180d7f03de489509803e01d9f925cc95297 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Fri, 3 Nov 2017 08:32:51 +0000 Subject: [PATCH] Add new repo for tripleo-common tempest plugin This repo is for a new tempest plugin which is being created as per the Queens goal[1] to move tempest plugins into their own repo. [1]: https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html Needed-By: Ibaaf80c0757732b55f30bd3e516bd068c490ab0c Change-Id: Id2cb1a433c66bb190708d0e82f9a45ad69c3a5b9 --- 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 193a51cdb0..3623b0f29e 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -6200,6 +6200,12 @@ acl-config: /home/gerrit2/acls/openstack/tripleo.config groups: - tripleo +- project: openstack/tripleo-common-tempest-plugin + description: Tempest plugin for the tripleo-common project + acl-config: /home/gerrit2/acls/openstack/tripleo.config + upstream: https://github.com/d0ugal/tripleo-common-tempest-plugin.git + groups: + - tripleo - project: openstack/tripleo-docs groups: - tripleo diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 9fb22c698f..527465a768 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -2866,6 +2866,7 @@ tripleo: - openstack/python-tripleoclient - openstack/tempest-tripleo-ui - openstack/tripleo-common + - openstack/tripleo-common-tempest-plugin - openstack/tripleo-docs - openstack/tripleo-heat-templates - openstack/tripleo-image-elements diff --git a/zuul/main.yaml b/zuul/main.yaml index 80ef00df21..0bca85b43f 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1573,6 +1573,7 @@ - openstack/tricircle - openstack/trio2o - openstack/tripleo-common + - openstack/tripleo-common-tempest-plugin - openstack/tripleo-docs - openstack/tripleo-heat-templates - openstack/tripleo-image-elements