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

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

Issue 2566663004: Revert of Build services as standalone executables (Closed)
Patch Set: Created 4 years 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 | « services/ui/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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 "=android%2Fswarming%2Flogcats%2F", 859 "=android%2Fswarming%2Flogcats%2F",
860 "${TASK_ID}%2F%2B%2Funified_logcats" 860 "${TASK_ID}%2F%2B%2Funified_logcats"
861 ], 861 ],
862 "name": "shard #${SHARD_INDEX} logcats" 862 "name": "shard #${SHARD_INDEX} logcats"
863 } 863 }
864 ] 864 ]
865 }, 865 },
866 "test": "mojo_public_system_unittests" 866 "test": "mojo_public_system_unittests"
867 }, 867 },
868 { 868 {
869 "override_isolate_target": "mojo_runner_host_unittests",
870 "swarming": {
871 "can_use_on_swarming_builders": true,
872 "cipd_packages": [
873 {
874 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
875 "location": "bin",
876 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
877 }
878 ],
879 "dimension_sets": [
880 {
881 "android_devices": "4",
882 "device_os": "MMB29Q",
883 "device_type": "bullhead"
884 }
885 ],
886 "hard_timeout": 60,
887 "output_links": [
888 {
889 "link": [
890 "https://luci-logdog.appspot.com/v/?s",
891 "=android%2Fswarming%2Flogcats%2F",
892 "${TASK_ID}%2F%2B%2Funified_logcats"
893 ],
894 "name": "shard #${SHARD_INDEX} logcats"
895 }
896 ]
897 },
898 "test": "mojo_runner_host_unittests"
899 },
900 {
869 "override_isolate_target": "mojo_system_unittests", 901 "override_isolate_target": "mojo_system_unittests",
870 "swarming": { 902 "swarming": {
871 "can_use_on_swarming_builders": true, 903 "can_use_on_swarming_builders": true,
872 "cipd_packages": [ 904 "cipd_packages": [
873 { 905 {
874 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", 906 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
875 "location": "bin", 907 "location": "bin",
876 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a " 908 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a "
877 } 909 }
878 ], 910 ],
(...skipping 2894 matching lines...) Expand 10 before | Expand all | Expand 10 after
3773 }, 3805 },
3774 { 3806 {
3775 "test": "chrome_sync_shell_test_apk" 3807 "test": "chrome_sync_shell_test_apk"
3776 }, 3808 },
3777 { 3809 {
3778 "test": "content_shell_test_apk" 3810 "test": "content_shell_test_apk"
3779 } 3811 }
3780 ] 3812 ]
3781 } 3813 }
3782 } 3814 }
OLDNEW
« no previous file with comments | « services/ui/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698