pytorch
f172c7c6 - Improve retries when ECR login is flaky (#95398)

Commit
2 years ago
Improve retries when ECR login is flaky (#95398) We had a few failures on master where the AWS ECR login was flaky - [example 1](https://github.com/pytorch/pytorch/actions/runs/4255994694/jobs/7404316780) - [example 2](https://github.com/pytorch/pytorch/actions/runs/4255390043/jobs/7402936370) - [example 3](https://github.com/pytorch/pytorch/actions/runs/4255390040/jobs/7403356275) Most likely the failure happened when getting the AWS_ACCOUNT_ID (which wasn't protected by a retry). Retrying getting the account id, and also moving the whole step into a retry action to retry on slightly longer lasting ECR outages Pull Request resolved: https://github.com/pytorch/pytorch/pull/95398 Approved by: https://github.com/huydhn
Author
Committer
Parents
Loading