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.messaging
|
||||
- openstack/oslo.rootwrap
|
||||
- openstack/oslo.serialization
|
||||
- openstack/oslosphinx
|
||||
- openstack/oslo-specs
|
||||
- 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
|
||||
- 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:
|
||||
name: oslo.utils
|
||||
github-org: openstack
|
||||
|
@ -381,6 +381,9 @@
|
||||
- project: openstack/oslo.rootwrap
|
||||
docimpact-group: openstack-manuals
|
||||
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
|
||||
group: oslo
|
||||
upstream: git://github.com/dims/oslo.utils.git
|
||||
|
@ -634,6 +634,8 @@ jobs:
|
||||
voting: false
|
||||
- name: gate-murano-dashboard-requirements
|
||||
voting: false
|
||||
- name: gate-oslo.serialization-docs
|
||||
voting: false
|
||||
- name: gate-oslo.utils-docs
|
||||
voting: false
|
||||
- name: gate-oslo.utils-python33
|
||||
@ -2039,6 +2041,18 @@ projects:
|
||||
- check-tripleo-ironic-undercloud-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
|
||||
template:
|
||||
- name: python-jobs
|
||||
|
Loading…
Reference in New Issue
Block a user