diff --git a/gerrit/acls/openstack/publiccloud-sig.config b/gerrit/acls/openstack/publiccloud-sig.config new file mode 100644 index 0000000000..212e42ca70 --- /dev/null +++ b/gerrit/acls/openstack/publiccloud-sig.config @@ -0,0 +1,14 @@ +[access "refs/heads/*"] +abandon = group publiccloud-sig-core +label-Code-Review = -2..+2 group publiccloud-sig-core +label-Workflow = -1..+1 group publiccloud-sig-core + +[access "refs/tags/*"] +pushSignedTag = group publiccloud-sig-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/acls/openstack/publiccloud-wg.config b/gerrit/acls/openstack/publiccloud-wg.config deleted file mode 100644 index f1cbfdf0fe..0000000000 --- a/gerrit/acls/openstack/publiccloud-wg.config +++ /dev/null @@ -1,14 +0,0 @@ -[access "refs/heads/*"] -abandon = group publiccloud-wg-core -label-Code-Review = -2..+2 group publiccloud-wg-core -label-Workflow = -1..+1 group publiccloud-wg-core - -[access "refs/tags/*"] -pushSignedTag = group publiccloud-wg-release - -[receive] -requireChangeId = true -requireContributorAgreement = true - -[submit] -mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 0cf5545192..87b2feb6af 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -4412,10 +4412,10 @@ description: Source code for the PTG event scheduling bot groups: - openstack-ci -- project: openstack/publiccloud-wg - description: Public Cloud Working Group +- project: openstack/publiccloud-sig + description: Public Cloud SIG groups: - - openstack-publiccloud-wg + - openstack-publiccloud-sig - project: openstack/puppet-aodh description: OpenStack Aodh Puppet Module - project: openstack/puppet-barbican diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 05eeae87b8..f1566b50fc 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -1362,7 +1362,7 @@ openstack-merges: - openstack/project-config - openstack/project-team-guide - openstack/ptgbot - - openstack/publiccloud-wg + - openstack/publiccloud-sig - openstack/python-cinderclient - openstack/python-glanceclient - openstack/python-heatclient @@ -1676,7 +1676,7 @@ openstack-publiccloud: - patchset-created - change-merged projects: - - openstack/publiccloud-wg + - openstack/publiccloud-sig branches: - master diff --git a/zuul/main.yaml b/zuul/main.yaml index c20ab52451..567c1a5f31 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -764,7 +764,7 @@ - openstack/project-navigator-data - openstack/project-team-guide - openstack/ptgbot - - openstack/publiccloud-wg + - openstack/publiccloud-sig - openstack/puppet-aodh - openstack/puppet-barbican - openstack/puppet-ceilometer