Add publish-to-pypi-neutron template
This is required for the various networking- projects using neutron in their project-dependency list as the publish-to-pypi calls release-openstack-python which, in turn, calls tox. Change-Id: If17b36b23c30cc2d846e6c0840773f646df83bbb
This commit is contained in:
parent
ba34c86eab
commit
671515ad05
@ -101,6 +101,35 @@
|
||||
dependencies:
|
||||
- release-openstack-python
|
||||
|
||||
- project-template:
|
||||
name: publish-to-pypi-neutron
|
||||
description: |
|
||||
Publish a Python package to PyPI with neutron added to required-projects
|
||||
for the various networking projects that need that, then send release
|
||||
announcement emails and propose updates to upper-constraints as needed.
|
||||
pre-release:
|
||||
jobs:
|
||||
- release-openstack-python:
|
||||
required-projects:
|
||||
- openstack/neutron
|
||||
- announce-release:
|
||||
dependencies:
|
||||
- release-openstack-python
|
||||
- propose-update-constraints:
|
||||
dependencies:
|
||||
- release-openstack-python
|
||||
release:
|
||||
jobs:
|
||||
- release-openstack-python:
|
||||
required-projects:
|
||||
- openstack/neutron
|
||||
- announce-release:
|
||||
dependencies:
|
||||
- release-openstack-python
|
||||
- propose-update-constraints:
|
||||
dependencies:
|
||||
- release-openstack-python
|
||||
|
||||
- project-template:
|
||||
name: publish-xstatic-to-pypi
|
||||
description: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user