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

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

Issue 2579793002: Set number of shards for telemetry_unittests to be 2 (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 | « testing/buildbot/chromium.fyi.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 3386 matching lines...) Expand 10 before | Expand all | Expand 10 after
3397 "shards": 12 3397 "shards": 12
3398 } 3398 }
3399 }, 3399 },
3400 { 3400 {
3401 "isolate_name": "telemetry_unittests", 3401 "isolate_name": "telemetry_unittests",
3402 "name": "telemetry_unittests", 3402 "name": "telemetry_unittests",
3403 "override_compile_targets": [ 3403 "override_compile_targets": [
3404 "telemetry_unittests_run" 3404 "telemetry_unittests_run"
3405 ], 3405 ],
3406 "swarming": { 3406 "swarming": {
3407 "can_use_on_swarming_builders": true 3407 "can_use_on_swarming_builders": true,
3408 "hard_timeout": 960,
3409 "shards": 2
3408 } 3410 }
3409 } 3411 }
3410 ], 3412 ],
3411 "scripts": [ 3413 "scripts": [
3412 { 3414 {
3413 "name": "checkdeps", 3415 "name": "checkdeps",
3414 "script": "checkdeps.py" 3416 "script": "checkdeps.py"
3415 }, 3417 },
3416 { 3418 {
3417 "name": "checkperms", 3419 "name": "checkperms",
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
3959 "can_use_on_swarming_builders": true 3961 "can_use_on_swarming_builders": true
3960 } 3962 }
3961 }, 3963 },
3962 { 3964 {
3963 "isolate_name": "telemetry_unittests", 3965 "isolate_name": "telemetry_unittests",
3964 "name": "telemetry_unittests", 3966 "name": "telemetry_unittests",
3965 "override_compile_targets": [ 3967 "override_compile_targets": [
3966 "telemetry_unittests_run" 3968 "telemetry_unittests_run"
3967 ], 3969 ],
3968 "swarming": { 3970 "swarming": {
3969 "can_use_on_swarming_builders": true 3971 "can_use_on_swarming_builders": true,
3972 "hard_timeout": 960,
3973 "shards": 2
3970 } 3974 }
3971 } 3975 }
3972 ], 3976 ],
3973 "scripts": [ 3977 "scripts": [
3974 { 3978 {
3975 "name": "nacl_integration", 3979 "name": "nacl_integration",
3976 "script": "nacl_integration.py" 3980 "script": "nacl_integration.py"
3977 } 3981 }
3978 ] 3982 ]
3979 }, 3983 },
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
4326 "can_use_on_swarming_builders": true 4330 "can_use_on_swarming_builders": true
4327 } 4331 }
4328 }, 4332 },
4329 { 4333 {
4330 "isolate_name": "telemetry_unittests", 4334 "isolate_name": "telemetry_unittests",
4331 "name": "telemetry_unittests", 4335 "name": "telemetry_unittests",
4332 "override_compile_targets": [ 4336 "override_compile_targets": [
4333 "telemetry_unittests_run" 4337 "telemetry_unittests_run"
4334 ], 4338 ],
4335 "swarming": { 4339 "swarming": {
4336 "can_use_on_swarming_builders": true 4340 "can_use_on_swarming_builders": true,
4341 "hard_timeout": 960,
4342 "shards": 2
4337 } 4343 }
4338 } 4344 }
4339 ] 4345 ]
4340 } 4346 }
4341 } 4347 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698