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

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

Issue 2103133005: Build delegation for perf tryjobs - fix false account name (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Update simulation test expectation files Created 4 years, 5 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 'depot_tools/bot_update', 2 'depot_tools/bot_update',
3 'bisect_tester', 3 'bisect_tester',
4 'buildbucket',
4 'chromium', 5 'chromium',
5 'chromium_android', 6 'chromium_android',
6 'chromium_tests', 7 'chromium_tests',
7 'commit_position', 8 'commit_position',
8 'file', 9 'file',
9 'depot_tools/gclient', 10 'depot_tools/gclient',
10 'depot_tools/git', 11 'depot_tools/git',
11 'gsutil', 12 'gsutil',
12 'perf_dashboard', 13 'perf_dashboard',
13 'recipe_engine/json', 14 'recipe_engine/json',
14 'halt', 15 'halt',
15 'math_utils', 16 'math_utils',
16 'recipe_engine/path', 17 'recipe_engine/path',
17 'recipe_engine/platform', 18 'recipe_engine/platform',
18 'recipe_engine/properties', 19 'recipe_engine/properties',
19 'recipe_engine/python', 20 'recipe_engine/python',
20 'recipe_engine/raw_io', 21 'recipe_engine/raw_io',
21 'recipe_engine/step', 22 'recipe_engine/step',
23 'service_account',
22 'trigger', 24 'trigger',
25 'url',
23 'depot_tools/tryserver', 26 'depot_tools/tryserver',
24 ] 27 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/api.py ('k') | scripts/slave/recipe_modules/perf_try/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698