Commit 91e29608 authored by bsheedy's avatar bsheedy Committed by Commit Bot

Add swarmed Pixel VR tests to VR FYI bot

Adds two swarming test triggers to the VR FYI bot to run the VR
instrumentation tests on the swarmed Pixel XLs. This is to make
sure that everything runs smoothly on them before going through
the effort to set up a Pixel XL tester on the main waterfall.

Bug: 739935
Change-Id: Ifdb9c6c24489a4883e7dff20566cbeb107c34ce1
Reviewed-on: https://chromium-review.googlesource.com/562896Reviewed-by: default avatarPaweł Hajdan Jr. <phajdan.jr@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#484971}
parent 6df2d002
...@@ -289,6 +289,44 @@ ...@@ -289,6 +289,44 @@
}, },
"test": "chrome_public_test_vr_apk" "test": "chrome_public_test_vr_apk"
}, },
{
"args": [
"--shared-prefs-file=../../chrome/android/shared_preference_files/test/vr_cardboard_skipdon_setupcomplete.json",
"--replace-system-package=com.google.vr.vrcore,../../third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk"
],
"name": "chrome_public_test_vr_apk-marlin-cardboard-nougat",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"android_devices": "1",
"device_os": "NMF26U",
"device_type": "marlin"
}
],
"hard_timeout": 960
},
"test": "chrome_public_test_vr_apk"
},
{
"args": [
"--shared-prefs-file=../../chrome/android/shared_preference_files/test/vr_ddview_skipdon_setupcomplete.json",
"--replace-system-package=com.google.vr.vrcore,../../third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk"
],
"name": "chrome_public_test_vr_apk-marlin-ddview-nougat",
"swarming": {
"can_use_on_swarming_builders": true,
"dimension_sets": [
{
"android_devices": "1",
"device_os": "NMF26U",
"device_type": "marlin"
}
],
"hard_timeout": 960
},
"test": "chrome_public_test_vr_apk"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": false "can_use_on_swarming_builders": false
......
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