From fa0b4305ebc22573de676e01c58b4c5967acc2fb Mon Sep 17 00:00:00 2001 From: Thales Elero Cervi Date: Thu, 30 Mar 2023 15:39:28 -0300 Subject: [PATCH] Add virtualization (virt) repo to StarlingX This new repository will be the new place to store code related to StarlingX virtualization packages and tools. It will be the result of splitting the virt directory from starlingx/integ in order to separate the virtualization stack from it. Signed-off-by: Thales Elero Cervi Change-Id: I3195abfc9ef5b156b5a8591b1d6b595c76081658 --- gerrit/acls/starlingx/virt.config | 18 ++++++++++++++++++ gerrit/projects.yaml | 6 ++++++ zuul/main.yaml | 1 + 3 files changed, 25 insertions(+) create mode 100644 gerrit/acls/starlingx/virt.config diff --git a/gerrit/acls/starlingx/virt.config b/gerrit/acls/starlingx/virt.config new file mode 100644 index 0000000000..7112e578e4 --- /dev/null +++ b/gerrit/acls/starlingx/virt.config @@ -0,0 +1,18 @@ +[access "refs/for/refs/*"] +pushMerge = group starlingx-release + +[access "refs/heads/*"] +abandon = group starlingx-virt-core +create = group starlingx-release +label-Code-Review = -2..+2 group starlingx-virt-core +label-Workflow = -1..+1 group starlingx-virt-core + +[access "refs/tags/*"] +createSignedTag = group starlingx-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = True diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 88588ad0f9..8f5ae2dec0 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -6523,6 +6523,12 @@ use-storyboard: true groups: - starlingx +- project: starlingx/virt + description: StarlingX Virtualization tools + use-storyboard: true + upstream: https://github.com/slittle1/stx-virt.git + groups: + - starlingx - project: starlingx/zuul-jobs description: StarlingX Zuul playbooks, roles and related scripts use-storyboard: true diff --git a/zuul/main.yaml b/zuul/main.yaml index a6a13e8dc2..383cdd5b3d 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1077,6 +1077,7 @@ - starlingx/utilities - starlingx/utils - starlingx/vault-armada-app + - starlingx/virt - starlingx/zuul-jobs - ttygroup/boartty - ttygroup/gertty