Import oslo.db repository
oslo.db library is graduating from the oslo-incubator so it should be imported as a stand-alone project. Change-Id: I8ce4d0936d0ac036a031c8e30506ef4ef27c79f9 blueprint: oslo-db-lib
This commit is contained in:
parent
54d33e020e
commit
579cde1750
@ -0,0 +1,16 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group oslo-db-core
|
||||
label-Workflow = -1..+1 group oslo-db-core
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group oslo-milestone
|
||||
label-Workflow = -1..+1 group oslo-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group oslo-db-core
|
||||
pushSignedTag = group oslo-db-core
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -743,6 +743,19 @@
|
||||
- pypi-jobs
|
||||
- oslotest-cross-test
|
||||
|
||||
- project:
|
||||
name: oslo.db
|
||||
github-org: openstack
|
||||
node: bare-precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
doc-publisher-site: docs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- openstack-publish-jobs
|
||||
- pypi-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: oslo.messaging
|
||||
github-org: openstack
|
||||
|
@ -294,6 +294,10 @@
|
||||
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.config
|
||||
docimpact-group: openstack-manuals
|
||||
- project: openstack/oslo.db
|
||||
description: OpenStack Common DB Code
|
||||
group: oslo
|
||||
upstream: git://github.com/malor/oslo.db.git
|
||||
- project: openstack/oslo.messaging
|
||||
docimpact-group: openstack-manuals
|
||||
upstream: git://github.com/markmc/oslo.messaging.git
|
||||
|
@ -1846,6 +1846,37 @@ projects:
|
||||
- post-mirror-python27
|
||||
- post-mirror-python33
|
||||
|
||||
- name: openstack/oslo.db
|
||||
template:
|
||||
- name: python-jobs
|
||||
- name: openstack-server-publish-jobs
|
||||
- name: check-requirements
|
||||
- name: integrated-gate
|
||||
check:
|
||||
- check-devstack-dsvm-cells
|
||||
- gate-tempest-dsvm-large-ops
|
||||
- check-tempest-dsvm-postgres-full
|
||||
- gate-tempest-dsvm-neutron-large-ops
|
||||
gate:
|
||||
- gate-devstack-dsvm-cells
|
||||
- gate-tempest-dsvm-large-ops
|
||||
- check-tempest-dsvm-postgres-full
|
||||
- gate-tempest-dsvm-neutron-large-ops
|
||||
experimental-tripleo:
|
||||
- check-tripleo-seed-precise
|
||||
- check-tripleo-ironic-seed-precise
|
||||
- check-tripleo-undercloud-precise
|
||||
- check-tripleo-ironic-undercloud-precise
|
||||
- check-tripleo-overcloud-precise
|
||||
pre-release:
|
||||
- oslo.db-tarball
|
||||
release:
|
||||
- oslo.db-tarball:
|
||||
- oslo.db-pypi-upload:
|
||||
- post-mirror-python26
|
||||
- post-mirror-python27
|
||||
|
||||
|
||||
- name: openstack/oslo.messaging
|
||||
template:
|
||||
- name: python-jobs
|
||||
|
Loading…
x
Reference in New Issue
Block a user