Use a more thorough release for API servers
Update the API server variant of the Python release job-template to use the release jobs which skip publishing to PyPI. Change-Id: Ia45280ca7eda7891a94ec9729ec1519d55b57190 Depends-On: I59b7b0af47a39ed8af599a162d8f80d7c2e5b187
This commit is contained in:
parent
ddc9f345c2
commit
10099e4c7e
@ -238,16 +238,16 @@
|
||||
Release OpenStack server projects.
|
||||
pre-release:
|
||||
jobs:
|
||||
- publish-openstack-python-tarball
|
||||
- release-openstack-python-without-pypi
|
||||
- announce-release:
|
||||
dependencies:
|
||||
- publish-openstack-python-tarball
|
||||
- release-openstack-python-without-pypi
|
||||
release:
|
||||
jobs:
|
||||
- publish-openstack-python-tarball
|
||||
- release-openstack-python-without-pypi
|
||||
- announce-release:
|
||||
dependencies:
|
||||
- publish-openstack-python-tarball
|
||||
- release-openstack-python-without-pypi
|
||||
|
||||
- project-template:
|
||||
name: release-notes-jobs
|
||||
|
Loading…
x
Reference in New Issue
Block a user