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

Side by Side Diff: scripts/slave/recipe_modules/perf_try/__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 'bot_update', 2 'bot_update',
3 'bisect_tester', 3 'bisect_tester',
4 'chromium', 4 'chromium',
5 'chromium_android', 5 'chromium_android',
6 'chromium_tests', 6 'chromium_tests',
7 'commit_position', 7 'commit_position',
8 'file', 8 'file',
9 'gclient', 9 'gclient',
10 'git', 10 'git',
11 'gsutil', 11 'gsutil',
12 'perf_dashboard',
12 'recipe_engine/json', 13 'recipe_engine/json',
13 'halt', 14 'halt',
14 'math_utils', 15 'math_utils',
15 'recipe_engine/path', 16 'recipe_engine/path',
16 'recipe_engine/platform', 17 'recipe_engine/platform',
17 'recipe_engine/properties', 18 'recipe_engine/properties',
18 'recipe_engine/python', 19 'recipe_engine/python',
19 'recipe_engine/raw_io', 20 'recipe_engine/raw_io',
20 'recipe_engine/step', 21 'recipe_engine/step',
21 'trigger', 22 'trigger',
22 'tryserver', 23 'tryserver',
23 ] 24 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698