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

Side by Side Diff: testing/buildbot/chromium.fyi.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 | « no previous file | 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 Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 1975 matching lines...) Expand 10 before | Expand all | Expand 10 after
1986 "shards": 12 1986 "shards": 12
1987 } 1987 }
1988 }, 1988 },
1989 { 1989 {
1990 "isolate_name": "telemetry_unittests", 1990 "isolate_name": "telemetry_unittests",
1991 "name": "telemetry_unittests", 1991 "name": "telemetry_unittests",
1992 "override_compile_targets": [ 1992 "override_compile_targets": [
1993 "telemetry_unittests_run" 1993 "telemetry_unittests_run"
1994 ], 1994 ],
1995 "swarming": { 1995 "swarming": {
1996 "can_use_on_swarming_builders": false 1996 "can_use_on_swarming_builders": false,
1997 "shards": 2
1997 } 1998 }
1998 } 1999 }
1999 ] 2000 ]
2000 }, 2001 },
2001 "Chromium Mac 10.11 Force Mac Toolchain": { 2002 "Chromium Mac 10.11 Force Mac Toolchain": {
2002 "gtest_tests": [ 2003 "gtest_tests": [
2003 { 2004 {
2004 "swarming": { 2005 "swarming": {
2005 "can_use_on_swarming_builders": false 2006 "can_use_on_swarming_builders": false
2006 }, 2007 },
(...skipping 2465 matching lines...) Expand 10 before | Expand all | Expand 10 after
4472 "shards": 12 4473 "shards": 12
4473 } 4474 }
4474 }, 4475 },
4475 { 4476 {
4476 "isolate_name": "telemetry_unittests", 4477 "isolate_name": "telemetry_unittests",
4477 "name": "telemetry_unittests", 4478 "name": "telemetry_unittests",
4478 "override_compile_targets": [ 4479 "override_compile_targets": [
4479 "telemetry_unittests_run" 4480 "telemetry_unittests_run"
4480 ], 4481 ],
4481 "swarming": { 4482 "swarming": {
4482 "can_use_on_swarming_builders": true 4483 "can_use_on_swarming_builders": true,
4484 "shards": 2
4483 } 4485 }
4484 } 4486 }
4485 ], 4487 ],
4486 "scripts": [ 4488 "scripts": [
4487 { 4489 {
4488 "name": "nacl_integration", 4490 "name": "nacl_integration",
4489 "script": "nacl_integration.py" 4491 "script": "nacl_integration.py"
4490 } 4492 }
4491 ] 4493 ]
4492 }, 4494 },
(...skipping 8220 matching lines...) Expand 10 before | Expand all | Expand 10 after
12713 }, 12715 },
12714 { 12716 {
12715 "swarming": { 12717 "swarming": {
12716 "can_use_on_swarming_builders": false 12718 "can_use_on_swarming_builders": false
12717 }, 12719 },
12718 "test": "views_unittests" 12720 "test": "views_unittests"
12719 } 12721 }
12720 ] 12722 ]
12721 } 12723 }
12722 } 12724 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698