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

Side by Side 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 unified diff | Download patch
OLDNEW
1 DEPS = [ 1 DEPS = [
2 'chromium',
3 'depot_tools/tryserver',
2 'recipe_engine/json', 4 'recipe_engine/json',
5 'recipe_engine/path',
6 'recipe_engine/properties',
3 'recipe_engine/python', 7 'recipe_engine/python',
4 'recipe_engine/raw_io', 8 'recipe_engine/raw_io',
5 'recipe_engine/step', 9 'recipe_engine/step',
6 'depot_tools/tryserver',
7 ] 10 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698