Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 922 "=android%2Fswarming%2Flogcats%2F", | 922 "=android%2Fswarming%2Flogcats%2F", |
| 923 "${TASK_ID}%2F%2B%2Funified_logcats" | 923 "${TASK_ID}%2F%2B%2Funified_logcats" |
| 924 ], | 924 ], |
| 925 "name": "shard #${SHARD_INDEX} logcats" | 925 "name": "shard #${SHARD_INDEX} logcats" |
| 926 } | 926 } |
| 927 ] | 927 ] |
| 928 }, | 928 }, |
| 929 "test": "sandbox_linux_unittests" | 929 "test": "sandbox_linux_unittests" |
| 930 }, | 930 }, |
| 931 { | 931 { |
| 932 "override_isolate_target": "service_unittests", | |
| 933 "swarming": { | |
| 934 "can_use_on_swarming_builders": true, | |
| 935 "cipd_packages": [ | |
| 936 { | |
| 937 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", | |
| 938 "location": "bin", | |
| 939 "revision": "git_revision:25755a2c316937ee44a6432163dc5e2f9c85cf58 " | |
|
jbudorick
2017/01/28 01:42:43
nit: this should be updated to dec8cc6fd715753846d
| |
| 940 } | |
| 941 ], | |
| 942 "dimension_sets": [ | |
| 943 { | |
| 944 "android_devices": "4", | |
| 945 "device_os": "MMB29Q", | |
| 946 "device_type": "bullhead" | |
| 947 } | |
| 948 ], | |
| 949 "hard_timeout": 120, | |
| 950 "output_links": [ | |
| 951 { | |
| 952 "link": [ | |
| 953 "https://luci-logdog.appspot.com/v/?s", | |
| 954 "=android%2Fswarming%2Flogcats%2F", | |
| 955 "${TASK_ID}%2F%2B%2Funified_logcats" | |
| 956 ], | |
| 957 "name": "shard #${SHARD_INDEX} logcats" | |
| 958 } | |
| 959 ] | |
| 960 }, | |
| 961 "test": "service_unittests" | |
| 962 }, | |
| 963 { | |
| 932 "override_isolate_target": "sql_unittests", | 964 "override_isolate_target": "sql_unittests", |
| 933 "swarming": { | 965 "swarming": { |
| 934 "can_use_on_swarming_builders": true, | 966 "can_use_on_swarming_builders": true, |
| 935 "cipd_packages": [ | 967 "cipd_packages": [ |
| 936 { | 968 { |
| 937 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", | 969 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", |
| 938 "location": "bin", | 970 "location": "bin", |
| 939 "revision": "git_revision:25755a2c316937ee44a6432163dc5e2f9c85cf58 " | 971 "revision": "git_revision:25755a2c316937ee44a6432163dc5e2f9c85cf58 " |
| 940 } | 972 } |
| 941 ], | 973 ], |
| (...skipping 2600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3542 }, | 3574 }, |
| 3543 { | 3575 { |
| 3544 "test": "chrome_sync_shell_test_apk" | 3576 "test": "chrome_sync_shell_test_apk" |
| 3545 }, | 3577 }, |
| 3546 { | 3578 { |
| 3547 "test": "content_shell_test_apk" | 3579 "test": "content_shell_test_apk" |
| 3548 } | 3580 } |
| 3549 ] | 3581 ] |
| 3550 } | 3582 } |
| 3551 } | 3583 } |
| OLD | NEW |