summaryrefslogtreecommitdiffstats
path: root/tools/auto_bisect
Commit message (Expand)AuthorAgeFilesLines
* Add android-chrome-perf as builder_type choiceprasadv2015-03-021-1/+2
* Make perf try jobs for win x64 build x64 binaries.prasadv2015-02-285-5/+46
* Tweak logging statements in fetch_build.py.qyearsley2015-02-201-3/+3
* Fix a couple minor typos in auto_bisect.qyearsley2015-02-174-5/+5
* Add "" as a valid value for --builder_type in bisect_perf_regression.py.qyearsley2015-02-171-2/+3
* Update the builder name of linux full bisect builder.qyearsley2015-02-122-3/+4
* Fix formatting and printing of help of bisect_perf_regression.py.qyearsley2015-02-102-7/+11
* Make changes to read target_arch param from config.prasadv2015-02-103-44/+113
* Handling test failures on re-test of good/bad revisions for confidence.robertocn2015-02-051-1/+7
* Obtain confidence score based off last known good and first known bad revisio...robertocn2015-02-033-12/+111
* Run "git stash" and "git stash apply" before and after a dry test run.qyearsley2015-01-291-1/+18
* Fixing typo in the docstring for bisect_perf_regression.pyrobertocn2015-01-281-1/+1
* Use builder_type when requesting/fetching builds, and add support for full li...qyearsley2015-01-285-234/+171
* Add builder_type to fetch builds for android-chrome.prasadv2015-01-261-4/+57
* Avoid finding mean for an empty metrics.prasadv2015-01-232-2/+4
* Averaging nested result lists instead of flattening them.robertocn2015-01-141-14/+2
* Replace builder_host and builder_port with builder_type.qyearsley2015-01-129-86/+75
* Fix an error while syncing revision set as Noneprasadv2015-01-091-1/+2
* Temporarily disable 'relative-import' pylint error.prasadv2015-01-092-3/+6
* Sync android-chrome revision along with chromium on android-chrome platform.prasadv2015-01-094-6/+73
* [bisect] - Verify suspected culprit by comparing ToT with and without patch.simonhatch2015-01-074-36/+271
* Avoid skipping DEPS change revisions for chromium repo.prasadv2014-12-181-3/+5
* Make changes to support bisect for android-chrome.prasadv2014-12-124-28/+29
* Lower "confidence score" required in order to not abort, and refactor test.qyearsley2014-12-052-70/+68
* Fixing incorrect initial regression confidence calculation.robertocn2014-12-032-5/+55
* [bisect] - Fix parsing cloud links from telemetry.simonhatch2014-12-011-1/+2
* Modify bisect_perf_regression.py to use functions in fetch_build.pyqyearsley2014-11-227-289/+158
* Add unit tests for functions in math_utils.pyqyearsley2014-11-202-36/+96
* Removing misleading comment.robertocn2014-11-141-2/+0
* Fix formattting error while printing other bisect regressions.prasadv2014-11-141-1/+2
* Parse profiler file links from perf try bot jobs. This will allow us to kick ...simonhatch2014-11-141-1/+1
* Enable bisecting skia repo.prasadv2014-11-133-103/+19
* Make correction to the browser links of repositories.prasadv2014-11-132-52/+26
* Special-casing -1 as an issue_id for bisects not linked to a bug.robertocn2014-11-121-5/+9
* Fix bisect to process angle repoprasadv2014-11-122-1/+6
* Minor reformatting of "failed to reproduce, early abort" message.qyearsley2014-11-111-9/+10
* Aborting bisect early when the bug specified in the bisect config is closed.robertocn2014-11-037-6/+540
* Change configs/try.py to get the list of config files to use from args.qyearsley2014-11-036-71/+63
* Refactoring auto-bisect botsergiyb2014-10-316-596/+156
* Update style according to advice from pylint.qyearsley2014-10-306-39/+42
* Add --goma_threads option to bisection toolswolenetz2014-10-292-2/+7
* Making a lack of regression confidence not return an error, but a warning.robertocn2014-10-283-15/+32
* Update OWNERS file for src/tools/auto-bisect.qyearsley2014-10-281-0/+2
* Make bisect tool check for new V8 roll description, "based on <git-hash>"prasadv2014-10-271-3/+10
* Add bisect-config-trying script and a few example configs.qyearsley2014-10-278-0/+268
* Enabling logging for bisect script.robertocn2014-10-272-23/+51
* Fix bisect failures for V8 rollsprasadv2014-10-241-87/+142
* Renamed AddDepot to SetDepotDir as it's also used for updating dirsergiyb2014-10-241-7/+8
* Print author email address instead of author name under CL info.prasadv2014-10-241-6/+2
* Rename and refactor DownloadCurrentBuild and related functions.qyearsley2014-10-241-55/+100