diff --git a/gerrit/acls/openstack/whitebox-tempest-plugin.config b/gerrit/acls/openstack/whitebox-tempest-plugin.config new file mode 100644 index 0000000000..ac705ad2bc --- /dev/null +++ b/gerrit/acls/openstack/whitebox-tempest-plugin.config @@ -0,0 +1,13 @@ +[access "refs/heads/*"] +abandon = group whitebox-tempest-plugin-core +label-Code-Review = -2..+2 group whitebox-tempest-plugin-core +label-Workflow = -1..+1 group whitebox-tempest-plugin-core + +[access "refs/tags/*"] +pushSignedTag = group whitebox-tempest-plugin-core + +[receive] +requireChangeId = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 45467e98f3..1b64072ae8 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -7784,6 +7784,10 @@ groups: - documentation use-storyboard: true +- project: openstack/whitebox-tempest-plugin + description: Tempest plugin for whitebox testing. For testing things not + exposed through the REST APIs. + upstream: https://review.rdoproject.org/r/openstack/whitebox-tempest-plugin - project: openstack/windmill description: An Ansible deployment to validate ansible roles for Continuous Integration. - project: openstack/windmill-backup diff --git a/zuul/main.yaml b/zuul/main.yaml index 14f51c25d2..b6d05fb687 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1508,6 +1508,7 @@ - openstack/watcher-specs - openstack/watcher-tempest-plugin - openstack/whereto + - openstack/whitebox-tempest-plugin - openstack/windmill - openstack/windmill-backup - openstack/windmill-config