You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mantle/podman.go: use RetryUntilTimeout in podman.workflow
The podman.workflow test has been failing on OpenStack, likely
because pulling the Fedora container takes too long. Use the
`RetryUntilTimeout` function to retry every minute for up to 15
minutes to allow sufficient time to pull the Fedora container.
In local testing, pulling the container on OpenStack took
approximately 5 minutes before succeeding.
See: coreos/fedora-coreos-tracker#1835
0 commit comments