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

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

Issue 2583703003: Revert of 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
3410 } 3408 }
3411 } 3409 }
3412 ], 3410 ],
3413 "scripts": [ 3411 "scripts": [
3414 { 3412 {
3415 "name": "checkdeps", 3413 "name": "checkdeps",
3416 "script": "checkdeps.py" 3414 "script": "checkdeps.py"
3417 }, 3415 },
3418 { 3416 {
3419 "name": "checkperms", 3417 "name": "checkperms",
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
3961 "can_use_on_swarming_builders": true 3959 "can_use_on_swarming_builders": true
3962 } 3960 }
3963 }, 3961 },
3964 { 3962 {
3965 "isolate_name": "telemetry_unittests", 3963 "isolate_name": "telemetry_unittests",
3966 "name": "telemetry_unittests", 3964 "name": "telemetry_unittests",
3967 "override_compile_targets": [ 3965 "override_compile_targets": [
3968 "telemetry_unittests_run" 3966 "telemetry_unittests_run"
3969 ], 3967 ],
3970 "swarming": { 3968 "swarming": {
3971 "can_use_on_swarming_builders": true, 3969 "can_use_on_swarming_builders": true
3972 "hard_timeout": 960,
3973 "shards": 2
3974 } 3970 }
3975 } 3971 }
3976 ], 3972 ],
3977 "scripts": [ 3973 "scripts": [
3978 { 3974 {
3979 "name": "nacl_integration", 3975 "name": "nacl_integration",
3980 "script": "nacl_integration.py" 3976 "script": "nacl_integration.py"
3981 } 3977 }
3982 ] 3978 ]
3983 }, 3979 },
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
4330 "can_use_on_swarming_builders": true 4326 "can_use_on_swarming_builders": true
4331 } 4327 }
4332 }, 4328 },
4333 { 4329 {
4334 "isolate_name": "telemetry_unittests", 4330 "isolate_name": "telemetry_unittests",
4335 "name": "telemetry_unittests", 4331 "name": "telemetry_unittests",
4336 "override_compile_targets": [ 4332 "override_compile_targets": [
4337 "telemetry_unittests_run" 4333 "telemetry_unittests_run"
4338 ], 4334 ],
4339 "swarming": { 4335 "swarming": {
4340 "can_use_on_swarming_builders": true, 4336 "can_use_on_swarming_builders": true
4341 "hard_timeout": 960,
4342 "shards": 2
4343 } 4337 }
4344 } 4338 }
4345 ] 4339 ]
4346 } 4340 }
4347 } 4341 }
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