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

Unified Diff: testing/buildbot/chromium.fyi.json

Issue 2537633002: Add VR instrumentation tests to FYI bot (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.fyi.json
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
index 3156ea5ffc4dabb1c41f9465460860f1fc9f8bf0..9789a0b6fe1d76eaba8a275e604aa324085f7963 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -894,6 +894,15 @@
},
"test": "vr_shell_unittests"
}
+ ],
+ "instrumentation_tests": [
+ {
+ "args": [
+ "--test-filter",
ncarter (slow) 2016/11/28 23:56:23 Is this supposed to be gtest_filter ? The only re
bsheedy 2016/11/29 00:11:54 It's meant to be passed directly to the generated
+ "VrShellTest#*"
+ ],
+ "test": "chrome_public_test_apk"
+ }
]
},
"Android x64 Tests": {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698