aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bisector.py
Commit message (Expand)AuthorAge
* Rename BaseRepoManager -> RepoManager. (#4800)Gravatar Oliver Chang2020-12-08
* bisector: early exit when old_commit == new_commit. (#4458)Gravatar Oliver Chang2020-09-18
* bisector: try older commits if old_commit has the same result as new_commit (...Gravatar Oliver Chang2020-07-09
* build_specified_commit: Handle build.sh which are part of upstream repo. (#3932)Gravatar Oliver Chang2020-06-10
* Include repo URL in bisection error. (#3795)Gravatar Oliver Chang2020-05-13
* bisector: always reset projects/ even when we exception out. (#3769)Gravatar Oliver Chang2020-05-07
* Use dedup_token_length in bisector. (#3764)Gravatar Oliver Chang2020-05-06
* bisector: Properly detect MSan issues as well. (#3762)Gravatar Oliver Chang2020-05-06
* Add a better check for crash during bisection. (#3758)Gravatar Oliver Chang2020-05-04
* Raise exception if old_commit has the same behaviour as new_commit. (#3749)Gravatar Oliver Chang2020-05-01
* bisector: Sort by timestamp order when getting base-builder tags. (#3740)Gravatar Oliver Chang2020-04-30
* Use base-builder close to commit date. (#3715)Gravatar Oliver Chang2020-04-28
* bisector: ignore old_commit if it's inaccurate. (#3708)Gravatar Oliver Chang2020-04-27
* Fix bisector commandline invocation. (#3692)Gravatar Oliver Chang2020-04-22
* Bisector: Be a bit smarter about picking which OSS-Fuzz commit to build with....Gravatar Oliver Chang2020-04-21
* Return main repo URL in bisector result. (#3672)Gravatar Oliver Chang2020-04-21
* bisector: raise exceptions when building new or old commit fails. (#3653)Gravatar Oliver Chang2020-04-15
* Allow bisecting with no old commit. (#3641)Gravatar Oliver Chang2020-04-15
* Bisector fixes. (#3601)Gravatar Oliver Chang2020-04-14
* Fix incorrect variable name in bisector.py (#3581)Gravatar Oliver Chang2020-04-06
* [infra] unit/integration test updates (#3300)Gravatar Leo Neat2020-01-30
* [Infra] Update print statements (#3305)Gravatar Leo Neat2020-01-29
* [Infra] CIFuzz pipeline complete. (#3281)Gravatar Leo Neat2020-01-29
* [cifuzz][bisection] Make BuildData a namedtuple (#3282)Gravatar jonathanmetzman2020-01-23
* [infra] Scripts for building fuzzers with CIFuzz (#3207)Gravatar Leo Neat2020-01-15
* [infra] Fixing bisection to work with more OSS-Fuzz projects (#3152)Gravatar Leo Neat2020-01-06
* [infra] Add support for Bisecting Git Commits Introducing Crashes(#3119)Gravatar Leo Neat2019-12-16