Commit d10df401 authored by bsheedy's avatar bsheedy Committed by Commit bot

Add VR instrumentation tests to FYI bot

Adds the chrome_public_test_apk instrumentation tests to the Android VR FYI
builder and limits it to VR-related tests using the functionality added in
https://bugs.chromium.org/p/chromium/issues/detail?id=658342

BUG=

Review-Url: https://codereview.chromium.org/2537633002
Cr-Commit-Position: refs/heads/master@{#435039}
parent 63142332
......@@ -894,6 +894,15 @@
},
"test": "vr_shell_unittests"
}
],
"instrumentation_tests": [
{
"args": [
"--test-filter",
"VrShellTest#*"
],
"test": "chrome_public_test_apk"
}
]
},
"Android x64 Tests": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment