diff --git a/gerrit/acls/opendev/project-config.config b/gerrit/acls/opendev/project-config.config new file mode 100644 index 0000000000..a8fcd4874c --- /dev/null +++ b/gerrit/acls/opendev/project-config.config @@ -0,0 +1,13 @@ +[access "refs/heads/*"] +abandon = group opendev-project-config-core +label-Code-Review = -2..+2 group opendev-project-config-core +label-Workflow = -1..+1 group opendev-project-config-core + +[access "refs/tags/*"] +pushSignedTag = group opendev-project-config-release + +[receive] +requireChangeId = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 4bfbc8ad83..de36da12cd 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -2,6 +2,9 @@ description: Zuul configuration files for the Kata tenant - project: opendev/base-jobs description: Zuul configuration common to all OpenDev tenants +- project: opendev/project-config + description: Zuul configuration for the OpenDev tenant + use-storyboard: true - project: openstack-attic/akanda - project: openstack-attic/akanda-appliance-builder acl-config: /home/gerrit2/acls/openstack-attic/akanda.config