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

Unified Diff: tools/auto_bisect/bisect.cfg

Issue 691553002: Refactoring auto-bisect bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 2 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
« no previous file with comments | « no previous file | tools/auto_bisect/bisect_perf_regression.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/auto_bisect/bisect.cfg
diff --git a/tools/auto_bisect/bisect.cfg b/tools/auto_bisect/bisect.cfg
index 7525bf80e8625992391cd7408c4cb78b65d62830..25323ff2c03be61ff1f80a341e7bef617cc97e0c 100644
--- a/tools/auto_bisect/bisect.cfg
+++ b/tools/auto_bisect/bisect.cfg
@@ -41,21 +41,6 @@ config = {
For Windows, if you're calling a python script you will need to add "python"
to the command, so the command would be changed to:
'python tools/perf/run_benchmark -v --browser=release sunspider',
-
-For ChromeOS:
- - For good and bad revision, the script may accept either ChromeOS versions
- or unix timestamps.
- - You don't need to specify --identity and --remote, they will be added to
- the command using the bot's BISECT_CROS_IP and BISECT_CROS_BOARD values
- - Example:
-
-config = {
- 'command': ('./tools/perf/run_benchmark -v --browser=cros-chrome-guest '
- 'smoothness.key_mobile_sites')
- 'good_revision': '4086.0.0',
- 'bad_revision': '4087.0.0',
- 'metric': 'mean_frame_time/mean_frame_time',
-}
"""
config = {
« no previous file with comments | « no previous file | tools/auto_bisect/bisect_perf_regression.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698