diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index e539a14425..b1a04d36cb 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -6212,6 +6212,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 88e92ca454..b66acb7aaa 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -2868,6 +2868,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 08bb6fd504..2868cab8a9 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1575,6 +1575,7 @@ - openstack/tricircle - openstack/trio2o - openstack/tripleo-common + - openstack/tripleo-common-tempest-plugin - openstack/tripleo-docs - openstack/tripleo-heat-templates - openstack/tripleo-image-elements