Use two step pypi upload process for all projects
Convert pbr, nose-html-output, and the python clients to the more secure two step pypi upload process. Change-Id: I214ac69d0b2dbd444f859691d0fec8a7fc78c0cd Reviewed-on: https://review.openstack.org/17417 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Paul Belanger <paul.belanger@polybeacon.com> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
6edce3abd5
commit
4cfb8b346d
@ -307,7 +307,8 @@
|
||||
jobs:
|
||||
- gate-{name}-merge
|
||||
- '{name}-sdist-tarball'
|
||||
- '{name}-pypi'
|
||||
- '{name}-pypi-sdist'
|
||||
- '{name}-pypi-upload'
|
||||
|
||||
|
||||
- project:
|
||||
|
@ -90,6 +90,5 @@
|
||||
jobs:
|
||||
- '{name}-docs'
|
||||
- '{name}-sdist-tarball'
|
||||
- '{name}-pypi'
|
||||
- '{name}-pypi-sdist'
|
||||
- '{name}-pypi-upload'
|
||||
|
@ -113,7 +113,7 @@ projects:
|
||||
post:
|
||||
- nose-html-output-sdist-tarball
|
||||
publish:
|
||||
- nose-html-output-pypi
|
||||
- nose-html-output-pypi-sdist
|
||||
|
||||
- name: openstack-ci/pypi-mirror
|
||||
check:
|
||||
@ -445,7 +445,7 @@ projects:
|
||||
- python-cinderclient-sdist-tarball
|
||||
- python-cinderclient-coverage
|
||||
publish:
|
||||
- python-cinderclient-pypi
|
||||
- python-cinderclient-pypi-sdist
|
||||
- python-cinderclient-docs
|
||||
|
||||
- name: openstack/python-glanceclient
|
||||
@ -469,7 +469,7 @@ projects:
|
||||
- python-glanceclient-sdist-tarball
|
||||
- python-glanceclient-coverage
|
||||
publish:
|
||||
- python-glanceclient-pypi
|
||||
- python-glanceclient-pypi-sdist
|
||||
- python-glanceclient-docs
|
||||
|
||||
- name: openstack/python-keystoneclient
|
||||
@ -493,7 +493,7 @@ projects:
|
||||
- python-keystoneclient-sdist-tarball
|
||||
- python-keystoneclient-coverage
|
||||
publish:
|
||||
- python-keystoneclient-pypi
|
||||
- python-keystoneclient-pypi-sdist
|
||||
- python-keystoneclient-docs
|
||||
|
||||
- name: openstack/python-novaclient
|
||||
@ -517,7 +517,7 @@ projects:
|
||||
- python-novaclient-sdist-tarball
|
||||
- python-novaclient-coverage
|
||||
publish:
|
||||
- python-novaclient-pypi
|
||||
- python-novaclient-pypi-sdist
|
||||
- python-novaclient-docs
|
||||
|
||||
- name: openstack/python-openstackclient
|
||||
@ -537,7 +537,7 @@ projects:
|
||||
- python-openstackclient-sdist-tarball
|
||||
- python-openstackclient-coverage
|
||||
publish:
|
||||
- python-openstackclient-pypi
|
||||
- python-openstackclient-pypi-sdist
|
||||
- python-openstackclient-docs
|
||||
|
||||
- name: openstack/python-quantumclient
|
||||
@ -561,7 +561,7 @@ projects:
|
||||
- python-quantumclient-sdist-tarball
|
||||
- python-quantumclient-coverage
|
||||
publish:
|
||||
- python-quantumclient-pypi
|
||||
- python-quantumclient-pypi-sdist
|
||||
- python-quantumclient-docs
|
||||
|
||||
- name: openstack/python-swiftclient
|
||||
@ -581,7 +581,7 @@ projects:
|
||||
- python-swiftclient-sdist-tarball
|
||||
- python-swiftclient-coverage
|
||||
publish:
|
||||
- python-swiftclient-pypi
|
||||
- python-swiftclient-pypi-sdist
|
||||
- python-swiftclient-docs
|
||||
|
||||
- name: openstack/requirements
|
||||
@ -635,7 +635,7 @@ projects:
|
||||
- pbr-coverage
|
||||
- pbr-docs
|
||||
publish:
|
||||
- pbr-pypi
|
||||
- pbr-pypi-sdist
|
||||
- pbr-docs
|
||||
|
||||
- name: openstack/tempest
|
||||
|
Loading…
x
Reference in New Issue
Block a user