Merge "Bubble up image download failures"

This commit is contained in:
Zuul
2025年08月12日 20:12:44 +00:00
committed by Gerrit Code Review

View File

@@ -147,7 +147,8 @@ function upload_image {
if [[ $rc -ne 0 ]]; then
if [[ "$attempt" -eq "$max_attempts" ]]; then
echo "Not found: $image_url"
return
# Signal failure to download to the caller, so they can fail early
return 1
fi
echo "Download failed, retrying in $attempt second, attempt: $attempt"
sleep $attempt
Reference in New Issue
openstack/devstack
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.