From 7aee12a38c1806fea8538fc8f40c1be2520ef586 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 15 Jan 2019 09:35:52 -0800 Subject: [PATCH] Add opendev/base-jobs repo We will move the base jobs from openstack-infra/project-config into this repo so they can be shared across all Zuul tenants. Change-Id: I0f8a3867c5fa76c7246866ec28edf0cb63496f69 --- gerrit/acls/opendev/base-jobs.config | 13 +++++++++++++ gerrit/projects.yaml | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 gerrit/acls/opendev/base-jobs.config diff --git a/gerrit/acls/opendev/base-jobs.config b/gerrit/acls/opendev/base-jobs.config new file mode 100644 index 0000000000..b0d90dcb58 --- /dev/null +++ b/gerrit/acls/opendev/base-jobs.config @@ -0,0 +1,13 @@ +[access "refs/heads/*"] +abandon = group opendev-base-jobs-core +label-Code-Review = -2..+2 group opendev-base-jobs-core +label-Workflow = -1..+1 group opendev-base-jobs-core + +[access "refs/tags/*"] +pushSignedTag = group opendev-base-jobs-release + +[receive] +requireChangeId = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 05c568ee61..9522a7a829 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1,3 +1,5 @@ +- project: opendev/base-jobs + description: Zuul configuration common to all OpenDev tenants - project: openstack-attic/akanda - project: openstack-attic/akanda-appliance-builder acl-config: /home/gerrit2/acls/openstack-attic/akanda.config