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
This is a short-term mitigation for
pytorch/pytorch#141885 in which any changes
touching `.ci/docker` would cause all the builds to fail until docker
build workflow finishes building the images.
At the moment, we don't have a good way to tell the build workflow to
wait for the new docker image, so my fix here attempts to inject a delay
when the action is called by `_linux_build`. It will wait up to 90
minutes for the Docker build to finish
### Testing
pytorch/pytorch#142177
0 commit comments