Skip to content

Commit

Permalink
Ignore failed merges
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Schesch committed May 5, 2024
1 parent 65e50eb commit c62cba4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/python/replay_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,11 @@ def merge_replay(
merge_fingerprint,
]
assert repo.local_repo_path.exists()
if (
if merge_result not in (
MERGE_STATE.Merge_failed,
MERGE_STATE.Git_checkout_failed,
TEST_STATE.Git_checkout_failed,
) and (
merge_data[f"{merge_tool.name}_merge_fingerprint"] != merge_fingerprint
and not dont_check_fingerprints
):
Expand Down

0 comments on commit c62cba4

Please sign in to comment.