Comment 6 for bug 1932186

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cert-manager-armada-app (f/centos8)

Reviewed: https://review.opendev.org/c/starlingx/cert-manager-armada-app/+/796934
Committed: https://opendev.org/starlingx/cert-manager-armada-app/commit/93de08662df4ba301f57a17557826e2b4450bdda
Submitter: "Zuul (22348)"
Branch: f/centos8

commit 93de08662df4ba301f57a17557826e2b4450bdda
Author: Charles Short <email address hidden>
Date: Wed Jun 16 13:23:23 2021 -0400

    Fix pylint and py27 failures in zuul

    pylint running in python2.7 will complain that interperter
    can not be found.

    Rather than running the pylint job run in python2.7, bump
    the job to python3.6, and set the node to run on ubuntu-bionic.

    py2.7 jobs was failing randomly because pbr was being setup in the
    sdist step. It is unclear if the reason is that something is
    source packaged during tox which conflicts with another zuul job
    of a different interperter, so simply disable to the source
    dist generation.

    Most openstack projects are configured like this as well.

    Copyright was updated so that the gate will pick up this change.
    Closes-Bug: 1932186
    Signed-off-by: Charles Short <email address hidden>
    Change-Id: Ia677057690d3ffe87c23471d958dbff670db9b53
    (cherry picked from commit 8253ea8ed033078a2f4510f963b0ca2494b1ab65)