Fix validations for neutron projects

The validation check is looking for a "publish-to-pypi-neutron-python3"
job to be set in the project-config repository for the neutron projects
but, that job doesn't seem to exist. This patch is changing the
validation script to look for a "publish-to-pypi-python3" job instead.

Change-Id: I9d2c6c82e78f798b12a8cadd633f6b247127133b
This commit is contained in:
Lucas Alvares Gomes 2018-10-03 13:16:21 +01:00
parent ae4e0940fc
commit a8c6c72360

View File

@ -147,7 +147,7 @@ _RELEASE_JOBS_FOR_TYPE = {
],
'neutron': [
'publish-to-pypi-neutron',
'publish-to-pypi-neutron-python3',
'publish-to-pypi-python3',
],
'horizon': [
'publish-to-pypi-horizon',