arcade-services
arcade-services copied to clipboard
Pcs deployment allow retries
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