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

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

Issue 2421733002: Archive retry summary for layout tests along with layout test results. (Closed)
Patch Set: Change --retry-summary to --retry-summary-json and make it take a file path 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/test_utils/__init__.py
diff --git a/scripts/slave/recipe_modules/test_utils/__init__.py b/scripts/slave/recipe_modules/test_utils/__init__.py
index f9e48e28a5f068531027dc83abad6105446a6427..ea53f08d691f7fa9112cf775bf75b85faf87acc8 100644
--- a/scripts/slave/recipe_modules/test_utils/__init__.py
+++ b/scripts/slave/recipe_modules/test_utils/__init__.py
@@ -1,7 +1,10 @@
DEPS = [
+ 'chromium',
+ 'depot_tools/tryserver',
'recipe_engine/json',
+ 'recipe_engine/path',
+ 'recipe_engine/properties',
'recipe_engine/python',
'recipe_engine/raw_io',
'recipe_engine/step',
- 'depot_tools/tryserver',
]

Powered by Google App Engine
This is Rietveld 408576698