From 63ac697c8cf992876e127f37fa3714e9db7a94b2 Mon Sep 17 00:00:00 2001 From: Lakshmi N Sampath Date: Thu, 6 Mar 2014 17:21:41 -0800 Subject: [PATCH] Add new project graffiti Change-Id: I6df277ab758f2e5ebd0267f7e7ace190122a000f --- .../files/gerrit/acls/stackforge/graffiti.config | 13 +++++++++++++ .../jenkins_job_builder/config/projects.yaml | 8 ++++++++ .../openstack_project/files/review.projects.yaml | 2 ++ modules/openstack_project/files/zuul/layout.yaml | 16 ++++++++++++++++ 4 files changed, 39 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/stackforge/graffiti.config diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/graffiti.config b/modules/openstack_project/files/gerrit/acls/stackforge/graffiti.config new file mode 100644 index 0000000000..db5d49ecdd --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/graffiti.config @@ -0,0 +1,13 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group graffiti-core + label-Approved = +0..+1 group graffiti-core + workInProgress = group graffiti-core + create = group graffiti-core +[access "refs/tags/*"] + create = group graffiti-ptl + pushTag = group graffiti-ptl +[receive] + requireChangeId = true + requireContributorAgreement = true +[submit] + mergeContent = true 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 7c9fa12c55..7ad4d470e5 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -11,6 +11,14 @@ - gate-{name}-pylint - translation-jobs +- project: + name: graffiti + github-org: stackforge + node: bare-precise + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs - project: name: mistral diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index 1180ed08fc..769880e963 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -542,6 +542,8 @@ description: Google Compute Engine API support for OpenStack - project: stackforge/golang-client description: OpenStack API client for golang +- project: stackforge/graffiti + description: Cloud Capability Service - project: stackforge/healthnmon description: Healthnmon aims to deliver 'Cloud Resource Monitor', an extensible service to OpenStack Cloud Operating system by providing monitoring service for Cloud Resources and Infrastructure with a pluggable framework for 'Inventory Management', 'Alerts and notifications' and 'Utilization Data. upstream: git://github.com/healthnmon/healthnmon.git diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index c8247a76e2..2724d72dcf 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -4580,3 +4580,19 @@ projects: - gate-python-openstacksdk-python27 - gate-python-openstacksdk-python33 - gate-python-openstacksdk-pypy + + - name: stackforge/graffiti + check: + - gate-graffiti-docs + - gate-graffiti-pep8 + - gate-graffiti-python26 + - gate-graffiti-python27 + - gate-graffiti-python33 + gate: + - gate-graffiti-docs + - gate-graffiti-pep8 + - gate-graffiti-python26 + - gate-graffiti-python27 + - gate-graffiti-python33 + post: + - graffiti-coverage