Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: tools/auto_bisect/bisect_perf_regression.py

Issue 584853002: Do not actually remove trees when test bisect in dry-run mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bisect-move
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/auto_bisect/bisect_perf_regression.py
diff --git a/tools/auto_bisect/bisect_perf_regression.py b/tools/auto_bisect/bisect_perf_regression.py
index ec3e118df267f5206f97389b10d752d1ddf47621..9d90d71f2ebe252e2d9632cdea071c5d443c6548 100755
--- a/tools/auto_bisect/bisect_perf_regression.py
+++ b/tools/auto_bisect/bisect_perf_regression.py
@@ -56,7 +56,7 @@ import math_utils
import request_build
import source_control as source_control_module
import ttest
-from telemetry.util import cloud_storage
+from telemetry.util import cloud_storage # pylint: disable=F0401
Sergiy Byelozyorov 2014/09/19 12:35:59 This was necessary for PRESUBMIT to pass
ojan 2014/09/19 17:42:52 I don't think this is the best fix for this. It lo
M-A Ruel 2014/09/20 00:47:44 pylint is not run from src/PRESUBMIT.py because th
Sergiy Byelozyorov 2014/09/22 20:04:15 Done.
# Below is the map of "depot" names to information about each depot. Each depot
# is a repository, and in the process of bisecting, revision ranges in these
« no previous file with comments | « no previous file | tools/auto_bisect/bisect_perf_regression_test.py » ('j') | tools/auto_bisect/bisect_perf_regression_test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698