clusterfuzz
clusterfuzz copied to clipboard
Refactor `regression_task.found_regression_near_extreme_revisions`.
Prework for changing the behavior of check_earliest_revisions() to perform a binary search for the first good build instead of just checking the first few and erroring out if unsuccessful.
See also https://crbug.com/333014970#comment2
@alhijazi PTAL
@jonathanmetzman PTAL, this is a prereq for https://github.com/google/clusterfuzz/pull/3934 which aims to fix an issue where regression task can get stuck.