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

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

Issue 2655063002: telemetry_unittests: set number of shards to be 4 on linux & 2 on other desktop bots (Closed)
Patch Set: shards=4 for Linux only 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.fyi.json ('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 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 3247 matching lines...) Expand 10 before | Expand all | Expand 10 after
3258 "args": [ 3258 "args": [
3259 "--jobs=1" 3259 "--jobs=1"
3260 ], 3260 ],
3261 "isolate_name": "telemetry_unittests", 3261 "isolate_name": "telemetry_unittests",
3262 "name": "telemetry_unittests", 3262 "name": "telemetry_unittests",
3263 "override_compile_targets": [ 3263 "override_compile_targets": [
3264 "telemetry_unittests_run" 3264 "telemetry_unittests_run"
3265 ], 3265 ],
3266 "swarming": { 3266 "swarming": {
3267 "can_use_on_swarming_builders": true, 3267 "can_use_on_swarming_builders": true,
3268 "shards": 2 3268 "shards": 4
3269 } 3269 }
3270 } 3270 }
3271 ], 3271 ],
3272 "scripts": [ 3272 "scripts": [
3273 { 3273 {
3274 "name": "checkdeps", 3274 "name": "checkdeps",
3275 "script": "checkdeps.py" 3275 "script": "checkdeps.py"
3276 }, 3276 },
3277 { 3277 {
3278 "name": "checkperms", 3278 "name": "checkperms",
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
3823 "args": [ 3823 "args": [
3824 "--jobs=1" 3824 "--jobs=1"
3825 ], 3825 ],
3826 "isolate_name": "telemetry_unittests", 3826 "isolate_name": "telemetry_unittests",
3827 "name": "telemetry_unittests", 3827 "name": "telemetry_unittests",
3828 "override_compile_targets": [ 3828 "override_compile_targets": [
3829 "telemetry_unittests_run" 3829 "telemetry_unittests_run"
3830 ], 3830 ],
3831 "swarming": { 3831 "swarming": {
3832 "can_use_on_swarming_builders": true, 3832 "can_use_on_swarming_builders": true,
3833 "shards": 2 3833 "shards": 4
3834 } 3834 }
3835 } 3835 }
3836 ], 3836 ],
3837 "scripts": [ 3837 "scripts": [
3838 { 3838 {
3839 "name": "nacl_integration", 3839 "name": "nacl_integration",
3840 "script": "nacl_integration.py" 3840 "script": "nacl_integration.py"
3841 } 3841 }
3842 ] 3842 ]
3843 }, 3843 },
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
4194 "args": [ 4194 "args": [
4195 "--jobs=1" 4195 "--jobs=1"
4196 ], 4196 ],
4197 "isolate_name": "telemetry_unittests", 4197 "isolate_name": "telemetry_unittests",
4198 "name": "telemetry_unittests", 4198 "name": "telemetry_unittests",
4199 "override_compile_targets": [ 4199 "override_compile_targets": [
4200 "telemetry_unittests_run" 4200 "telemetry_unittests_run"
4201 ], 4201 ],
4202 "swarming": { 4202 "swarming": {
4203 "can_use_on_swarming_builders": true, 4203 "can_use_on_swarming_builders": true,
4204 "shards": 2 4204 "shards": 4
4205 } 4205 }
4206 } 4206 }
4207 ] 4207 ]
4208 } 4208 }
4209 } 4209 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698