Skip to content
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

Allow to switch to ci-based bisect #8

Closed
glandium opened this Issue Mar 23, 2018 · 0 comments

Comments

Projects
None yet
1 participant
@glandium
Copy link
Contributor

glandium commented Mar 23, 2018

For Firefox, we have something similar to bisect-rustc, called mozregression.

mozregression allows to find regressions between nightlies, and between CI builds, just like bisect-rustc, but also allows to switch from one to the other (I don't remember if it does so automatically, asks, or relies on being re-invoked).

Anyways, at the very minimum, when finishing up bisecting with nightlies, if the last failed and the first success were printed out, including their corresponding git commits, one could then re-run the command to find the regression between those commits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.