From 365ffa26ba3d8bc9c576343e33df5e83611d8667 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 13 Aug 2020 17:47:52 +1000 Subject: [PATCH] Create pyca/infra This is similar in purpose to the upstream https://github.com/pyca/infra project where dockerfiles for building custom manylinux builder images are kept. I would like to try building manylinux2014_aarch64 images, so need an untrusted project to do that with speculative testing. Change-Id: I2da4e73c92dc46429fa52dd7b7b924458ad3832e --- gerrit/acls/pyca/infra.config | 13 +++++++++++++ gerrit/projects.yaml | 2 ++ zuul/main.yaml | 1 + 3 files changed, 16 insertions(+) create mode 100644 gerrit/acls/pyca/infra.config diff --git a/gerrit/acls/pyca/infra.config b/gerrit/acls/pyca/infra.config new file mode 100644 index 0000000000..a8fcd4874c --- /dev/null +++ b/gerrit/acls/pyca/infra.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 0af2eb3597..f6622f831c 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -5662,6 +5662,8 @@ description: An OpenStack fault injection library - project: performa/shaker description: Distributed data-plane performance testing tool +- project: pyca/infra + description: Docker containers and related things for pyca building - project: pyca/project-config description: Project configuration for 3rd party CI for Python Crytographic Authority - project: recordsansible/ansible-role-ara diff --git a/zuul/main.yaml b/zuul/main.yaml index 3a8e5addc9..15a14ced4e 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1631,6 +1631,7 @@ - secret - nodeset untrusted-projects: + - pyca/infra - zuul/zuul-jobs github: untrusted-projects: