diff --git a/gerrit/acls/starlingx/app-security-profiles-operator.config b/gerrit/acls/starlingx/app-security-profiles-operator.config new file mode 100644 index 0000000000..7a02a0de2a --- /dev/null +++ b/gerrit/acls/starlingx/app-security-profiles-operator.config @@ -0,0 +1,18 @@ +[access "refs/for/refs/*"] +pushMerge = group starlingx-release + +[access "refs/heads/*"] +abandon = group starlingx-app-security-profiles-operator-core +create = group starlingx-release +label-Code-Review = -2..+2 group starlingx-app-security-profiles-operator-core +label-Workflow = -1..+1 group starlingx-app-security-profiles-operator-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 6db8d67780..0f62f1d59b 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -6201,6 +6201,11 @@ use-storyboard: true groups: - starlingx +- project: starlingx/app-security-profiles-operator + description: StarlingX Security Profiles Operator app + use-storyboard: true + groups: + - starlingx - project: starlingx/app-sriov-fec-operator description: StarlingX SR-IOV FEC Operator app use-storyboard: true diff --git a/zuul/main.yaml b/zuul/main.yaml index e21433ea69..305b0e3bb0 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -995,6 +995,7 @@ - starlingx/app-istio - starlingx/app-kubevirt - starlingx/app-oran-o2 + - starlingx/app-security-profiles-operator - starlingx/app-sriov-fec-operator - starlingx/app-sts-silicom - starlingx/audit-armada-app