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

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