Import oslo.test repository
oslo.test is graduating from the incubator and needs to be imported as a stand-alone project. bp graduate-oslo-test Change-Id: I7769934c2ebce46f9f364bab1a34be95f7452f49
This commit is contained in:
parent
9f894ece38
commit
f943bef1d1
@ -0,0 +1,17 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group oslo-core
|
||||||
|
label-Approved = +0..+1 group oslo-core
|
||||||
|
workInProgress = group oslo-core
|
||||||
|
[access "refs/heads/milestone-proposed"]
|
||||||
|
label-Code-Review = -2..+2 group oslo-milestone
|
||||||
|
label-Approved = +0..+1 group oslo-milestone
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
create = group oslo-core
|
||||||
|
pushTag = group oslo-core
|
||||||
|
[project]
|
||||||
|
state = active
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -736,6 +736,17 @@
|
|||||||
- python-jobs
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: oslo.test
|
||||||
|
github-org: openstack
|
||||||
|
node: precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
doc-publisher-site: docs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- openstack-publish-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: oslo.version
|
name: oslo.version
|
||||||
|
@ -241,6 +241,10 @@
|
|||||||
- project: openstack/oslo.rootwrap
|
- project: openstack/oslo.rootwrap
|
||||||
docimpact-group: openstack-manuals
|
docimpact-group: openstack-manuals
|
||||||
upstream: git://github.com/ttx/oslo.rootwrap.git
|
upstream: git://github.com/ttx/oslo.rootwrap.git
|
||||||
|
- project: openstack/oslo.test
|
||||||
|
description: OpenStack test classes
|
||||||
|
group: oslo
|
||||||
|
upstream: git://github.com/dhellmann/oslo.test.git
|
||||||
- project: openstack/oslo.version
|
- project: openstack/oslo.version
|
||||||
docimpact-group: openstack-manuals
|
docimpact-group: openstack-manuals
|
||||||
upstream: git://github.com/emonty/oslo.version.git
|
upstream: git://github.com/emonty/oslo.version.git
|
||||||
|
@ -1874,6 +1874,27 @@ projects:
|
|||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
- post-mirror-python33
|
- post-mirror-python33
|
||||||
|
|
||||||
|
- name: openstack/oslo.test
|
||||||
|
template:
|
||||||
|
- name: python-jobs
|
||||||
|
- name: openstack-server-publish-jobs
|
||||||
|
check:
|
||||||
|
- gate-oslo.test-python33
|
||||||
|
- gate-oslo.test-pypy
|
||||||
|
- gate-oslo.test-requirements
|
||||||
|
gate:
|
||||||
|
- gate-oslo.test-python33
|
||||||
|
- gate-oslo.test-pypy
|
||||||
|
- gate-oslo.test-requirements
|
||||||
|
pre-release:
|
||||||
|
- oslo.test-tarball
|
||||||
|
release:
|
||||||
|
- oslo.test-tarball:
|
||||||
|
- oslo.test-pypi-upload:
|
||||||
|
- post-mirror-python26
|
||||||
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: openstack/oslo.version
|
- name: openstack/oslo.version
|
||||||
template:
|
template:
|
||||||
- name: python-jobs
|
- name: python-jobs
|
||||||
|
Loading…
Reference in New Issue
Block a user