From 3af87cf9210e110f544f7fafc476ea08b1791e15 Mon Sep 17 00:00:00 2001 From: Alexey Khivin Date: Tue, 6 Sep 2016 17:01:35 +0300 Subject: [PATCH] Add jenkins-plugins-for-murano project to Openstack The goal of the project is to develop and maintain a set of Jenkins plugins that allows Jenkins to deploy Murano environments using Jenkins. This project is not a part of the Murano project because plugins works inside Jenkins. Change-Id: I68f6f1cf45a04bbf141871c095ce943c356cdf6a --- .../openstack/jenkins-plugins-for-murano.config | 13 +++++++++++++ gerrit/projects.yaml | 2 ++ zuul/layout.yaml | 5 +++++ 3 files changed, 20 insertions(+) create mode 100644 gerrit/acls/openstack/jenkins-plugins-for-murano.config diff --git a/gerrit/acls/openstack/jenkins-plugins-for-murano.config b/gerrit/acls/openstack/jenkins-plugins-for-murano.config new file mode 100644 index 0000000000..11554eef77 --- /dev/null +++ b/gerrit/acls/openstack/jenkins-plugins-for-murano.config @@ -0,0 +1,13 @@ +[access "refs/heads/*"] +abandon = group jenkins-plugins-for-murano-core +create = group jenkins-plugins-for-murano-release +label-Code-Review = -2..+2 group jenkins-plugins-for-murano-core +label-Verified = -1..+1 group jenkins-plugins-for-murano-ci +label-Workflow = -1..+1 group jenkins-plugins-for-murano-core + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index dc4ca98d9e..ad3307ada3 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -3414,6 +3414,8 @@ - project: openstack/jacket description: Jacket is for managing the heterogeneous cloud via OpenStack (VMware private cloud, AWS public cloud and so on). +- project: openstack/jenkins-plugins-for-murano + description: Set of Jenkins plugins for Murano - project: openstack/js-openstack-lib description: JavaScript API library for OpenStack. use-storyboard: true diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 2ce5cb796c..6e19349976 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -9753,6 +9753,11 @@ projects: - name: python-jobs - name: check-requirements + - name: openstack/jenkins-plugins-for-murano + template: + - name: merge-check + - name: noop-jobs + - name: openstack/js-openstack-lib template: - name: merge-check