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 2998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3009 { | 3009 { |
| 3010 "test": "blimp_unittests" | 3010 "test": "blimp_unittests" |
| 3011 }, | 3011 }, |
| 3012 { | 3012 { |
| 3013 "test": "blink_heap_unittests" | 3013 "test": "blink_heap_unittests" |
| 3014 }, | 3014 }, |
| 3015 { | 3015 { |
| 3016 "test": "blink_platform_unittests" | 3016 "test": "blink_platform_unittests" |
| 3017 }, | 3017 }, |
| 3018 { | 3018 { |
| 3019 "override_isolate_target": "blink_platform_unittests", | |
| 3020 "swarming": { | |
| 3021 "can_use_on_swarming_builders": true, | |
| 3022 "cipd_packages": [ | |
| 3023 { | |
| 3024 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", | |
| 3025 "location": "bin", | |
| 3026 "revision": "git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a " | |
| 3027 } | |
| 3028 ], | |
| 3029 "dimension_sets": [ | |
| 3030 { | |
| 3031 "device_os": "MMB29Q", | |
| 3032 "device_type": "bullhead" | |
| 3033 } | |
| 3034 ], | |
| 3035 "hard_timeout": 960, | |
| 3036 "output_links": [ | |
| 3037 { | |
| 3038 "link": [ | |
| 3039 "https://luci-logdog.appspot.com/v/?s", | |
| 3040 "=android%2Fswarming%2Flogcats%2F", | |
| 3041 "${TASK_ID}%2F%2B%2Funified_logcats" | |
| 3042 ], | |
| 3043 "name": "shard #${SHARD_INDEX} logcats" | |
| 3044 } | |
| 3045 ] | |
| 3046 }, | |
| 3047 "test": "blink_platform_unittests" | |
|
bpastene
2016/09/13 22:45:46
Anyone know if the "test" field needs to be unique
jbudorick
2016/09/13 22:51:23
I don't think it does; I think you'll just wind up
| |
| 3048 }, | |
| 3049 { | |
| 3019 "override_compile_targets": [ | 3050 "override_compile_targets": [ |
| 3020 "breakpad_unittests_deps" | 3051 "breakpad_unittests_deps" |
| 3021 ], | 3052 ], |
| 3022 "test": "breakpad_unittests" | 3053 "test": "breakpad_unittests" |
| 3023 }, | 3054 }, |
| 3024 { | 3055 { |
| 3025 "test": "capture_unittests" | 3056 "test": "capture_unittests" |
| 3026 }, | 3057 }, |
| 3027 { | 3058 { |
| 3028 "test": "cc_unittests" | 3059 "test": "cc_unittests" |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3212 }, | 3243 }, |
| 3213 { | 3244 { |
| 3214 "test": "chrome_sync_shell_test_apk" | 3245 "test": "chrome_sync_shell_test_apk" |
| 3215 }, | 3246 }, |
| 3216 { | 3247 { |
| 3217 "test": "content_shell_test_apk" | 3248 "test": "content_shell_test_apk" |
| 3218 } | 3249 } |
| 3219 ] | 3250 ] |
| 3220 } | 3251 } |
| 3221 } | 3252 } |
| OLD | NEW |