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

Unified Diff: scripts/slave/recipes/chromium.py

Issue 2439213002: Add step to process Render Test results. (Closed)
Patch Set: Rebase Created 3 years, 11 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/recipes/chromium.py
diff --git a/scripts/slave/recipes/chromium.py b/scripts/slave/recipes/chromium.py
index d9ffa2ba7fe5b9f3a28b5b923dbf2036cac3d461..787d6879028067c35ba2b01832eb6f9ef078fccc 100644
--- a/scripts/slave/recipes/chromium.py
+++ b/scripts/slave/recipes/chromium.py
@@ -1056,7 +1056,8 @@ def GenTests(api):
'additional_apks': [
'another_apk',
'omg_so_many_apks',
- ]
+ ],
+ 'render_results_dir': 'chrome/test/data/android/render_tests',
}
],
},

Powered by Google App Engine
This is Rietveld 408576698