Automatically retry creation of auto deploy branch
What does this MR do?
create_branch_from_ref
is called by AutoDeployBranchService
. Use Retriable
in create_branch_from_ref
to automatically retry the creation of an auto deploy branch.
Example of a failure that prevented the creation of an auto deploy coordinated pipeline (internal): https://gitlab.slack.com/archives/CCFV016SV/p1632999988473000.
Author Check-list
- Has documentation been updated?
Edited by Reuben Pereira