Allow bugmon bisect to search autoland branch
Categories
(Core :: Fuzzing, enhancement)
Tracking
()
People
(Reporter: TYLin, Unassigned)
Details
While taking a look at Bugmon Analysis in bug 1633479 comment 1, I find it is possible to reduce the regression range further down to autoland branch by using mozregression.
Can we extend bugmon's bisect search capability into autoland branch instead of just stopping at mozilla-central, to be able to quickly identify the possible regression bug?
If bugmon could also set the "Regressed by" field on bugzilla, I believe we can reduce the turnaround time to fix the bug.
Comment 1•5 years ago
|
||
This is definitely doable. Thanks for the idea :tylin. I'll add this to autobisect (https://github.com/MozillaSecurity/autobisect/) which is used by bugmon for bisection.
Reporter | ||
Comment 2•5 years ago
|
||
Thanks for considering this!
Comment 3•5 years ago
|
||
This was added in https://github.com/MozillaSecurity/autobisect/pull/26.
Updated•5 years ago
|
Reporter | ||
Comment 4•5 years ago
|
||
Great! Thank you.
Description
•