look for the standard pypi-python3 job

The validation changes anticipated having neutron and horizon versions
of the pypi job, but we ended up not needing those. Correct the expected
set of job templates for releases from horizon projects (neutron projects
are fixed in the previous commit).

Change-Id: If6d5478db6b513a8eba9734e9f4ab34761d11346
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-10-03 11:19:23 -04:00
parent a8c6c72360
commit 9af60bcb6b

View File

@ -151,7 +151,7 @@ _RELEASE_JOBS_FOR_TYPE = {
],
'horizon': [
'publish-to-pypi-horizon',
'publish-to-pypi-horizon-python3',
'publish-to-pypi-python3',
],
'nodejs': [
'nodejs4-publish-to-npm',