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:
@@ -147,7 +147,7 @@ _RELEASE_JOBS_FOR_TYPE = {
|
|||||||
],
|
],
|
||||||
'neutron': [
|
'neutron': [
|
||||||
'publish-to-pypi-neutron',
|
'publish-to-pypi-neutron',
|
||||||
'publish-to-pypi-neutron-python3',
|
'publish-to-pypi-python3',
|
||||||
],
|
],
|
||||||
'horizon': [
|
'horizon': [
|
||||||
'publish-to-pypi-horizon',
|
'publish-to-pypi-horizon',
|
||||||
|
|||||||
Reference in New Issue
Block a user