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

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

Issue 2653163002: Disable parallelization on telemetry_unittests & set the number of shards to 2 (linux) (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.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 10544 matching lines...) Expand 10 before | Expand all | Expand 10 after
10555 "override_compile_targets": [ 10555 "override_compile_targets": [
10556 "telemetry_perf_unittests_run" 10556 "telemetry_perf_unittests_run"
10557 ], 10557 ],
10558 "swarming": { 10558 "swarming": {
10559 "can_use_on_swarming_builders": true, 10559 "can_use_on_swarming_builders": true,
10560 "hard_timeout": 960, 10560 "hard_timeout": 960,
10561 "shards": 12 10561 "shards": 12
10562 } 10562 }
10563 }, 10563 },
10564 { 10564 {
10565 "args": [
10566 "--jobs=1"
10567 ],
10565 "isolate_name": "telemetry_unittests", 10568 "isolate_name": "telemetry_unittests",
10566 "name": "telemetry_unittests", 10569 "name": "telemetry_unittests",
10567 "override_compile_targets": [ 10570 "override_compile_targets": [
10568 "telemetry_unittests_run" 10571 "telemetry_unittests_run"
10569 ], 10572 ],
10570 "swarming": { 10573 "swarming": {
10571 "can_use_on_swarming_builders": true 10574 "can_use_on_swarming_builders": true,
10575 "shards": 2
10572 } 10576 }
10573 } 10577 }
10574 ], 10578 ],
10575 "scripts": [ 10579 "scripts": [
10576 { 10580 {
10577 "name": "nacl_integration", 10581 "name": "nacl_integration",
10578 "script": "nacl_integration.py" 10582 "script": "nacl_integration.py"
10579 } 10583 }
10580 ] 10584 ]
10581 }, 10585 },
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
11120 "override_compile_targets": [ 11124 "override_compile_targets": [
11121 "telemetry_perf_unittests_run" 11125 "telemetry_perf_unittests_run"
11122 ], 11126 ],
11123 "swarming": { 11127 "swarming": {
11124 "can_use_on_swarming_builders": true, 11128 "can_use_on_swarming_builders": true,
11125 "hard_timeout": 960, 11129 "hard_timeout": 960,
11126 "shards": 12 11130 "shards": 12
11127 } 11131 }
11128 }, 11132 },
11129 { 11133 {
11134 "args": [
11135 "--jobs=1"
11136 ],
11130 "isolate_name": "telemetry_unittests", 11137 "isolate_name": "telemetry_unittests",
11131 "name": "telemetry_unittests", 11138 "name": "telemetry_unittests",
11132 "override_compile_targets": [ 11139 "override_compile_targets": [
11133 "telemetry_unittests_run" 11140 "telemetry_unittests_run"
11134 ], 11141 ],
11135 "swarming": { 11142 "swarming": {
11136 "can_use_on_swarming_builders": true 11143 "can_use_on_swarming_builders": true,
11144 "shards": 2
11137 } 11145 }
11138 } 11146 }
11139 ], 11147 ],
11140 "scripts": [ 11148 "scripts": [
11141 { 11149 {
11142 "name": "nacl_integration", 11150 "name": "nacl_integration",
11143 "script": "nacl_integration.py" 11151 "script": "nacl_integration.py"
11144 } 11152 }
11145 ] 11153 ]
11146 }, 11154 },
(...skipping 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after
12705 }, 12713 },
12706 { 12714 {
12707 "swarming": { 12715 "swarming": {
12708 "can_use_on_swarming_builders": true 12716 "can_use_on_swarming_builders": true
12709 }, 12717 },
12710 "test": "views_unittests" 12718 "test": "views_unittests"
12711 } 12719 }
12712 ] 12720 ]
12713 } 12721 }
12714 } 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