From f663c7f660fb01ea13b67a47e79b8b1b51506ba9 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Thu, 3 Jan 2013 14:26:16 -0800 Subject: [PATCH] add gearman-plugin project to openstack-infra Modified zuul, jenkins job builder, gerrit project list and gerrit bot. Change-Id: I6467f5b1c6fb40e6e186280eefe78d14987bd872 Reviewed-on: https://review.openstack.org/18918 Reviewed-by: Jeremy Stanley Reviewed-by: Clark Boylan Approved: James E. Blair Reviewed-by: James E. Blair Tested-by: Jenkins --- modules/gerritbot/files/gerritbot_channel_config.yaml | 1 + .../gerrit/acls/openstack-infra/gearman-plugin.config | 11 +++++++++++ .../files/jenkins_job_builder/config/projects.yaml | 7 +++++++ modules/openstack_project/files/zuul/layout.yaml | 6 ++++++ 4 files changed, 25 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/openstack-infra/gearman-plugin.config 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