Comment 7 for bug 1493390

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-web (master)

Reviewed: https://review.openstack.org/222172
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=f040fc85be61d79d98343d1c3def0eef4393e54f
Submitter: Jenkins
Branch: master

commit f040fc85be61d79d98343d1c3def0eef4393e54f
Author: Igor Kalnitsky <email address hidden>
Date: Thu Sep 10 15:35:34 2015 +0300

    Add retries to repo connectivity checker

    Sometimes under heavy load, infra may return 5xx errors. It's ok, and
    most package installer are able to handle it properly. So let's
    introduce retries to check connectivity, so our system tests will stop
    fail time-to-time.

    Related-Bug: #1493390

    Change-Id: I96c2c2b6e94428085d47c2d40e0ae3753304a8f6
    Signed-off-by: Igor Kalnitsky <email address hidden>