Project configuration for cachemonkey

Adds config for stackforge/cachemonkey project.

Change-Id: Ida41026c42bcccf3df17c5ab221731fecc8ad404
This commit is contained in:
Brian Elliott 2014-05-29 14:48:28 -05:00
parent 0a23df5a98
commit 05f7c12349
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

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

View File

@ -472,6 +472,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

@ -3448,6 +3448,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