Project configuration for cachemonkey
Adds config for stackforge/cachemonkey project. Change-Id: Ida41026c42bcccf3df17c5ab221731fecc8ad404
This commit is contained in:
parent
0a23df5a98
commit
05f7c12349
@ -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
|
@ -2569,3 +2569,12 @@
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: cachemonkey
|
||||||
|
github-org: stackforge
|
||||||
|
node: bare-precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
@ -472,6 +472,9 @@
|
|||||||
acl-config: /home/gerrit2/acls/stackforge/blazar.config
|
acl-config: /home/gerrit2/acls/stackforge/blazar.config
|
||||||
- project: stackforge/bufunfa
|
- project: stackforge/bufunfa
|
||||||
upstream: git://github.com/ekarlso/bufunfa.git
|
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
|
- project: stackforge/cl-openstack-client
|
||||||
description: Common Lisp OpenStack client libraries
|
description: Common Lisp OpenStack client libraries
|
||||||
upstream: git://github.com/jd/cl-openstack-client.git
|
upstream: git://github.com/jd/cl-openstack-client.git
|
||||||
|
@ -3448,6 +3448,18 @@ projects:
|
|||||||
release:
|
release:
|
||||||
- blazar-nova-tarball
|
- 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
|
- name: stackforge/cl-openstack-client
|
||||||
check:
|
check:
|
||||||
- gate-cl-openstack-client-run-tests
|
- gate-cl-openstack-client-run-tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user