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

Side by Side Diff: testing/buildbot/chromium.win.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.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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 "shards": 12 477 "shards": 12
478 } 478 }
479 }, 479 },
480 { 480 {
481 "isolate_name": "telemetry_unittests", 481 "isolate_name": "telemetry_unittests",
482 "name": "telemetry_unittests", 482 "name": "telemetry_unittests",
483 "override_compile_targets": [ 483 "override_compile_targets": [
484 "telemetry_unittests_run" 484 "telemetry_unittests_run"
485 ], 485 ],
486 "swarming": { 486 "swarming": {
487 "can_use_on_swarming_builders": true 487 "can_use_on_swarming_builders": true,
488 "hard_timeout": 960,
489 "shards": 2
488 } 490 }
489 } 491 }
490 ], 492 ],
491 "scripts": [ 493 "scripts": [
492 { 494 {
493 "name": "nacl_integration", 495 "name": "nacl_integration",
494 "script": "nacl_integration.py" 496 "script": "nacl_integration.py"
495 } 497 }
496 ] 498 ]
497 }, 499 },
(...skipping 921 matching lines...) Expand 10 before | Expand all | Expand 10 after
1419 "shards": 12 1421 "shards": 12
1420 } 1422 }
1421 }, 1423 },
1422 { 1424 {
1423 "isolate_name": "telemetry_unittests", 1425 "isolate_name": "telemetry_unittests",
1424 "name": "telemetry_unittests", 1426 "name": "telemetry_unittests",
1425 "override_compile_targets": [ 1427 "override_compile_targets": [
1426 "telemetry_unittests_run" 1428 "telemetry_unittests_run"
1427 ], 1429 ],
1428 "swarming": { 1430 "swarming": {
1429 "can_use_on_swarming_builders": true 1431 "can_use_on_swarming_builders": true,
1432 "hard_timeout": 960,
1433 "shards": 2
1430 } 1434 }
1431 } 1435 }
1432 ], 1436 ],
1433 "scripts": [ 1437 "scripts": [
1434 { 1438 {
1435 "name": "nacl_integration", 1439 "name": "nacl_integration",
1436 "script": "nacl_integration.py" 1440 "script": "nacl_integration.py"
1437 } 1441 }
1438 ] 1442 ]
1439 }, 1443 },
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
1809 "can_use_on_swarming_builders": true 1813 "can_use_on_swarming_builders": true
1810 } 1814 }
1811 }, 1815 },
1812 { 1816 {
1813 "isolate_name": "telemetry_unittests", 1817 "isolate_name": "telemetry_unittests",
1814 "name": "telemetry_unittests", 1818 "name": "telemetry_unittests",
1815 "override_compile_targets": [ 1819 "override_compile_targets": [
1816 "telemetry_unittests_run" 1820 "telemetry_unittests_run"
1817 ], 1821 ],
1818 "swarming": { 1822 "swarming": {
1819 "can_use_on_swarming_builders": true 1823 "can_use_on_swarming_builders": true,
1824 "hard_timeout": 960,
1825 "shards": 2
1820 } 1826 }
1821 } 1827 }
1822 ] 1828 ]
1823 }, 1829 },
1824 "Win8 GYP": { 1830 "Win8 GYP": {
1825 "additional_compile_targets": [ 1831 "additional_compile_targets": [
1826 "chrome_official_builder" 1832 "chrome_official_builder"
1827 ] 1833 ]
1828 }, 1834 },
1829 "Win8 GYP (dbg)": { 1835 "Win8 GYP (dbg)": {
1830 "additional_compile_targets": [ 1836 "additional_compile_targets": [
1831 "all" 1837 "all"
1832 ] 1838 ]
1833 } 1839 }
1834 } 1840 }
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