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