From 566195923d30ae123f506a5dc8300e1667238815 Mon Sep 17 00:00:00 2001 From: Endre Karlson Date: Wed, 8 May 2013 09:57:00 +0200 Subject: [PATCH] Add BillingStack Change-Id: I4860ee54a3f3975c685bc944294ce277b0749364 Reviewed-on: https://review.openstack.org/28511 Reviewed-by: Jeremy Stanley Approved: Jeremy Stanley Tested-by: Jenkins --- .../acls/stackforge/billingstack.config | 11 ++++++++++ .../jenkins_job_builder/config/projects.yaml | 14 ++++++++++++ .../openstack_project/files/zuul/layout.yaml | 22 +++++++++++++++++++ .../templates/review.projects.yaml.erb | 3 +++ 4 files changed, 50 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/stackforge/billingstack.config diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/billingstack.config b/modules/openstack_project/files/gerrit/acls/stackforge/billingstack.config new file mode 100644 index 0000000000..b12da20eb1 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/billingstack.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group billingstack-core + label-Approved = +0..+1 group billingstack-core +[access "refs/tags/*"] + create = group billingstack-milestone + pushTag = group billingstack-milestone +[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 00f44ee42c..947f1dbb84 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -619,6 +619,20 @@ - pypi-jobs +- project: + name: billingstack + github-org: stackforge + node: quantal + tarball-site: tarballs.openstack.org + rtfd-id: 6367 + + jobs: + - python-jobs + - hook-{name}-rtfd + - gate-{name}-pyflakes + - pypi-jobs + + - project: name: packstack github-org: stackforge diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index d88c4863f0..1ccf5aa259 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1218,6 +1218,28 @@ projects: - python-monikerclient-tarball: - python-monikerclient-pypi-upload + - name: stackforge/billingstack + check: + - gate-billingstack-pyflakes + - gate-billingstack-pep8 + - gate-billingstack-python26 + - gate-billingstack-python27 + gate: + - gate-billingstack-pep8 + - gate-billingstack-pyflakes + - gate-billingstack-python26 + - gate-billingstack-python27 + post: + - hook-billingstack-rtfd + - billingstack-coverage + - billingstack-branch-tarball + pre-release: + - billingstack-tarball + release: + - billingstack-tarball: + - billingstack-pypi-upload + + - name: stackforge/bufunfa check: - gate-bufunfa-pep8 diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index ff00742774..e4fdc784fb 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -109,6 +109,9 @@ - project: stackforge/python-libraclient - project: stackforge/marconi - project: stackforge/moniker +- project: stackforge/billingstack + upstream: git://github.com/billingstack/billingstack + description: Billing software - project: stackforge/python-monikerclient - project: stackforge/python-reddwarfclient - project: stackforge/reddwarf