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

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

Issue 2439213002: Add step to process Render Test results. (Closed)
Patch Set: Added parens to nested_step_name 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..76be8435023f12149669ff1fa730ff70093805b3 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -1826,6 +1826,9 @@ SPEC = {
'root_devices': True,
'tests': [
steps.GTestTest('gfx_unittests'),
+ steps.AndroidInstrumentationTest(
jbudorick 2016/11/03 18:34:36 We should be moving away from tests configured her
mikecase (-- gone --) 2016/11/03 18:41:37 Where should I configure this?
jbudorick 2016/11/07 21:58:56 src/testing/buildbot/chromium.fyi.json
mikecase (-- gone --) 2016/11/07 23:38:29 Noted. Removed this change.
+ 'ChromePublicTest',
+ render_results_dir='chrome/test/data/android/render_tests'),
],
'testing': {
'platform': 'linux',

Powered by Google App Engine
This is Rietveld 408576698