diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index 80ab7ddf57..8dcf8c2f52 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -17,6 +17,7 @@ openstack-infra: - openstack-infra/meetbot - openstack-infra/nose-html-output - openstack-infra/zuul + - openstack-infra/gearman-plugin branches: - master diff --git a/modules/openstack_project/files/gerrit/acls/openstack-infra/gearman-plugin.config b/modules/openstack_project/files/gerrit/acls/openstack-infra/gearman-plugin.config new file mode 100644 index 0000000000..c2666fc1ee --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/openstack-infra/gearman-plugin.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group openstack-ci-core + label-Approved = +0..+1 group openstack-ci-core + workInProgress = group openstack-ci-core +[project] + state = active +[receive] + requireChangeId = true + requireContributorAgreement = true +[submit] + mergeContent = true \ No newline at end of file diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml index c7aca4f460..ab83b640a9 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -73,6 +73,13 @@ - pypi-jobs +- project: + name: gearman-plugin + github-org: openstack-infra + node: precise + tarball-site: tarballs.openstack.org + + - project: name: git-review github-org: openstack-infra diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index e22940f6d9..96846ee232 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1028,3 +1028,9 @@ projects: - gate-noop gate: - gate-noop + + - name: openstack-infra/gearman-plugin + check: + - gate-noop + gate: + - gate-noop