Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lately we see a lot of backport workflows fail. The pattern always seems to be that the first backport (to branch/v17) succeeds, but subsequent backports (to v15 and v16) almost always fail. The failure looks to be a GitHub-specific failure, not a generic git failure: remote: fatal error in commit_refs To https://github.com/gravitational/teleport ! [remote rejected] bot/backport-51989-branch/v15 > bot/backport-51989-branch/v15 (failure) error: failed to push some refs to https://github.com/gravitational/teleport To aid in troubleshooting we: 1. Temporarily reverse the order of branches. This will tell us if it's always the first branch that succeeds, or if it's always branch/v17 that succeeds. 2. Add the --verbose flag to the git push command in case we get any more debug info.
- Loading branch information