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:
Doug Hellmann 2014-02-12 12:25:30 -08:00
parent 9f894ece38
commit f943bef1d1
4 changed files with 53 additions and 0 deletions

View File

@ -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

View File

@ -736,6 +736,17 @@
- python-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:
name: oslo.version

View File

@ -241,6 +241,10 @@
- project: openstack/oslo.rootwrap
docimpact-group: openstack-manuals
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
docimpact-group: openstack-manuals
upstream: git://github.com/emonty/oslo.version.git

View File

@ -1874,6 +1874,27 @@ projects:
- post-mirror-python27
- 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
template:
- name: python-jobs