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

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

Issue 2650943012: Set the number of shards for telemetry_unittest on Windows & Mac to be 2 (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.mac.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 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 "shards": 12 465 "shards": 12
466 } 466 }
467 }, 467 },
468 { 468 {
469 "isolate_name": "telemetry_unittests", 469 "isolate_name": "telemetry_unittests",
470 "name": "telemetry_unittests", 470 "name": "telemetry_unittests",
471 "override_compile_targets": [ 471 "override_compile_targets": [
472 "telemetry_unittests_run" 472 "telemetry_unittests_run"
473 ], 473 ],
474 "swarming": { 474 "swarming": {
475 "can_use_on_swarming_builders": true 475 "can_use_on_swarming_builders": true,
476 "shards": 2
476 } 477 }
477 } 478 }
478 ], 479 ],
479 "scripts": [ 480 "scripts": [
480 { 481 {
481 "name": "nacl_integration", 482 "name": "nacl_integration",
482 "script": "nacl_integration.py" 483 "script": "nacl_integration.py"
483 } 484 }
484 ] 485 ]
485 }, 486 },
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
1383 "shards": 12 1384 "shards": 12
1384 } 1385 }
1385 }, 1386 },
1386 { 1387 {
1387 "isolate_name": "telemetry_unittests", 1388 "isolate_name": "telemetry_unittests",
1388 "name": "telemetry_unittests", 1389 "name": "telemetry_unittests",
1389 "override_compile_targets": [ 1390 "override_compile_targets": [
1390 "telemetry_unittests_run" 1391 "telemetry_unittests_run"
1391 ], 1392 ],
1392 "swarming": { 1393 "swarming": {
1393 "can_use_on_swarming_builders": true 1394 "can_use_on_swarming_builders": true,
1395 "shards": 2
1394 } 1396 }
1395 } 1397 }
1396 ], 1398 ],
1397 "scripts": [ 1399 "scripts": [
1398 { 1400 {
1399 "name": "nacl_integration", 1401 "name": "nacl_integration",
1400 "script": "nacl_integration.py" 1402 "script": "nacl_integration.py"
1401 } 1403 }
1402 ] 1404 ]
1403 }, 1405 },
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
1773 "can_use_on_swarming_builders": true 1775 "can_use_on_swarming_builders": true
1774 } 1776 }
1775 }, 1777 },
1776 { 1778 {
1777 "isolate_name": "telemetry_unittests", 1779 "isolate_name": "telemetry_unittests",
1778 "name": "telemetry_unittests", 1780 "name": "telemetry_unittests",
1779 "override_compile_targets": [ 1781 "override_compile_targets": [
1780 "telemetry_unittests_run" 1782 "telemetry_unittests_run"
1781 ], 1783 ],
1782 "swarming": { 1784 "swarming": {
1783 "can_use_on_swarming_builders": true 1785 "can_use_on_swarming_builders": true,
1786 "shards": 2
1784 } 1787 }
1785 } 1788 }
1786 ] 1789 ]
1787 }, 1790 },
1788 "Win8 GYP": { 1791 "Win8 GYP": {
1789 "additional_compile_targets": [ 1792 "additional_compile_targets": [
1790 "chrome_official_builder" 1793 "chrome_official_builder"
1791 ] 1794 ]
1792 }, 1795 },
1793 "Win8 GYP (dbg)": { 1796 "Win8 GYP (dbg)": {
1794 "additional_compile_targets": [ 1797 "additional_compile_targets": [
1795 "all" 1798 "all"
1796 ] 1799 ]
1797 } 1800 }
1798 } 1801 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698