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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/__init__.py

Issue 1573293002: Change auto_bisect to post results to perf dashboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: update Created 4 years, 11 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 unified diff | Download patch
OLDNEW
1 DEPS = [ 1 DEPS = [
2 'bisect_tester', 2 'bisect_tester',
3 'bot_update', 3 'bot_update',
4 'chromium', 4 'chromium',
5 'chromium_tests', 5 'chromium_tests',
6 'commit_position', 6 'commit_position',
7 'file', 7 'file',
8 'gclient', 8 'gclient',
9 'git', 9 'git',
10 'gsutil', 10 'gsutil',
11 'perf_dashboard',
11 'recipe_engine/json', 12 'recipe_engine/json',
12 'halt', 13 'halt',
13 'math_utils', 14 'math_utils',
14 'recipe_engine/path', 15 'recipe_engine/path',
15 'perf_try', 16 'perf_try',
16 'recipe_engine/properties', 17 'recipe_engine/properties',
17 'recipe_engine/python', 18 'recipe_engine/python',
18 'recipe_engine/raw_io', 19 'recipe_engine/raw_io',
19 'recipe_engine/step', 20 'recipe_engine/step',
20 'trigger', 21 'trigger',
21 'tryserver', 22 'tryserver',
22 ] 23 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698