Create git repo and jenkins jobs for oslo.serialization
oslo.serialization library is graduating from the oslo-incubator so it should be imported as a stand-alone project under Oslo program. Change-Id: Iaf79e6febf22b5acb3fb299aa15cb56616b6d5c0
This commit is contained in:
parent
98b2d76499
commit
b18f33d1ff
@ -762,6 +762,7 @@ openstack-oslo:
|
|||||||
- openstack/oslo-incubator
|
- openstack/oslo-incubator
|
||||||
- openstack/oslo.messaging
|
- openstack/oslo.messaging
|
||||||
- openstack/oslo.rootwrap
|
- openstack/oslo.rootwrap
|
||||||
|
- openstack/oslo.serialization
|
||||||
- openstack/oslosphinx
|
- openstack/oslosphinx
|
||||||
- openstack/oslo-specs
|
- openstack/oslo-specs
|
||||||
- openstack/oslotest
|
- openstack/oslotest
|
||||||
|
@ -0,0 +1,14 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group oslo-core
|
||||||
|
label-Code-Review = -2..+2 group oslo-core
|
||||||
|
label-Workflow = -1..+1 group oslo-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group oslo-ptl
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -1056,6 +1056,18 @@
|
|||||||
- python-jobs
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: oslo.serialization
|
||||||
|
github-org: openstack
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
doc-publisher-site: docs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- openstack-publish-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: oslo.utils
|
name: oslo.utils
|
||||||
github-org: openstack
|
github-org: openstack
|
||||||
|
@ -381,6 +381,9 @@
|
|||||||
- 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.serialization
|
||||||
|
group: oslo
|
||||||
|
upstream: https://github.com/cybertron/oslo.serialization.git
|
||||||
- project: openstack/oslo.utils
|
- project: openstack/oslo.utils
|
||||||
group: oslo
|
group: oslo
|
||||||
upstream: git://github.com/dims/oslo.utils.git
|
upstream: git://github.com/dims/oslo.utils.git
|
||||||
|
@ -634,6 +634,8 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: gate-murano-dashboard-requirements
|
- name: gate-murano-dashboard-requirements
|
||||||
voting: false
|
voting: false
|
||||||
|
- name: gate-oslo.serialization-docs
|
||||||
|
voting: false
|
||||||
- name: gate-oslo.utils-docs
|
- name: gate-oslo.utils-docs
|
||||||
voting: false
|
voting: false
|
||||||
- name: gate-oslo.utils-python33
|
- name: gate-oslo.utils-python33
|
||||||
@ -2039,6 +2041,18 @@ projects:
|
|||||||
- check-tripleo-ironic-undercloud-precise-nonha
|
- check-tripleo-ironic-undercloud-precise-nonha
|
||||||
- check-tripleo-novabm-overcloud-precise-nonha
|
- check-tripleo-novabm-overcloud-precise-nonha
|
||||||
|
|
||||||
|
- name: openstack/oslo.serialization
|
||||||
|
template:
|
||||||
|
- name: python-jobs
|
||||||
|
- name: openstack-server-publish-jobs
|
||||||
|
- name: check-requirements
|
||||||
|
- name: integrated-gate
|
||||||
|
- name: publish-to-pypi
|
||||||
|
check:
|
||||||
|
- gate-oslo.utils-python33
|
||||||
|
gate:
|
||||||
|
- gate-oslo.utils-python33
|
||||||
|
|
||||||
- name: openstack/oslo.utils
|
- name: openstack/oslo.utils
|
||||||
template:
|
template:
|
||||||
- name: python-jobs
|
- name: python-jobs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user