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

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

Issue 2665453002: Enable service_unittests on several bot configurations (Closed)
Patch Set: . Created 3 years, 10 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 | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.mac.json » ('j') | 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 Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 2175 matching lines...) Expand 10 before | Expand all | Expand 10 after
2186 "=android%2Fswarming%2Flogcats%2F", 2186 "=android%2Fswarming%2Flogcats%2F",
2187 "${TASK_ID}%2F%2B%2Funified_logcats" 2187 "${TASK_ID}%2F%2B%2Funified_logcats"
2188 ], 2188 ],
2189 "name": "shard #${SHARD_INDEX} logcats" 2189 "name": "shard #${SHARD_INDEX} logcats"
2190 } 2190 }
2191 ] 2191 ]
2192 }, 2192 },
2193 "test": "sandbox_linux_unittests" 2193 "test": "sandbox_linux_unittests"
2194 }, 2194 },
2195 { 2195 {
2196 "override_isolate_target": "service_unittests",
2197 "swarming": {
2198 "can_use_on_swarming_builders": true,
2199 "cipd_packages": [
2200 {
2201 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
2202 "location": "bin",
2203 "revision": "git_revision:dec8cc6fd715753846d0aca1693dc63844ea55d6 "
2204 }
2205 ],
2206 "dimension_sets": [
2207 {
2208 "android_devices": "4",
2209 "device_os": "KTU84P",
2210 "device_type": "hammerhead"
2211 }
2212 ],
2213 "hard_timeout": 120,
2214 "output_links": [
2215 {
2216 "link": [
2217 "https://luci-logdog.appspot.com/v/?s",
2218 "=android%2Fswarming%2Flogcats%2F",
2219 "${TASK_ID}%2F%2B%2Funified_logcats"
2220 ],
2221 "name": "shard #${SHARD_INDEX} logcats"
2222 }
2223 ]
2224 },
2225 "test": "service_unittests"
2226 },
2227 {
2196 "override_isolate_target": "sql_unittests", 2228 "override_isolate_target": "sql_unittests",
2197 "swarming": { 2229 "swarming": {
2198 "can_use_on_swarming_builders": true, 2230 "can_use_on_swarming_builders": true,
2199 "cipd_packages": [ 2231 "cipd_packages": [
2200 { 2232 {
2201 "cipd_package": "infra/tools/luci/logdog/butler/${platform}", 2233 "cipd_package": "infra/tools/luci/logdog/butler/${platform}",
2202 "location": "bin", 2234 "location": "bin",
2203 "revision": "git_revision:dec8cc6fd715753846d0aca1693dc63844ea55d6 " 2235 "revision": "git_revision:dec8cc6fd715753846d0aca1693dc63844ea55d6 "
2204 } 2236 }
2205 ], 2237 ],
(...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
3112 { 3144 {
3113 "swarming": { 3145 "swarming": {
3114 "can_use_on_swarming_builders": true 3146 "can_use_on_swarming_builders": true
3115 }, 3147 },
3116 "test": "service_manager_unittests" 3148 "test": "service_manager_unittests"
3117 }, 3149 },
3118 { 3150 {
3119 "swarming": { 3151 "swarming": {
3120 "can_use_on_swarming_builders": true 3152 "can_use_on_swarming_builders": true
3121 }, 3153 },
3154 "test": "service_unittests"
3155 },
3156 {
3157 "swarming": {
3158 "can_use_on_swarming_builders": true
3159 },
3122 "test": "skia_unittests" 3160 "test": "skia_unittests"
3123 }, 3161 },
3124 { 3162 {
3125 "swarming": { 3163 "swarming": {
3126 "can_use_on_swarming_builders": true 3164 "can_use_on_swarming_builders": true
3127 }, 3165 },
3128 "test": "snapshot_unittests" 3166 "test": "snapshot_unittests"
3129 }, 3167 },
3130 { 3168 {
3131 "swarming": { 3169 "swarming": {
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
3712 ], 3750 ],
3713 "swarming": { 3751 "swarming": {
3714 "can_use_on_swarming_builders": true 3752 "can_use_on_swarming_builders": true
3715 }, 3753 },
3716 "test": "sandbox_linux_unittests" 3754 "test": "sandbox_linux_unittests"
3717 }, 3755 },
3718 { 3756 {
3719 "swarming": { 3757 "swarming": {
3720 "can_use_on_swarming_builders": true 3758 "can_use_on_swarming_builders": true
3721 }, 3759 },
3760 "test": "service_unittests"
3761 },
3762 {
3763 "swarming": {
3764 "can_use_on_swarming_builders": true
3765 },
3722 "test": "skia_unittests" 3766 "test": "skia_unittests"
3723 }, 3767 },
3724 { 3768 {
3725 "swarming": { 3769 "swarming": {
3726 "can_use_on_swarming_builders": true 3770 "can_use_on_swarming_builders": true
3727 }, 3771 },
3728 "test": "snapshot_unittests" 3772 "test": "snapshot_unittests"
3729 }, 3773 },
3730 { 3774 {
3731 "swarming": { 3775 "swarming": {
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
4109 ], 4153 ],
4110 "swarming": { 4154 "swarming": {
4111 "can_use_on_swarming_builders": true 4155 "can_use_on_swarming_builders": true
4112 }, 4156 },
4113 "test": "sandbox_linux_unittests" 4157 "test": "sandbox_linux_unittests"
4114 }, 4158 },
4115 { 4159 {
4116 "swarming": { 4160 "swarming": {
4117 "can_use_on_swarming_builders": true 4161 "can_use_on_swarming_builders": true
4118 }, 4162 },
4163 "test": "service_unittests"
4164 },
4165 {
4166 "swarming": {
4167 "can_use_on_swarming_builders": true
4168 },
4119 "test": "skia_unittests" 4169 "test": "skia_unittests"
4120 }, 4170 },
4121 { 4171 {
4122 "swarming": { 4172 "swarming": {
4123 "can_use_on_swarming_builders": true 4173 "can_use_on_swarming_builders": true
4124 }, 4174 },
4125 "test": "snapshot_unittests" 4175 "test": "snapshot_unittests"
4126 }, 4176 },
4127 { 4177 {
4128 "swarming": { 4178 "swarming": {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
4194 "telemetry_unittests_run" 4244 "telemetry_unittests_run"
4195 ], 4245 ],
4196 "swarming": { 4246 "swarming": {
4197 "can_use_on_swarming_builders": true, 4247 "can_use_on_swarming_builders": true,
4198 "shards": 4 4248 "shards": 4
4199 } 4249 }
4200 } 4250 }
4201 ] 4251 ]
4202 } 4252 }
4203 } 4253 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698