On Mon, Mar 25, 2019 at 01:21:01AM +0000, zuul@openstack.org wrote:
Build failed.
- release-openstack-python http://logs.openstack.org/62/628b0544eda77dd7a59d083126e6b94cbaef98a6/releas... : 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@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.