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
|
- x-vrif-minus-2
|
||||||
projects:
|
projects:
|
||||||
- openstack/barbican
|
- openstack/barbican
|
||||||
|
- openstack/barbican-specs
|
||||||
- openstack/python-barbicanclient
|
- openstack/python-barbicanclient
|
||||||
- stackforge/kite
|
- stackforge/kite
|
||||||
- stackforge/python-kiteclient
|
- 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:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: barbican-specs
|
||||||
|
github-org: openstack
|
||||||
|
node: bare-precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- gate-{name}-docs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: python-barbicanclient
|
name: python-barbicanclient
|
||||||
github-org: openstack
|
github-org: openstack
|
||||||
|
@ -215,6 +215,9 @@
|
|||||||
- project: openstack/barbican
|
- project: openstack/barbican
|
||||||
description: Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack environments.
|
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
|
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
|
||||||
- project: openstack/ceilometer-specs
|
- project: openstack/ceilometer-specs
|
||||||
group: ceilometer
|
group: ceilometer
|
||||||
|
@ -676,6 +676,12 @@ projects:
|
|||||||
post:
|
post:
|
||||||
- barbican-branch-tarball
|
- barbican-branch-tarball
|
||||||
|
|
||||||
|
- name: openstack/barbican-specs
|
||||||
|
check:
|
||||||
|
- gate-barbican-specs-docs
|
||||||
|
gate:
|
||||||
|
- gate-barbican-specs-docs
|
||||||
|
|
||||||
- name: openstack/ceilometer
|
- name: openstack/ceilometer
|
||||||
template:
|
template:
|
||||||
- name: python-jobs
|
- name: python-jobs
|
||||||
|
Loading…
Reference in New Issue
Block a user