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:
parent
ae4e0940fc
commit
a8c6c72360
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user