Skip to content

Add push with retries without rebase

Steve Abrams requested to merge push_without_rebase into master

Do not rebase on push_with_retries for security merges.

As discovered in https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/19435#current-status, when dealing with the security mirror, we do not want to pull --rebase if the push after merging fails.

This MR introduces a version of git_push_with_retries that does not pull and rebase on push failures and renames the existing one to gith_push_with_retries_and_rebase.

Merge request reports

Loading