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

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

Issue 899283003: Linux MSan: enable swarming/sharding for browser_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | 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 "Linux MSan Tests": { 2 "Linux MSan Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "base_unittests",
7 { 8 {
8 "test": "base_unittests", 9 "test": "browser_tests",
9 "swarming": { 10 "swarming": {
10 "can_use_on_swarming_builders": true 11 "can_use_on_swarming_builders": true,
12 "shards": 3
11 } 13 }
12 }, 14 },
13 "cacheinvalidation_unittests", 15 "cacheinvalidation_unittests",
14 "cast_unittests", 16 "cast_unittests",
15 "cc_unittests", 17 "cc_unittests",
16 "chromedriver_unittests", 18 "chromedriver_unittests",
17 "components_unittests", 19 "components_unittests",
18 "content_browsertests", 20 "content_browsertests",
19 "content_unittests", 21 "content_unittests",
20 "crypto_unittests", 22 "crypto_unittests",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "Linux MSan Browser (3)": { 71 "Linux MSan Browser (3)": {
70 "gtest_tests": [ 72 "gtest_tests": [
71 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 73 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
72 ] 74 ]
73 }, 75 },
74 "Linux ChromeOS MSan Tests": { 76 "Linux ChromeOS MSan Tests": {
75 "gtest_tests": [ 77 "gtest_tests": [
76 "accessibility_unittests", 78 "accessibility_unittests",
77 "app_list_unittests", 79 "app_list_unittests",
78 "aura_unittests", 80 "aura_unittests",
79 "base_unittests", 81 {
82 "test": "base_unittests",
83 "swarming": {
84 "can_use_on_swarming_builders": true
85 }
86 },
80 "cacheinvalidation_unittests", 87 "cacheinvalidation_unittests",
81 "cast_unittests", 88 "cast_unittests",
82 "cc_unittests", 89 "cc_unittests",
83 "chromedriver_unittests", 90 "chromedriver_unittests",
84 "components_unittests", 91 "components_unittests",
85 "content_browsertests", 92 "content_browsertests",
86 "content_unittests", 93 "content_unittests",
87 "crypto_unittests", 94 "crypto_unittests",
88 "dbus_unittests", 95 "dbus_unittests",
89 "device_unittests", 96 "device_unittests",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "gtest_tests": [ 138 "gtest_tests": [
132 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} 139 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
133 ] 140 ]
134 }, 141 },
135 "Linux ChromeOS MSan Browser (3)": { 142 "Linux ChromeOS MSan Browser (3)": {
136 "gtest_tests": [ 143 "gtest_tests": [
137 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 144 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
138 ] 145 ]
139 } 146 }
140 } 147 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698