support projects that use the python3 variation of the pypi job

During the transition phase projects may use either the
python2 (default) or python3 version of the pypi publshing jobs.

Change-Id: I2759696347f2226499b4a8b3ee7dfa0d2c06c310
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-06-11 15:37:32 -04:00
parent 6ff12cdd79
commit cf8f068507

View File

@ -87,15 +87,19 @@ _RELEASE_JOBS_FOR_TYPE = {
'python-service': [
'release-openstack-server',
'publish-to-pypi',
'publish-to-pypi-python3',
],
'python-pypi': [
'publish-to-pypi',
'publish-to-pypi-python3',
],
'neutron': [
'publish-to-pypi-neutron',
'publish-to-pypi-neutron-python3',
],
'horizon': [
'publish-to-pypi-horizon',
'publish-to-pypi-horizon-python3',
],
'nodejs': [
'nodejs4-publish-to-npm',