Merge "Project configuration for cachemonkey"
This commit is contained in:
commit
7c7593aa8b
@ -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
|
@ -2731,3 +2731,12 @@
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: cachemonkey
|
||||
github-org: stackforge
|
||||
node: bare-precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user