[Release-job-failures] Release of openstack/heat failed

Doug Hellmann doug at doughellmann.com
Mon Mar 25 12:34:37 UTC 2019


Tony Breeds <tony at bakeyournoodle.com> writes:

> On Mon, Mar 25, 2019 at 01:21:01AM +0000, zuul at openstack.org wrote:
>> Build failed.
>> 
>> - release-openstack-python http://logs.openstack.org/62/628b0544eda77dd7a59d083126e6b94cbaef98a6/release/release-openstack-python/cd41f0d/ : POST_FAILURE in 6m 22s
>
> This and the other heat release failures are probably a result of there
> being confusion between heat and openstack-heat and the project's name:
>
> [tony at thor heat]$ for branch in origin/{master,stable/{stein,rocky,queens,pike,ocata}} ; do git grep ^name $branch -- setup.cfg ; done
> origin/master:setup.cfg:2:name = openstack-heat
> origin/stable/stein:setup.cfg:2:name = openstack-heat
> origin/stable/rocky:setup.cfg:2:name = heat
> origin/stable/queens:setup.cfg:2:name = heat
> origin/stable/pike:setup.cfg:2:name = heat
> origin/stable/ocata:setup.cfg:2:name = heat
>
> I *think* we can fix this with meta-data in the releases repo but until
> then older series can't be published to pypi.
>
> Yours Tony.
> _______________________________________________
> Release-job-failures mailing list
> Release-job-failures at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/release-job-failures

All Python projects are now being published to PyPI, so the dist name
needs to match the name being used there. The stein value,
openstack-heat, is correct. So to release from the stable branches we
need to update the dist name there.

-- 
Doug



More information about the Release-job-failures mailing list