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

Unified Diff: scripts/slave/recipe_modules/perf_try/__init__.py

Issue 2113553002: Revert of Build delegation for perf tryjobs - fix false account name (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Manually reverting Created 4 years, 6 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 | « scripts/slave/recipe_modules/chromium_tests/api.py ('k') | scripts/slave/recipe_modules/perf_try/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/perf_try/__init__.py
diff --git a/scripts/slave/recipe_modules/perf_try/__init__.py b/scripts/slave/recipe_modules/perf_try/__init__.py
index d7f99328d60dba6d2e15e03cad476d278dec8b92..06564c99fb8f7434e3b1ceb8c35659647156206b 100644
--- a/scripts/slave/recipe_modules/perf_try/__init__.py
+++ b/scripts/slave/recipe_modules/perf_try/__init__.py
@@ -1,7 +1,6 @@
DEPS = [
'depot_tools/bot_update',
'bisect_tester',
- 'buildbucket',
'chromium',
'chromium_android',
'chromium_tests',
@@ -20,8 +19,6 @@ DEPS = [
'recipe_engine/python',
'recipe_engine/raw_io',
'recipe_engine/step',
- 'service_account',
'trigger',
- 'url',
'depot_tools/tryserver',
]
« 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