Merge "Import oslo.db repository"
This commit is contained in:
commit
3d7ba27772
@ -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
|
@ -744,6 +744,19 @@
|
|||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
- oslotest-cross-test
|
- 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:
|
- project:
|
||||||
name: oslo.messaging
|
name: oslo.messaging
|
||||||
github-org: openstack
|
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.
|
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
|
- project: openstack/oslo.config
|
||||||
docimpact-group: openstack-manuals
|
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
|
- project: openstack/oslo.messaging
|
||||||
docimpact-group: openstack-manuals
|
docimpact-group: openstack-manuals
|
||||||
upstream: git://github.com/markmc/oslo.messaging.git
|
upstream: git://github.com/markmc/oslo.messaging.git
|
||||||
|
@ -1849,6 +1849,37 @@ projects:
|
|||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
- post-mirror-python33
|
- 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
|
- name: openstack/oslo.messaging
|
||||||
template:
|
template:
|
||||||
- name: python-jobs
|
- name: python-jobs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user