Create git repo and jenkins jobs for oslo.utils
oslo.utils library is graduating from the oslo-incubator so it should be imported as a stand-alone project. Change-Id: I5dbd9dd8ff2cb8d773604ec43230e327ac36d53a
This commit is contained in:
parent
8bf3764d9c
commit
084c041412
@ -756,6 +756,7 @@ openstack-oslo:
|
||||
- openstack/oslosphinx
|
||||
- openstack/oslo-specs
|
||||
- openstack/oslotest
|
||||
- openstack/oslo.utils
|
||||
- openstack/oslo.version
|
||||
- openstack/oslo.vmware
|
||||
- openstack/pycadf
|
||||
|
@ -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
|
@ -945,6 +945,18 @@
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: oslo.utils
|
||||
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.version
|
||||
github-org: openstack
|
||||
|
@ -372,6 +372,9 @@
|
||||
- project: openstack/oslo.rootwrap
|
||||
docimpact-group: openstack-manuals
|
||||
upstream: git://github.com/ttx/oslo.rootwrap.git
|
||||
- project: openstack/oslo.utils
|
||||
group: oslo
|
||||
upstream: git://github.com/dims/oslo.utils.git
|
||||
- project: openstack/oslo.version
|
||||
docimpact-group: openstack-manuals
|
||||
upstream: git://github.com/emonty/oslo.version.git
|
||||
|
@ -600,6 +600,10 @@ jobs:
|
||||
voting: false
|
||||
- name: gate-murano-dashboard-requirements
|
||||
voting: false
|
||||
- name: gate-oslo.utils-docs
|
||||
voting: false
|
||||
- name: gate-oslo.utils-python33
|
||||
voting: false
|
||||
- name: gate-oslo.vmware-docs
|
||||
voting: false
|
||||
- name: gate-oslo.vmware-requirements
|
||||
@ -1979,6 +1983,18 @@ projects:
|
||||
- check-tripleo-ironic-undercloud-precise
|
||||
- check-tripleo-overcloud-precise
|
||||
|
||||
- name: openstack/oslo.utils
|
||||
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.version
|
||||
template:
|
||||
- name: python-jobs
|
||||
|
Loading…
x
Reference in New Issue
Block a user