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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py

Issue 2439213002: Add step to process Render Test results. (Closed)
Patch Set: Add step to process Render Test results. 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/chromium_tests/chromium_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
index cc93c3dfdac0b90dce168f8de556fc7e72567247..bcad92a7379520509d1bf6d35129e368ee76f7b5 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -1826,6 +1826,8 @@ SPEC = {
'root_devices': True,
'tests': [
steps.GTestTest('gfx_unittests'),
+ steps.AndroidInstrumentationTest('ChromePublicTest'),
+ steps.UploadRenderTestFailures(render_results_dir='chrome/test/data/android/render_tests'),
jbudorick 2016/10/25 17:03:40 :O Does this need to be a separately configured t
mikecase (-- gone --) 2016/10/25 20:53:33 hmmmm, well, I could add an argument to run_instru
],
'testing': {
'platform': 'linux',

Powered by Google App Engine
This is Rietveld 408576698