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

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

Issue 2655063002: telemetry_unittests: set number of shards to be 4 on linux & 2 on other desktop bots (Closed)
Patch Set: shards=4 for Linux only 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.linux.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 10554 matching lines...) Expand 10 before | Expand all | Expand 10 after
10565 "args": [ 10565 "args": [
10566 "--jobs=1" 10566 "--jobs=1"
10567 ], 10567 ],
10568 "isolate_name": "telemetry_unittests", 10568 "isolate_name": "telemetry_unittests",
10569 "name": "telemetry_unittests", 10569 "name": "telemetry_unittests",
10570 "override_compile_targets": [ 10570 "override_compile_targets": [
10571 "telemetry_unittests_run" 10571 "telemetry_unittests_run"
10572 ], 10572 ],
10573 "swarming": { 10573 "swarming": {
10574 "can_use_on_swarming_builders": true, 10574 "can_use_on_swarming_builders": true,
10575 "shards": 2 10575 "shards": 4
10576 } 10576 }
10577 } 10577 }
10578 ], 10578 ],
10579 "scripts": [ 10579 "scripts": [
10580 { 10580 {
10581 "name": "nacl_integration", 10581 "name": "nacl_integration",
10582 "script": "nacl_integration.py" 10582 "script": "nacl_integration.py"
10583 } 10583 }
10584 ] 10584 ]
10585 }, 10585 },
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
11134 "args": [ 11134 "args": [
11135 "--jobs=1" 11135 "--jobs=1"
11136 ], 11136 ],
11137 "isolate_name": "telemetry_unittests", 11137 "isolate_name": "telemetry_unittests",
11138 "name": "telemetry_unittests", 11138 "name": "telemetry_unittests",
11139 "override_compile_targets": [ 11139 "override_compile_targets": [
11140 "telemetry_unittests_run" 11140 "telemetry_unittests_run"
11141 ], 11141 ],
11142 "swarming": { 11142 "swarming": {
11143 "can_use_on_swarming_builders": true, 11143 "can_use_on_swarming_builders": true,
11144 "shards": 2 11144 "shards": 4
11145 } 11145 }
11146 } 11146 }
11147 ], 11147 ],
11148 "scripts": [ 11148 "scripts": [
11149 { 11149 {
11150 "name": "nacl_integration", 11150 "name": "nacl_integration",
11151 "script": "nacl_integration.py" 11151 "script": "nacl_integration.py"
11152 } 11152 }
11153 ] 11153 ]
11154 }, 11154 },
(...skipping 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after
12713 }, 12713 },
12714 { 12714 {
12715 "swarming": { 12715 "swarming": {
12716 "can_use_on_swarming_builders": true 12716 "can_use_on_swarming_builders": true
12717 }, 12717 },
12718 "test": "views_unittests" 12718 "test": "views_unittests"
12719 } 12719 }
12720 ] 12720 ]
12721 } 12721 }
12722 } 12722 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698