diff --git a/modules/openstack_project/files/gerrit/acls/openstack-infra/zuul-packaging.config b/modules/openstack_project/files/gerrit/acls/openstack-infra/zuul-packaging.config new file mode 100644 index 0000000000..218536cbb3 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/openstack-infra/zuul-packaging.config @@ -0,0 +1,12 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group openstack-infra-packagers + label-Approved = +0..+1 group openstack-infra-packagers + workInProgress = group openstack-infra-packagers +[access "refs/tags/*"] + create = group openstack-infra-packagers + pushTag = group openstack-infra-packagers +[receive] + requireChangeId = true + requireContributorAgreement = true +[submit] + mergeContent = true diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index f4e634be5b..ed829144a3 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -347,6 +347,12 @@ projects: periodic: - periodic-test + - name: openstack-infra/zuul-packaging + check: + - gate-noop + gate: + - gate-noop + - name: openstack-infra/askbot-theme check: - gate-noop diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index 9fc699ce29..8bbf9564cd 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -104,6 +104,9 @@ description: Jenkins plugin to publish build events via ZMQ PUB SUB. upstream: git://github.com/cboylan/zmq-event-publisher.git - project: openstack-infra/zuul +- project: openstack-infra/zuul-packaging + upstream: git://github.com/pabelanger/zuul-packaging.git + description: Zuul packaging - project: openstack/api-site - project: openstack/ceilometer - project: openstack/cinder