Comment 4 for bug 1840175

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to root (r/stx.2.0)

Reviewed: https://review.opendev.org/676520
Committed: https://git.openstack.org/cgit/starlingx/root/commit/?id=aed3e3c29c98f294f136d15ffaa707568590162a
Submitter: Zuul
Branch: r/stx.2.0

commit aed3e3c29c98f294f136d15ffaa707568590162a
Author: Abraham Arce <email address hidden>
Date: Tue Aug 13 14:17:41 2019 -0500

    Python Wheels: New Naming Convention cp27mu

    A failure is STX_build_docker_images [0], in second step:

    1. STX_build_docker_base_image [1] SUCCESS
    2. STX_build_wheels [2] FAILURE

    A new Python Wheel is being used, modifying the name of certain packages by
    changing "none" to "cp27mu".

    [Test Steps]

    $ export MY_REPO=/home/user/starlingx/workspace/localdisk/designer/user/starlingx/cgcs-root/
    $ export MY_WORKSPACE=/home/user/starlingx/workspace/localdisk/loadbuild/user/starlingx/
    $ $MY_REPO/build-tools/build-wheels/build-wheel-tarball.sh --attempts 5 --os centos --os-version 7.5.1804 --stream stable

    [Test Results]

      ...
      Adding tsconfig-1.0.0...
      Creating stx-centos-stable-wheels.tar...
      Done.

    [0] <cengn>/20190812T033004Z/logs/jenkins-STX_build_docker_images-112.log.html
    [1] <cengn>/20190812T033004Z/logs/jenkins-STX_build_docker_base_image-118.log.html
    [2] <cengn>/20190812T033004Z/logs/jenkins-STX_build_wheels-112.log.html

    Closes-Bug: 1840175

    Change-Id: I838de699d49936631b33ef4acb28f5cad6c35089
    Cc: Scott Little <email address hidden>
    Signed-off-by: Abraham Arce <email address hidden>