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

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

Issue 2247373002: Refactor stages 1, 2 and test_api overhaul. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Relative intra-module imports. Created 4 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
Index: scripts/slave/recipe_modules/perf_try_staging/__init__.py
diff --git a/scripts/slave/recipe_modules/perf_try_staging/__init__.py b/scripts/slave/recipe_modules/perf_try_staging/__init__.py
index 595100c41fee248fc003c1831a6ad0a5cd4bc493..579fca358862a237c68c86051b5b2fbcdd1f819d 100644
--- a/scripts/slave/recipe_modules/perf_try_staging/__init__.py
+++ b/scripts/slave/recipe_modules/perf_try_staging/__init__.py
@@ -1,19 +1,20 @@
DEPS = [
- 'depot_tools/bot_update',
'bisect_tester_staging',
'buildbucket',
'chromium',
'chromium_android',
'chromium_tests',
'commit_position',
- 'file',
+ 'depot_tools/bot_update',
'depot_tools/gclient',
'depot_tools/git',
+ 'depot_tools/tryserver',
+ 'file',
'gsutil',
- 'perf_dashboard',
- 'recipe_engine/json',
'halt',
'math_utils',
+ 'perf_dashboard',
+ 'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/platform',
'recipe_engine/properties',
@@ -23,5 +24,4 @@ DEPS = [
'service_account',
'trigger',
'url',
- 'depot_tools/tryserver',
]
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/steps.py ('k') | scripts/slave/recipe_modules/perf_try_staging/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698