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

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

Issue 2712613003: Add swarmed version of VR tests to FYI bot (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | 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 eddafc5a25fc49ee90fb76f9787adc1b714ba256..5a643cdcf7eb4020906463512def51251cdb5d55 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -222,6 +222,26 @@
"Android VR Tests": {
"gtest_tests": [
{
+ "args": [
+ "--shared-prefs-file=chrome/android/shared_preference_files/test/vr_cardboard_skipdon_setupcomplete.json",
bsheedy 2017/02/23 01:37:01 --shared-prefs-file is currently only used in test
jbudorick 2017/02/23 19:45:05 This is fine. I can explain in more detail why nex
bsheedy 2017/02/23 19:48:22 Sure - I'll be messing around with this stuff enou
+ "--additional-apk=third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk"
+ ],
+ "name": "nonddready-cardboard-current_chrome_public_test_vr_apk",
+ "override_isolate_target": "chrome_public_test_vr_apk",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "dimension_sets": [
+ {
+ "android_devices": "1",
+ "device_os": "NRD91N",
bpastene 2017/02/23 19:54:00 Just so you're aware, you're triggering this test
bsheedy 2017/02/23 20:44:40 Thanks for the notification. Are there any other p
+ "device_type": "bullhead"
+ }
+ ],
+ "hard_timeout": 960
+ },
+ "test": "chrome_public_test_vr_apk"
+ },
+ {
"swarming": {
"can_use_on_swarming_builders": false
},
@@ -230,6 +250,17 @@
],
"instrumentation_tests": [
{
+ "args": [
+ "--shared-prefs-file=chrome/android/shared_preference_files/test/vr_cardboard_skipdon_setupcomplete.json",
+ "--additional-apk=third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk"
+ ],
+ "test": "chrome_public_test_vr_apk"
bsheedy 2017/02/23 01:37:01 Not sure if this will cause issues since it'll cre
jbudorick 2017/02/23 19:45:05 This is an unusual setup, though I *think* it'll s
+ },
+ {
+ "args": [
+ "--shared-prefs-file=chrome/android/shared_preference_files/test/vr_ddview_skipdon_setupcomplete.json",
+ "--additional-apk=third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk"
+ ],
"test": "chrome_public_test_vr_apk"
}
]
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698