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

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

Issue 2804163002: Fix buildbot recipe for android_n5x_swarming_dbg (Closed)
Patch Set: Created 3 years, 8 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 | 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 2622 matching lines...) Expand 10 before | Expand all | Expand 10 after
2633 "=android%2Fswarming%2Flogcats%2F", 2633 "=android%2Fswarming%2Flogcats%2F",
2634 "${TASK_ID}%2F%2B%2Funified_logcats" 2634 "${TASK_ID}%2F%2B%2Funified_logcats"
2635 ], 2635 ],
2636 "name": "shard #${SHARD_INDEX} logcats" 2636 "name": "shard #${SHARD_INDEX} logcats"
2637 } 2637 }
2638 ] 2638 ]
2639 }, 2639 },
2640 "test": "blink_heap_unittests" 2640 "test": "blink_heap_unittests"
2641 }, 2641 },
2642 { 2642 {
2643 "override_compile_targets": [ 2643 "override_compile_targets": [
jbudorick 2017/04/11 02:39:15 You should be able to remove the override_compile_
Jinsuk Kim 2017/04/11 05:05:20 Done.
2644 "breakpad_unittests_deps" 2644 "breakpad_unittests"
2645 ], 2645 ],
2646 "override_isolate_target": "breakpad_unittests", 2646 "override_isolate_target": "breakpad_unittests",
2647 "swarming": { 2647 "swarming": {
2648 "can_use_on_swarming_builders": true, 2648 "can_use_on_swarming_builders": true,
2649 "cipd_packages": [ 2649 "cipd_packages": [
2650 { 2650 {
2651 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", 2651 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
2652 "location": "bin", 2652 "location": "bin",
2653 "revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c " 2653 "revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c "
2654 } 2654 }
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after
3522 "${TASK_ID}%2F%2B%2Funified_logcats" 3522 "${TASK_ID}%2F%2B%2Funified_logcats"
3523 ], 3523 ],
3524 "name": "shard #${SHARD_INDEX} logcats" 3524 "name": "shard #${SHARD_INDEX} logcats"
3525 } 3525 }
3526 ] 3526 ]
3527 }, 3527 },
3528 "test": "net_unittests" 3528 "test": "net_unittests"
3529 }, 3529 },
3530 { 3530 {
3531 "override_compile_targets": [ 3531 "override_compile_targets": [
3532 "sandbox_linux_unittests_deps" 3532 "sandbox_linux_unittests"
3533 ], 3533 ],
3534 "override_isolate_target": "sandbox_linux_unittests", 3534 "override_isolate_target": "sandbox_linux_unittests",
3535 "swarming": { 3535 "swarming": {
3536 "can_use_on_swarming_builders": true, 3536 "can_use_on_swarming_builders": true,
3537 "cipd_packages": [ 3537 "cipd_packages": [
3538 { 3538 {
3539 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", 3539 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
3540 "location": "bin", 3540 "location": "bin",
3541 "revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c " 3541 "revision": "git_revision:ff387eadf445b24c935f1cf7d6ddd279f8a6b04c "
3542 } 3542 }
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
3914 }, 3914 },
3915 { 3915 {
3916 "test": "chrome_sync_shell_test_apk" 3916 "test": "chrome_sync_shell_test_apk"
3917 }, 3917 },
3918 { 3918 {
3919 "test": "content_shell_test_apk" 3919 "test": "content_shell_test_apk"
3920 } 3920 }
3921 ] 3921 ]
3922 } 3922 }
3923 } 3923 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698