Comment 3 for bug 1578404

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

Reviewed: https://review.openstack.org/322115
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=18ae114e7557ecc0a5692ea3a22b418df7bba52f
Submitter: Jenkins
Branch: master

commit 18ae114e7557ecc0a5692ea3a22b418df7bba52f
Author: Will Miller <email address hidden>
Date: Wed May 25 04:04:52 2016 -0500

    Fix kolla-build return codes

    Add a main wrapper function to return 1 if any images failed to build;
    otherwise, return 0. Rename the old main() to run_build(), which still
    returns image statuses, to avoid interfering with unit tests.

    Change-Id: I5817cc9cebb4f42dc13e0535223e5dc8931a3aab
    Co-Authored-By: Mark Goddard <email address hidden>
    Closes-Bug: #1578404