arcade-services icon indicating copy to clipboard operation
arcade-services copied to clipboard

Pcs deployment allow retries

Open dkurepa opened this issue 1 year ago • 0 comments

This PR adds JobAttempt to the docker image name, allowing us to retry failing deployments. Currently this is not possible, because we use the same name for the docker image and the revision name, and when we retry the deployment, it fails because a revision with that name already exists https://github.com/dotnet/arcade-services/issues/3229

Release Note Category

  • [ ] Feature changes/additions
  • [ ] Bug fixes
  • [x] Internal Infrastructure Improvements

Release Note Description

Allow PCS deployment retries

dkurepa avatar Mar 04 '24 16:03 dkurepa