Adding barbican-specs to infra configs
Change-Id: I971611a13e2c65b191ed269d4de26f760a94e1fd
This commit is contained in:
parent
aac34ce01b
commit
38dc5fab4e
@ -382,6 +382,7 @@ openstack-barbican:
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- openstack/barbican
|
||||
- openstack/barbican-specs
|
||||
- openstack/python-barbicanclient
|
||||
- stackforge/kite
|
||||
- stackforge/python-kiteclient
|
||||
|
@ -0,0 +1,9 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group barbican-core
|
||||
label-Workflow = -1..+1 group barbican-core
|
||||
abandon = group barbican-core
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2044,6 +2044,15 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: barbican-specs
|
||||
github-org: openstack
|
||||
node: bare-precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- gate-{name}-docs
|
||||
|
||||
- project:
|
||||
name: python-barbicanclient
|
||||
github-org: openstack
|
||||
|
@ -215,6 +215,9 @@
|
||||
- project: openstack/barbican
|
||||
description: Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack environments.
|
||||
upstream: git://github.com/cloudkeep/barbican.git
|
||||
- project: openstack/barbican-specs
|
||||
description: Blueprints for the barbican project
|
||||
upstream: git://github.com/jarretraim/barbican-specs.git
|
||||
- project: openstack/ceilometer
|
||||
- project: openstack/ceilometer-specs
|
||||
group: ceilometer
|
||||
|
@ -676,6 +676,12 @@ projects:
|
||||
post:
|
||||
- barbican-branch-tarball
|
||||
|
||||
- name: openstack/barbican-specs
|
||||
check:
|
||||
- gate-barbican-specs-docs
|
||||
gate:
|
||||
- gate-barbican-specs-docs
|
||||
|
||||
- name: openstack/ceilometer
|
||||
template:
|
||||
- name: python-jobs
|
||||
|
Loading…
Reference in New Issue
Block a user