Merge "Import oslo.test repository"
This commit is contained in:
commit
1d0dfa3bb7
@ -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
|
||||
- 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
|
||||
|
@ -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
|
||||
|
@ -1911,6 +1911,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user