diff --git a/gerrit/acls/starlingx/jenkins-pipelines.config b/gerrit/acls/starlingx/jenkins-pipelines.config new file mode 100644 index 0000000000..db488541fa --- /dev/null +++ b/gerrit/acls/starlingx/jenkins-pipelines.config @@ -0,0 +1,18 @@ +[access "refs/for/refs/*"] +pushMerge = group starlingx-release + +[access "refs/heads/*"] +abandon = group starlingx-jenkins-pipelines-core +create = group starlingx-release +label-Code-Review = -2..+2 group starlingx-jenkins-pipelines-core +label-Workflow = -1..+1 group starlingx-jenkins-pipelines-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 bb3c6632b7..011441d57b 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -6289,6 +6289,12 @@ use-storyboard: true groups: - starlingx +- project: starlingx/jenkins-pipelines + description: Jenkins scripts for building StarlingX + use-storyboard: true + upstream: https://github.com/dpanech-wr/starlingx-jenkins-pipelines.git + groups: + - starlingx - project: starlingx/kernel description: StarlingX Linux kernel use-storyboard: true diff --git a/zuul/main.yaml b/zuul/main.yaml index 6602b101f1..8eef5006eb 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1013,6 +1013,7 @@ - starlingx/ha - starlingx/helm-charts - starlingx/integ + - starlingx/jenkins-pipelines - starlingx/kernel - starlingx/manifest - starlingx/meta-starlingx