From 8b8e4712543ce86bfecb0e7f9c3a8e8698e13bdd Mon Sep 17 00:00:00 2001 From: Ildiko Vancsa Date: Tue, 2 Oct 2018 09:46:06 +0200 Subject: [PATCH] Create stx-governance repository Creating a new governance repository for StarlingX to be able to review and store the documents appropriately. The core group for the repository is the StarlingX Technical Steering Committee. Change-Id: I9d99f336787b68e196d9127312914342a1c2a877 --- gerrit/acls/openstack/stx-governance.config | 37 +++++++++++++++++++++ gerrit/projects.yaml | 8 +++++ zuul/main.yaml | 1 + 3 files changed, 46 insertions(+) create mode 100644 gerrit/acls/openstack/stx-governance.config diff --git a/gerrit/acls/openstack/stx-governance.config b/gerrit/acls/openstack/stx-governance.config new file mode 100644 index 0000000000..1547883b68 --- /dev/null +++ b/gerrit/acls/openstack/stx-governance.config @@ -0,0 +1,37 @@ +[access "refs/heads/*"] +abandon = group Change Owner +abandon = group Project Bootstrappers +abandon = group stx-tech-steering-committee-secretary +exclusiveGroupPermissions = abandon label-Workflow +label-Rollcall-Vote = -1..+1 group stx-tech-steering-committee +label-Workflow = -1..+0 group Change Owner +label-Workflow = -1..+1 group Project Bootstrappers +label-Workflow = -1..+1 group stx-tech-steering-committee-secretary + +[access "refs/tags/*"] +pushSignedTag = group stx-tech-steering-committee-secretary + +[label "Code-Review"] +copyAllScoresOnTrivialRebase = true +defaultValue = 0 +function = NoOp +value = -2 Unused -2 +value = -1 This patch needs further work before it can be merged +value = 0 No score +value = +1 Looks good to me +value = +2 Unused +2 + +[label "Rollcall-Vote"] +copyAllScoresOnTrivialRebase = true +defaultValue = 0 +function = NoOp +value = -1 No +value = 0 Abstain +value = +1 Yes + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 0901c994de..cfffe1cac5 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -6999,6 +6999,14 @@ cgit-alias: site: git.starlingx.io path: stx-fault +- project: openstack/stx-governance + description: StarlingX Governance Documentation + use-storyboard: true + groups: + - starlingx + cgit-alias: + site: git.starlingx.io + path: stx-governance - project: openstack/stx-gplv2 description: StarlingX GPLv2 licensed upstream packaging use-storyboard: true diff --git a/zuul/main.yaml b/zuul/main.yaml index f44896b776..6859fb5b09 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1320,6 +1320,7 @@ - openstack/stx-distcloud-client - openstack/stx-docs - openstack/stx-fault + - openstack/stx-governance - openstack/stx-gplv2 - openstack/stx-gplv3 - openstack/stx-gui