diff --git a/gerrit/acls/openstack/ci-cd-pipeline-app-murano.config b/gerrit/acls/openstack/ci-cd-pipeline-app-murano.config new file mode 100644 index 0000000000..99140fcc2f --- /dev/null +++ b/gerrit/acls/openstack/ci-cd-pipeline-app-murano.config @@ -0,0 +1,13 @@ +[access "refs/heads/*"] +abandon = group ci-cd-pipeline-app-murano-core +create = group ci-cd-pipeline-app-murano-release +label-Code-Review = -2..+2 group ci-cd-pipeline-app-murano-core +label-Verified = -1..+1 group ci-cd-pipeline-app-murano-ci +label-Workflow = -1..+1 group ci-cd-pipeline-app-murano-core + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 1ba548abf9..0c044e1989 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1063,6 +1063,9 @@ - swift-storage (Juju Charms Collection) options: - delay-release +- project: openstack/ci-cd-pipeline-app-murano + description: Collection of applications for CI-CD pipeline + upstream: https://github.com/skraynev/ci-cd-pipeline-app-murano - project: openstack/cinder description: OpenStack Block Storage (Cinder) options: diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 5d675d36d5..d3d97b6e69 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -4965,6 +4965,11 @@ projects: - name: merge-check - name: python-charm-jobs + - name: openstack/ci-cd-pipeline-app-murano + template: + - name: merge-check + - name: noop-jobs + - name: openstack/cinder template: - name: merge-check