Merge "Adds cloudbase-init to StackForge"
This commit is contained in:
commit
92cefe5185
@ -0,0 +1,14 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group cloudbase-init-core
|
||||||
|
label-Code-Review = -2..+2 group cloudbase-init-core
|
||||||
|
label-Workflow = -1..+1 group cloudbase-init-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group cloudbase-init-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -15,6 +15,14 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- 'gate-aviator-tests'
|
- 'gate-aviator-tests'
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: cloudbase-init
|
||||||
|
node: bare-trusty
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: freezer
|
name: freezer
|
||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise || bare-trusty'
|
||||||
|
@ -594,6 +594,9 @@
|
|||||||
- 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
|
||||||
|
- project: stackforge/cloudbase-init
|
||||||
|
description: Cross-platform instance initialization
|
||||||
|
upstream: git://github.com/cloudbase/cloudbase-init.git
|
||||||
- project: stackforge/cloudcafe
|
- project: stackforge/cloudcafe
|
||||||
upstream: https://github.com/samu4924/cloudcafe
|
upstream: https://github.com/samu4924/cloudcafe
|
||||||
description: OpenStack based test automation framework. Based on OpenCAFE engine
|
description: OpenStack based test automation framework. Based on OpenCAFE engine
|
||||||
|
@ -1906,6 +1906,22 @@ projects:
|
|||||||
- gate-git-upstream-pep8
|
- gate-git-upstream-pep8
|
||||||
- gate-git-upstream-python27
|
- gate-git-upstream-python27
|
||||||
|
|
||||||
|
- name: stackforge/cloudbase-init
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
check:
|
||||||
|
- gate-cloudbase-init-docs
|
||||||
|
- gate-cloudbase-init-pep8
|
||||||
|
- gate-cloudbase-init-python27
|
||||||
|
- gate-cloudbase-init-python33
|
||||||
|
gate:
|
||||||
|
- gate-cloudbase-init-docs
|
||||||
|
- gate-cloudbase-init-pep8
|
||||||
|
- gate-cloudbase-init-python27
|
||||||
|
- gate-cloudbase-init-python33
|
||||||
|
post:
|
||||||
|
- cloudbase-init-coverage
|
||||||
|
|
||||||
- name: stackforge/dox
|
- name: stackforge/dox
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Loading…
Reference in New Issue
Block a user