Merge "Project configuration for cachemonkey"

This commit is contained in:
Jenkins 2014-06-18 17:44:31 +00:00 committed by Gerrit Code Review
commit 7c7593aa8b
4 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[access "refs/heads/*"]
label-Code-Review = -2..+2 group cachemonkey-core
label-Workflow = -1..+1 group cachemonkey-core
abandon = group cachemonkey-core
[access "refs/tags/*"]
pushSignedTag = group cachemonkey-ptl
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -2731,3 +2731,12 @@
jobs:
- python-jobs
- project:
name: cachemonkey
github-org: stackforge
node: bare-precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs

View File

@ -495,6 +495,9 @@
acl-config: /home/gerrit2/acls/stackforge/blazar.config
- project: stackforge/bufunfa
upstream: git://github.com/ekarlso/bufunfa.git
- project: stackforge/cachemonkey
description: Image pre-caching controller service
upstream: git://github.com/bdelliott/cachemonkey.git
- project: stackforge/cl-openstack-client
description: Common Lisp OpenStack client libraries
upstream: git://github.com/jd/cl-openstack-client.git

View File

@ -3143,6 +3143,18 @@ projects:
release:
- blazar-nova-tarball
- name: stackforge/cachemonkey
check:
- gate-cachemonkey-pep8
- gate-cachemonkey-python26
- gate-cachemonkey-python27
gate:
- gate-cachemonkey-pep8
- gate-cachemonkey-python26
- gate-cachemonkey-python27
post:
- cachemonkey-coverage
- name: stackforge/cl-openstack-client
check:
- gate-cl-openstack-client-run-tests