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

Side by Side Diff: testing/buildbot/chromium.android.json

Issue 2521883003: Enabled VR Shell unittests on main waterfall (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 unified diff | Download patch
« no previous file with comments | « chrome/browser/android/vr_shell/BUILD.gn ('k') | no next file » | 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 Cronet Builder": { 2 "Android Cronet Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "cronet_package" 4 "cronet_package"
5 ] 5 ]
6 }, 6 },
7 "Android N5X Swarm Builder": { 7 "Android N5X Swarm Builder": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "override_compile_targets": [ 10 "override_compile_targets": [
(...skipping 2463 matching lines...) Expand 10 before | Expand all | Expand 10 after
2474 "link": [ 2474 "link": [
2475 "https://luci-logdog.appspot.com/v/?s", 2475 "https://luci-logdog.appspot.com/v/?s",
2476 "=android%2Fswarming%2Flogcats%2F", 2476 "=android%2Fswarming%2Flogcats%2F",
2477 "${TASK_ID}%2F%2B%2Funified_logcats" 2477 "${TASK_ID}%2F%2B%2Funified_logcats"
2478 ], 2478 ],
2479 "name": "shard #${SHARD_INDEX} logcats" 2479 "name": "shard #${SHARD_INDEX} logcats"
2480 } 2480 }
2481 ] 2481 ]
2482 }, 2482 },
2483 "test": "unit_tests" 2483 "test": "unit_tests"
2484 },
2485 {
2486 "override_isolate_target": "vr_shell_unittests",
2487 "swarming": {
2488 "can_use_on_swarming_builders": true,
2489 "cipd_packages": [
2490 {
2491 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
2492 "location": "bin",
2493 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
2494 }
2495 ],
2496 "dimension_sets": [
2497 {
2498 "device_os": "KTU84P",
ghost stip (do not use) 2016/11/28 21:56:28 we have a bit of a capacity crunch on the N5s righ
2499 "device_type": "hammerhead"
2500 }
2501 ],
2502 "output_links": [
2503 {
2504 "link": [
2505 "https://luci-logdog.appspot.com/v/?s",
2506 "=android%2Fswarming%2Flogcats%2F",
2507 "${TASK_ID}%2F%2B%2Funified_logcats"
2508 ],
2509 "name": "shard #${SHARD_INDEX} logcats"
2510 }
2511 ]
2512 },
2513 "test": "vr_shell_unittests"
2484 } 2514 }
2485 ], 2515 ],
2486 "isolated_scripts": [ 2516 "isolated_scripts": [
2487 { 2517 {
2488 "args": [ 2518 "args": [
2489 "--browser=android-chromium", 2519 "--browser=android-chromium",
2490 "--device=android", 2520 "--device=android",
2491 "--skip=benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmoke Test.*" 2521 "--skip=benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmoke Test.*"
2492 ], 2522 ],
2493 "isolate_name": "telemetry_perf_unittests", 2523 "isolate_name": "telemetry_perf_unittests",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
2590 "test": "ui_android_unittests" 2620 "test": "ui_android_unittests"
2591 }, 2621 },
2592 { 2622 {
2593 "test": "ui_base_unittests" 2623 "test": "ui_base_unittests"
2594 }, 2624 },
2595 { 2625 {
2596 "test": "ui_touch_selection_unittests" 2626 "test": "ui_touch_selection_unittests"
2597 }, 2627 },
2598 { 2628 {
2599 "test": "unit_tests" 2629 "test": "unit_tests"
2630 },
2631 {
2632 "test": "vr_shell_unittests"
2600 } 2633 }
2601 ], 2634 ],
2602 "instrumentation_tests": [ 2635 "instrumentation_tests": [
2603 { 2636 {
2604 "test": "android_webview_test_apk" 2637 "test": "android_webview_test_apk"
2605 }, 2638 },
2606 { 2639 {
2607 "apk_under_test": "Blimp.apk", 2640 "apk_under_test": "Blimp.apk",
2608 "override_compile_targets": [ 2641 "override_compile_targets": [
2609 "blimp_test_apk" 2642 "blimp_test_apk"
(...skipping 905 matching lines...) Expand 10 before | Expand all | Expand 10 after
3515 "=android%2Fswarming%2Flogcats%2F", 3548 "=android%2Fswarming%2Flogcats%2F",
3516 "${TASK_ID}%2F%2B%2Funified_logcats" 3549 "${TASK_ID}%2F%2B%2Funified_logcats"
3517 ], 3550 ],
3518 "name": "shard #${SHARD_INDEX} logcats" 3551 "name": "shard #${SHARD_INDEX} logcats"
3519 } 3552 }
3520 ] 3553 ]
3521 }, 3554 },
3522 "test": "unit_tests" 3555 "test": "unit_tests"
3523 }, 3556 },
3524 { 3557 {
3558 "override_isolate_target": "vr_shell_unittests",
3559 "swarming": {
3560 "can_use_on_swarming_builders": true,
3561 "cipd_packages": [
3562 {
3563 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
3564 "location": "bin",
3565 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
3566 }
3567 ],
3568 "dimension_sets": [
3569 {
3570 "android_devices": "4",
3571 "device_os": "LMY48I",
3572 "device_type": "hammerhead"
3573 }
3574 ],
3575 "expiration": 10800,
3576 "hard_timeout": 960,
3577 "output_links": [
3578 {
3579 "link": [
3580 "https://luci-logdog.appspot.com/v/?s",
3581 "=android%2Fswarming%2Flogcats%2F",
3582 "${TASK_ID}%2F%2B%2Funified_logcats"
3583 ],
3584 "name": "shard #${SHARD_INDEX} logcats"
3585 }
3586 ]
3587 },
3588 "test": "vr_shell_unittests"
3589 },
3590 {
3525 "override_compile_targets": [ 3591 "override_compile_targets": [
3526 "android_webview_test_apk" 3592 "android_webview_test_apk"
3527 ], 3593 ],
3528 "override_isolate_target": "android_webview_test_apk", 3594 "override_isolate_target": "android_webview_test_apk",
3529 "swarming": { 3595 "swarming": {
3530 "can_use_on_swarming_builders": true, 3596 "can_use_on_swarming_builders": true,
3531 "cipd_packages": [ 3597 "cipd_packages": [
3532 { 3598 {
3533 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", 3599 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
3534 "location": "bin", 3600 "location": "bin",
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
3784 "test": "ui_android_unittests" 3850 "test": "ui_android_unittests"
3785 }, 3851 },
3786 { 3852 {
3787 "test": "ui_base_unittests" 3853 "test": "ui_base_unittests"
3788 }, 3854 },
3789 { 3855 {
3790 "test": "ui_touch_selection_unittests" 3856 "test": "ui_touch_selection_unittests"
3791 }, 3857 },
3792 { 3858 {
3793 "test": "unit_tests" 3859 "test": "unit_tests"
3860 },
3861 {
3862 "test": "vr_shell_unittests"
3794 } 3863 }
3795 ], 3864 ],
3796 "instrumentation_tests": [ 3865 "instrumentation_tests": [
3797 { 3866 {
3798 "test": "android_webview_test_apk" 3867 "test": "android_webview_test_apk"
3799 }, 3868 },
3800 { 3869 {
3801 "apk_under_test": "Blimp.apk", 3870 "apk_under_test": "Blimp.apk",
3802 "override_compile_targets": [ 3871 "override_compile_targets": [
3803 "blimp_test_apk" 3872 "blimp_test_apk"
(...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after
4885 "link": [ 4954 "link": [
4886 "https://luci-logdog.appspot.com/v/?s", 4955 "https://luci-logdog.appspot.com/v/?s",
4887 "=android%2Fswarming%2Flogcats%2F", 4956 "=android%2Fswarming%2Flogcats%2F",
4888 "${TASK_ID}%2F%2B%2Funified_logcats" 4957 "${TASK_ID}%2F%2B%2Funified_logcats"
4889 ], 4958 ],
4890 "name": "shard #${SHARD_INDEX} logcats" 4959 "name": "shard #${SHARD_INDEX} logcats"
4891 } 4960 }
4892 ] 4961 ]
4893 }, 4962 },
4894 "test": "unit_tests" 4963 "test": "unit_tests"
4964 },
4965 {
4966 "override_isolate_target": "vr_shell_unittests",
4967 "swarming": {
4968 "can_use_on_swarming_builders": true,
4969 "cipd_packages": [
4970 {
4971 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
4972 "location": "bin",
4973 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
4974 }
4975 ],
4976 "dimension_sets": [
4977 {
4978 "device_os": "MMB29Q",
4979 "device_type": "bullhead"
4980 }
4981 ],
4982 "hard_timeout": 960,
4983 "output_links": [
4984 {
4985 "link": [
4986 "https://luci-logdog.appspot.com/v/?s",
4987 "=android%2Fswarming%2Flogcats%2F",
4988 "${TASK_ID}%2F%2B%2Funified_logcats"
4989 ],
4990 "name": "shard #${SHARD_INDEX} logcats"
4991 }
4992 ]
4993 },
4994 "test": "vr_shell_unittests"
4895 } 4995 }
4896 ] 4996 ]
4897 }, 4997 },
4898 "Marshmallow Tablet Tester": { 4998 "Marshmallow Tablet Tester": {
4899 "gtest_tests": [ 4999 "gtest_tests": [
4900 { 5000 {
4901 "test": "android_webview_unittests" 5001 "test": "android_webview_unittests"
4902 }, 5002 },
4903 { 5003 {
4904 "test": "base_unittests" 5004 "test": "base_unittests"
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
4976 "test": "ui_android_unittests" 5076 "test": "ui_android_unittests"
4977 }, 5077 },
4978 { 5078 {
4979 "test": "ui_base_unittests" 5079 "test": "ui_base_unittests"
4980 }, 5080 },
4981 { 5081 {
4982 "test": "ui_touch_selection_unittests" 5082 "test": "ui_touch_selection_unittests"
4983 }, 5083 },
4984 { 5084 {
4985 "test": "unit_tests" 5085 "test": "unit_tests"
5086 },
5087 {
5088 "test": "vr_shell_unittests"
4986 } 5089 }
4987 ], 5090 ],
4988 "instrumentation_tests": [ 5091 "instrumentation_tests": [
4989 { 5092 {
4990 "test": "android_webview_test_apk" 5093 "test": "android_webview_test_apk"
4991 }, 5094 },
4992 { 5095 {
4993 "apk_under_test": "Blimp.apk", 5096 "apk_under_test": "Blimp.apk",
4994 "override_compile_targets": [ 5097 "override_compile_targets": [
4995 "blimp_test_apk" 5098 "blimp_test_apk"
4996 ], 5099 ],
4997 "test": "blimp_test_apk", 5100 "test": "blimp_test_apk",
4998 "test_apk": "BlimpTest.apk" 5101 "test_apk": "BlimpTest.apk"
4999 }, 5102 },
5000 { 5103 {
5001 "test": "chrome_public_test_apk" 5104 "test": "chrome_public_test_apk"
5002 }, 5105 },
5003 { 5106 {
5004 "test": "chrome_sync_shell_test_apk" 5107 "test": "chrome_sync_shell_test_apk"
5005 }, 5108 },
5006 { 5109 {
5007 "test": "content_shell_test_apk" 5110 "test": "content_shell_test_apk"
5008 } 5111 }
5009 ] 5112 ]
5010 } 5113 }
5011 } 5114 }
OLDNEW
« no previous file with comments | « chrome/browser/android/vr_shell/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698