From 9af60bcb6b641be02174c247ec91663992251afa Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 3 Oct 2018 11:19:23 -0400 Subject: [PATCH] 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 --- openstack_releases/project_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_releases/project_config.py b/openstack_releases/project_config.py index 84aff942be..3ae73d2f60 100644 --- a/openstack_releases/project_config.py +++ b/openstack_releases/project_config.py @@ -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',