diff --git a/gerrit/acls/openstack/git-os-job.config b/gerrit/acls/openstack/git-os-job.config new file mode 100644 index 0000000000..2ecee3d1f0 --- /dev/null +++ b/gerrit/acls/openstack/git-os-job.config @@ -0,0 +1,14 @@ +[access "refs/heads/*"] +abandon = group git-os-job-core +label-Code-Review = -2..+2 group git-os-job-core +label-Workflow = -1..+1 group git-os-job-core + +[access "refs/tags/*"] +pushSignedTag = group git-os-job-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 20dabad7d1..8b538c942b 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -4468,6 +4468,10 @@ description: A tool that helps grabbing existing reviews on gerrit and layering on a new patch to fix nits use-storyboard: true +- project: openstack/git-os-job + description: git plugin to show the OpenStack job log URL for a commit + use-storyboard: true + upstream: https://github.com/dhellmann/git-os-job.git - project: openstack/git-repo-manifests description: Clone multiple OpenStack repos as a group - project: openstack/git-upstream diff --git a/zuul/main.yaml b/zuul/main.yaml index f185d38edb..cfac81f932 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -694,6 +694,7 @@ - openstack/gertty - openstack/giftwrap - openstack/git-nit + - openstack/git-os-job - openstack/git-repo-manifests - openstack/git-upstream - openstack/glance