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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "swarming": { 215 "swarming": {
216 "can_use_on_swarming_builders": false 216 "can_use_on_swarming_builders": false
217 }, 217 },
218 "test": "webkit_unit_tests" 218 "test": "webkit_unit_tests"
219 } 219 }
220 ] 220 ]
221 }, 221 },
222 "Android VR Tests": { 222 "Android VR Tests": {
223 "gtest_tests": [ 223 "gtest_tests": [
224 { 224 {
225 "args": [
226 "--shared-prefs-file=chrome/android/shared_preference_files/test/vr_ca rdboard_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
227 "--additional-apk=third_party/gvr-android-sdk/test-apks/vr_services/vr _services_current.apk"
228 ],
229 "name": "nonddready-cardboard-current_chrome_public_test_vr_apk",
230 "override_isolate_target": "chrome_public_test_vr_apk",
231 "swarming": {
232 "can_use_on_swarming_builders": true,
233 "dimension_sets": [
234 {
235 "android_devices": "1",
236 "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
237 "device_type": "bullhead"
238 }
239 ],
240 "hard_timeout": 960
241 },
242 "test": "chrome_public_test_vr_apk"
243 },
244 {
225 "swarming": { 245 "swarming": {
226 "can_use_on_swarming_builders": false 246 "can_use_on_swarming_builders": false
227 }, 247 },
228 "test": "vr_shell_unittests" 248 "test": "vr_shell_unittests"
229 } 249 }
230 ], 250 ],
231 "instrumentation_tests": [ 251 "instrumentation_tests": [
232 { 252 {
253 "args": [
254 "--shared-prefs-file=chrome/android/shared_preference_files/test/vr_ca rdboard_skipdon_setupcomplete.json",
255 "--additional-apk=third_party/gvr-android-sdk/test-apks/vr_services/vr _services_current.apk"
256 ],
257 "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
258 },
259 {
260 "args": [
261 "--shared-prefs-file=chrome/android/shared_preference_files/test/vr_dd view_skipdon_setupcomplete.json",
262 "--additional-apk=third_party/gvr-android-sdk/test-apks/vr_services/vr _services_current.apk"
263 ],
233 "test": "chrome_public_test_vr_apk" 264 "test": "chrome_public_test_vr_apk"
234 } 265 }
235 ] 266 ]
236 }, 267 },
237 "Browser Side Navigation Linux": { 268 "Browser Side Navigation Linux": {
238 "gtest_tests": [ 269 "gtest_tests": [
239 { 270 {
240 "args": [ 271 "args": [
241 "--enable-browser-side-navigation", 272 "--enable-browser-side-navigation",
242 "--test-launcher-retry-limit=6" 273 "--test-launcher-retry-limit=6"
(...skipping 12470 matching lines...) Expand 10 before | Expand all | Expand 10 after
12713 }, 12744 },
12714 { 12745 {
12715 "swarming": { 12746 "swarming": {
12716 "can_use_on_swarming_builders": false 12747 "can_use_on_swarming_builders": false
12717 }, 12748 },
12718 "test": "views_unittests" 12749 "test": "views_unittests"
12719 } 12750 }
12720 ] 12751 ]
12721 } 12752 }
12722 } 12753 }
OLDNEW
« 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