From ca21bda79c3d52e79c38f764884e163b4aae3046 Mon Sep 17 00:00:00 2001 From: Steven Webster Date: Wed, 7 Sep 2022 08:51:09 -0400 Subject: [PATCH] Add STS-Silicom app to StarlingX The STS-Silicom app is intended to be used to configure PTP/SyncE configurations on certain NICs from the Silicom vendor. Story: 2010213 Task: 46215 Signed-off-by: Steven Webster Change-Id: Ie6bf611af6f6e61aefd54dbfeed61896c98b437b --- gerrit/acls/starlingx/app-sts-silicom.config | 18 ++++++++++++++++++ gerrit/projects.yaml | 5 +++++ zuul/main.yaml | 1 + 3 files changed, 24 insertions(+) create mode 100644 gerrit/acls/starlingx/app-sts-silicom.config diff --git a/gerrit/acls/starlingx/app-sts-silicom.config b/gerrit/acls/starlingx/app-sts-silicom.config new file mode 100644 index 0000000000..8049a27d37 --- /dev/null +++ b/gerrit/acls/starlingx/app-sts-silicom.config @@ -0,0 +1,18 @@ +[access "refs/for/refs/*"] +pushMerge = group starlingx-release + +[access "refs/heads/*"] +abandon = group starlingx-app-sts-silicom-core +create = group starlingx-release +label-Code-Review = -2..+2 group starlingx-app-sts-silicom-core +label-Workflow = -1..+1 group starlingx-app-sts-silicom-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 a8f1010fc3..6666935193 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -6193,6 +6193,11 @@ use-storyboard: true groups: - starlingx +- project: starlingx/app-sts-silicom + description: StarlingX STS Silicom app + use-storyboard: true + groups: + - starlingx - project: starlingx/audit-armada-app description: StarlingX Audit App use-storyboard: true diff --git a/zuul/main.yaml b/zuul/main.yaml index 904451bab7..6615453cc6 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -993,6 +993,7 @@ - starlingx/app-istio - starlingx/app-kubevirt - starlingx/app-sriov-fec-operator + - starlingx/app-sts-silicom - starlingx/audit-armada-app - starlingx/cert-manager-armada-app - starlingx/clients