Comment 4 for bug 1779213

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/queens)

Reviewed: https://review.openstack.org/582297
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=bd92a6ad476caf16e8d9dbf18d290f260b00e94b
Submitter: Zuul
Branch: stable/queens

commit bd92a6ad476caf16e8d9dbf18d290f260b00e94b
Author: Steve Baker <email address hidden>
Date: Tue Jul 3 14:08:08 2018 +1200

    Retry inspect of container images

    This change parses the error output of a failed skopeo inspect to
    detect if it is a missing image error, then adds tenacity retries for all
    other error types.

    Failures are being seen in CI due to transient AWS DNS issues, so this change
    should make image inspections more resilient.

    Change-Id: If5ad384cfc8783c3b10c4cc567e42f06e5c6880b
    Closes-Bug: #1779213
    (cherry picked from commit 2dbcc9036aed8f47467e81b028f2fae76dd28816)