summaryrefslogtreecommitdiffstats
path: root/tools/prepare-bisect-perf-regression.py
Commit message (Collapse)AuthorAgeFilesLines
* The perf dashboard scrapes the "results" step from the bisect in order to ↵simonhatch@chromium.org2013-10-201-3/+5
| | | | | | | | | | comment on bugs. At the moment, the script only produces a "Results" step on success. On failure, it will either output a "Results - Bisect Failed" or in a lot of cases just print an error to stdout. Refactored error handling code to raise exceptions, which can be caught at the end of main and we can ensure that a "Results" step is written. BUG= Review URL: https://codereview.chromium.org/29033004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229679 0039d316-1c4b-4281-b951-d872f2087c98
* Skip the creation/sync step on the bot in the prepare step if it already ↵simonhatch@chromium.org2013-08-291-3/+5
| | | | | | | | | | | exists. The prepare step is just used to make sure the src directory exists for the bot for running an http server before starting the actual bisect. On linux/mac this step is quick, but on Windows it can take 20 minutes or more. BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/23447006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220312 0039d316-1c4b-4281-b951-d872f2087c98
* Adding option to exclude custom_deps when running run-bisect-manual-test.py ↵pshenoy@chromium.org2013-08-211-1/+3
| | | | | | | | | | | to bisect revisions. BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/23030007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218759 0039d316-1c4b-4281-b951-d872f2087c98
* Add --reset sync commands in bisect script. Was failing to sync due to ↵simonhatch@chromium.org2013-07-311-1/+1
| | | | | | | | | | | missing libjingle in .DEPS.git for a while, so use --reset and --force to bring depot back to working state. BUG=266324 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/21015015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214856 0039d316-1c4b-4281-b951-d872f2087c98
* First pass android support in bisect script.simonhatch@chromium.org2013-06-101-0/+8
| | | | | | | | BUG=245361 Review URL: https://chromiumcodereview.appspot.com/16132012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205351 0039d316-1c4b-4281-b951-d872f2087c98
* Added call to stop goma in case it's still running from a build that timed out.simonhatch@chromium.org2013-03-181-1/+1
| | | | | | | | | | | | | | Added --verbose parameter to sync commands. Added newlines around annotations since bot seems to trip up on finding them if they get appended to previous output. Added --reset --force --delete_unversioned_trees to prepare step in case previous run was aborted/crashed and there's cruft leftover. BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12780015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188789 0039d316-1c4b-4281-b951-d872f2087c98
* Added a --create_depot_and_exit parameter to the bisect tool.simonhatch@chromium.org2013-02-261-0/+56
BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12314109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184757 0039d316-1c4b-4281-b951-d872f2087c98