Create an oslo-specs repository
Change-Id: If62a5db448414bf18a28d69118b3b51eb5f13a38
This commit is contained in:
parent
0d5da145b9
commit
8ef31fe637
@ -710,6 +710,7 @@ openstack-oslo:
|
||||
- openstack/oslo.messaging
|
||||
- openstack/oslo.rootwrap
|
||||
- openstack/oslosphinx
|
||||
- openstack/oslo-specs
|
||||
- openstack/oslo.test
|
||||
- openstack/oslo.version
|
||||
- openstack/oslo.vmware
|
||||
|
@ -0,0 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group oslo-specs-core
|
||||
label-Workflow = -1..+1 group oslo-specs-core
|
||||
abandon = group oslo-specs-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -843,6 +843,16 @@
|
||||
- python-jobs
|
||||
- openstack-publish-jobs
|
||||
|
||||
- project:
|
||||
name: oslo-specs
|
||||
github-org: openstack
|
||||
node: bare-precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- gate-{name}-python27
|
||||
- gate-{name}-docs
|
||||
|
||||
|
||||
- project:
|
||||
name: python-ceilometerclient
|
||||
|
@ -298,6 +298,9 @@
|
||||
group: oslo
|
||||
docimpact-group: openstack-manuals
|
||||
description: Part of OpenStack's Oslo project. New Oslo APIs go through an incubation phase in this repository before being released as part of a proper Python library.
|
||||
- project: openstack/oslo-specs
|
||||
group: oslo
|
||||
upstream: git://github.com/dhellmann/oslo-specs.git
|
||||
- project: openstack/oslo.config
|
||||
docimpact-group: openstack-manuals
|
||||
- project: openstack/oslo.db
|
||||
|
@ -1845,6 +1845,14 @@ projects:
|
||||
gate:
|
||||
- gate-oslo-incubator-python33
|
||||
|
||||
- name: openstack/oslo-specs
|
||||
check:
|
||||
- gate-oslo-specs-python27
|
||||
- gate-oslo-specs-docs
|
||||
gate:
|
||||
- gate-oslo-specs-python27
|
||||
- gate-oslo-specs-docs
|
||||
|
||||
- name: openstack/oslo.config
|
||||
template:
|
||||
- name: python-jobs
|
||||
|
Loading…
x
Reference in New Issue
Block a user