Skip to content

Triage tool deals with non-linear history #1538

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

Steboss
Copy link
Contributor

@Steboss Steboss commented Jul 3, 2025

If commits do not lie on the same linear git history. The tool would use git fetch because it couldn't find a direct path between the passing and failing commits.
Here the changes introduce a new logic to find the correct bisection range:

  • apply git merge-base to identify common ancestors between the passing and failing commit
  • at build-and-run stage we're checking out the base commit from the main branch, and we apply cherry-pick for all new relevant features

@Steboss Steboss marked this pull request as draft July 4, 2025 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant