diff --git a/gerrit/acls/starlingx/app-distributed-cloud.config b/gerrit/acls/starlingx/app-distributed-cloud.config new file mode 100644 index 0000000000..c7a400c997 --- /dev/null +++ b/gerrit/acls/starlingx/app-distributed-cloud.config @@ -0,0 +1,18 @@ +[access "refs/for/refs/*"] + pushMerge = group starlingx-release + +[access "refs/heads/*"] + abandon = group starlingx-app-distributed-cloud-core + create = group starlingx-release + label-Code-Review = -2..+2 group starlingx-app-distributed-cloud-core + label-Workflow = -1..+1 group starlingx-app-distributed-cloud-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 7ca80b7fce..a98c8fa67f 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -6407,6 +6407,11 @@ use-storyboard: true groups: - starlingx +- project: starlingx/app-distributed-cloud + description: StarlingX Distributed Cloud App + use-storyboard: true + groups: + - starlingx - project: starlingx/app-gen-tool description: StarlingX Application Generator Tool use-storyboard: true diff --git a/zuul/main.yaml b/zuul/main.yaml index b073fd0523..8294082bee 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1030,6 +1030,7 @@ - sardonic/sardonic - starlingx/ansible-playbooks - starlingx/app-dell-storage + - starlingx/app-distributed-cloud - starlingx/app-gen-tool - starlingx/app-harbor - starlingx/app-intel-device-plugins