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

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

Issue 898083003: Revert of 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",
8 { 7 {
9 "test": "browser_tests", 8 "test": "base_unittests",
10 "swarming": { 9 "swarming": {
11 "can_use_on_swarming_builders": true, 10 "can_use_on_swarming_builders": true
12 "shards": 3
13 } 11 }
14 }, 12 },
15 "cacheinvalidation_unittests", 13 "cacheinvalidation_unittests",
16 "cast_unittests", 14 "cast_unittests",
17 "cc_unittests", 15 "cc_unittests",
18 "chromedriver_unittests", 16 "chromedriver_unittests",
19 "components_unittests", 17 "components_unittests",
20 "content_browsertests", 18 "content_browsertests",
21 "content_unittests", 19 "content_unittests",
22 "crypto_unittests", 20 "crypto_unittests",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "Linux MSan Browser (3)": { 69 "Linux MSan Browser (3)": {
72 "gtest_tests": [ 70 "gtest_tests": [
73 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 71 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
74 ] 72 ]
75 }, 73 },
76 "Linux ChromeOS MSan Tests": { 74 "Linux ChromeOS MSan Tests": {
77 "gtest_tests": [ 75 "gtest_tests": [
78 "accessibility_unittests", 76 "accessibility_unittests",
79 "app_list_unittests", 77 "app_list_unittests",
80 "aura_unittests", 78 "aura_unittests",
81 { 79 "base_unittests",
82 "test": "base_unittests",
83 "swarming": {
84 "can_use_on_swarming_builders": true
85 }
86 },
87 "cacheinvalidation_unittests", 80 "cacheinvalidation_unittests",
88 "cast_unittests", 81 "cast_unittests",
89 "cc_unittests", 82 "cc_unittests",
90 "chromedriver_unittests", 83 "chromedriver_unittests",
91 "components_unittests", 84 "components_unittests",
92 "content_browsertests", 85 "content_browsertests",
93 "content_unittests", 86 "content_unittests",
94 "crypto_unittests", 87 "crypto_unittests",
95 "dbus_unittests", 88 "dbus_unittests",
96 "device_unittests", 89 "device_unittests",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "gtest_tests": [ 131 "gtest_tests": [
139 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} 132 {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
140 ] 133 ]
141 }, 134 },
142 "Linux ChromeOS MSan Browser (3)": { 135 "Linux ChromeOS MSan Browser (3)": {
143 "gtest_tests": [ 136 "gtest_tests": [
144 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} 137 {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
145 ] 138 ]
146 } 139 }
147 } 140 }
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