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

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

Issue 2650943012: Set the number of shards for telemetry_unittest on Windows & Mac to be 2 (Closed)
Patch Set: Created 3 years, 11 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') | testing/buildbot/chromium.win.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 "Mac GYP": { 2 "Mac GYP": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "base_unittests", 4 "base_unittests",
5 "browser_tests", 5 "browser_tests",
6 "chrome", 6 "chrome",
7 "content_browsertests", 7 "content_browsertests",
8 "content_unittests", 8 "content_unittests",
9 "interactive_ui_tests", 9 "interactive_ui_tests",
10 "ipc_tests", 10 "ipc_tests",
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "shards": 12 371 "shards": 12
372 } 372 }
373 }, 373 },
374 { 374 {
375 "isolate_name": "telemetry_unittests", 375 "isolate_name": "telemetry_unittests",
376 "name": "telemetry_unittests", 376 "name": "telemetry_unittests",
377 "override_compile_targets": [ 377 "override_compile_targets": [
378 "telemetry_unittests_run" 378 "telemetry_unittests_run"
379 ], 379 ],
380 "swarming": { 380 "swarming": {
381 "can_use_on_swarming_builders": true 381 "can_use_on_swarming_builders": true,
382 "shards": 2
382 } 383 }
383 } 384 }
384 ] 385 ]
385 }, 386 },
386 "Mac10.11 Tests": { 387 "Mac10.11 Tests": {
387 "gtest_tests": [ 388 "gtest_tests": [
388 { 389 {
389 "swarming": { 390 "swarming": {
390 "can_use_on_swarming_builders": true 391 "can_use_on_swarming_builders": true
391 }, 392 },
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 "shards": 12 729 "shards": 12
729 } 730 }
730 }, 731 },
731 { 732 {
732 "isolate_name": "telemetry_unittests", 733 "isolate_name": "telemetry_unittests",
733 "name": "telemetry_unittests", 734 "name": "telemetry_unittests",
734 "override_compile_targets": [ 735 "override_compile_targets": [
735 "telemetry_unittests_run" 736 "telemetry_unittests_run"
736 ], 737 ],
737 "swarming": { 738 "swarming": {
738 "can_use_on_swarming_builders": true 739 "can_use_on_swarming_builders": true,
740 "shards": 2
739 } 741 }
740 } 742 }
741 ] 743 ]
742 }, 744 },
743 "Mac10.9 Tests": { 745 "Mac10.9 Tests": {
744 "gtest_tests": [ 746 "gtest_tests": [
745 { 747 {
746 "swarming": { 748 "swarming": {
747 "can_use_on_swarming_builders": true 749 "can_use_on_swarming_builders": true
748 }, 750 },
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 "can_use_on_swarming_builders": true 1076 "can_use_on_swarming_builders": true
1075 } 1077 }
1076 }, 1078 },
1077 { 1079 {
1078 "isolate_name": "telemetry_unittests", 1080 "isolate_name": "telemetry_unittests",
1079 "name": "telemetry_unittests", 1081 "name": "telemetry_unittests",
1080 "override_compile_targets": [ 1082 "override_compile_targets": [
1081 "telemetry_unittests_run" 1083 "telemetry_unittests_run"
1082 ], 1084 ],
1083 "swarming": { 1085 "swarming": {
1084 "can_use_on_swarming_builders": true 1086 "can_use_on_swarming_builders": true,
1087 "shards": 2
1085 } 1088 }
1086 } 1089 }
1087 ] 1090 ]
1088 }, 1091 },
1089 "Mac10.9 Tests (dbg)": { 1092 "Mac10.9 Tests (dbg)": {
1090 "gtest_tests": [ 1093 "gtest_tests": [
1091 { 1094 {
1092 "swarming": { 1095 "swarming": {
1093 "can_use_on_swarming_builders": true 1096 "can_use_on_swarming_builders": true
1094 }, 1097 },
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 "can_use_on_swarming_builders": true 1423 "can_use_on_swarming_builders": true
1421 } 1424 }
1422 }, 1425 },
1423 { 1426 {
1424 "isolate_name": "telemetry_unittests", 1427 "isolate_name": "telemetry_unittests",
1425 "name": "telemetry_unittests", 1428 "name": "telemetry_unittests",
1426 "override_compile_targets": [ 1429 "override_compile_targets": [
1427 "telemetry_unittests_run" 1430 "telemetry_unittests_run"
1428 ], 1431 ],
1429 "swarming": { 1432 "swarming": {
1430 "can_use_on_swarming_builders": true 1433 "can_use_on_swarming_builders": true,
1434 "shards": 2
1431 } 1435 }
1432 } 1436 }
1433 ] 1437 ]
1434 } 1438 }
1435 } 1439 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698