Comment 3 for bug 2036280

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to update (master)

Reviewed: https://review.opendev.org/c/starlingx/update/+/922977
Committed: https://opendev.org/starlingx/update/commit/fd5c9687eeb03bd46ad9523a555c612363e875dc
Submitter: "Zuul (22348)"
Branch: master

commit fd5c9687eeb03bd46ad9523a555c612363e875dc
Author: Leonardo Fagundes Luz Serrano <email address hidden>
Date: Thu Jun 27 16:30:34 2024 -0300

    Zuul: Enable missing deps for patch-alarm tests

    Some tests require building python-ldap

    The required python-ldap dependency packages were
    added to bindep in [1]. However, a couple zuul jobs
    were not picking up these dependencies, causing them
    to still fail.

    Added configs needed in .zuul.yaml in order to pick up
    the python-ldap deps when running patch alarm tests.

    Refs:
    [1] https://review.opendev.org/c/starlingx/update/+/922523

    Test Plan:
    pass - tox -e pylint,py39 -c patch-alarm/patch-alarm/tox.ini
    pass - zuul

    Partial-Bug: 2036280

    Change-Id: I738b2fb7f2056dcb22e61b620fdb1b9ce4ad4223
    Signed-off-by: Leonardo Fagundes Luz Serrano <email address hidden>