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 <thaleselero.cervi@windriver.com>
Change-Id: I3195abfc9ef5b156b5a8591b1d6b595c76081658
This commit is contained in:
Thales Elero Cervi 2023-03-30 15:39:28 -03:00
parent 9660ec9f19
commit fa0b4305eb
3 changed files with 25 additions and 0 deletions

View File

@ -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

View File

@ -6523,6 +6523,12 @@
use-storyboard: true use-storyboard: true
groups: groups:
- starlingx - 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 - project: starlingx/zuul-jobs
description: StarlingX Zuul playbooks, roles and related scripts description: StarlingX Zuul playbooks, roles and related scripts
use-storyboard: true use-storyboard: true

View File

@ -1077,6 +1077,7 @@
- starlingx/utilities - starlingx/utilities
- starlingx/utils - starlingx/utils
- starlingx/vault-armada-app - starlingx/vault-armada-app
- starlingx/virt
- starlingx/zuul-jobs - starlingx/zuul-jobs
- ttygroup/boartty - ttygroup/boartty
- ttygroup/gertty - ttygroup/gertty