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

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

Issue 2439213002: Add step to process Render Test results. (Closed)
Patch Set: Addressed jbudorick's nits Created 4 years, 1 month 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 ae0ac3cf2a05698ed3c2cedcd4ccd9ceea391be1..141cc1481eebdb7aaa4286bd78c47f638e3ea760 100644
--- a/scripts/slave/recipes/chromium.py
+++ b/scripts/slave/recipes/chromium.py
@@ -1054,7 +1054,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