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

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

Issue 723343002: Update from https://crrev.com/304121 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium.memory.fyi.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 "Linux ASan LSan Tests (1)": { 2 "Linux ASan LSan Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_shell_browsertests", 5 "app_shell_browsertests",
6 { 6 {
7 "test": "base_unittests", 7 "test": "base_unittests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
10 } 10 }
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "can_use_on_swarming_builders": true, 55 "can_use_on_swarming_builders": true,
56 "shards": 4 56 "shards": 4
57 } 57 }
58 }, 58 },
59 "ppapi_unittests", 59 "ppapi_unittests",
60 "printing_unittests", 60 "printing_unittests",
61 "remoting_unittests", 61 "remoting_unittests",
62 "sandbox_linux_unittests", 62 "sandbox_linux_unittests",
63 "sql_unittests", 63 "sql_unittests",
64 "sync_unit_tests", 64 "sync_unit_tests",
65 "ui_unittests", 65 "ui_base_unittests",
66 { 66 {
67 "test": "unit_tests", 67 "test": "unit_tests",
68 "swarming": { 68 "swarming": {
69 "can_use_on_swarming_builders": true, 69 "can_use_on_swarming_builders": true,
70 "shards": 2 70 "shards": 2
71 } 71 }
72 }, 72 },
73 "url_unittests" 73 "url_unittests"
74 ] 74 ]
75 }, 75 },
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "test": "net_unittests", 143 "test": "net_unittests",
144 "swarming": { 144 "swarming": {
145 "can_use_on_swarming_builders": true 145 "can_use_on_swarming_builders": true
146 } 146 }
147 }, 147 },
148 "ppapi_unittests", 148 "ppapi_unittests",
149 "printing_unittests", 149 "printing_unittests",
150 "remoting_unittests", 150 "remoting_unittests",
151 "sql_unittests", 151 "sql_unittests",
152 "sync_unit_tests", 152 "sync_unit_tests",
153 "ui_unittests", 153 "ui_base_unittests",
154 "url_unittests" 154 "url_unittests"
155 ] 155 ]
156 }, 156 },
157 "Mac ASan 64 Tests (1)": { 157 "Mac ASan 64 Tests (1)": {
158 "gtest_tests": [ 158 "gtest_tests": [
159 "base_unittests", 159 "base_unittests",
160 { 160 {
161 "test": "base_unittests", 161 "test": "base_unittests",
162 "swarming": { 162 "swarming": {
163 "can_use_on_swarming_builders": true 163 "can_use_on_swarming_builders": true
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "test": "net_unittests", 204 "test": "net_unittests",
205 "swarming": { 205 "swarming": {
206 "can_use_on_swarming_builders": true 206 "can_use_on_swarming_builders": true
207 } 207 }
208 }, 208 },
209 "ppapi_unittests", 209 "ppapi_unittests",
210 "printing_unittests", 210 "printing_unittests",
211 "remoting_unittests", 211 "remoting_unittests",
212 "sql_unittests", 212 "sql_unittests",
213 "sync_unit_tests", 213 "sync_unit_tests",
214 "ui_unittests", 214 "ui_base_unittests",
215 { 215 {
216 "test": "unit_tests", 216 "test": "unit_tests",
217 "swarming": { 217 "swarming": {
218 "can_use_on_swarming_builders": true 218 "can_use_on_swarming_builders": true
219 } 219 }
220 }, 220 },
221 "url_unittests" 221 "url_unittests"
222 ] 222 ]
223 }, 223 },
224 "Linux Chromium OS ASan LSan Tests (1)": { 224 "Linux Chromium OS ASan LSan Tests (1)": {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 "sandbox_linux_unittests", 296 "sandbox_linux_unittests",
297 "sql_unittests", 297 "sql_unittests",
298 "sync_unit_tests", 298 "sync_unit_tests",
299 { 299 {
300 "test": "unit_tests", 300 "test": "unit_tests",
301 "swarming": { 301 "swarming": {
302 "can_use_on_swarming_builders": true, 302 "can_use_on_swarming_builders": true,
303 "shards": 2 303 "shards": 2
304 } 304 }
305 }, 305 },
306 "ui_unittests", 306 "ui_base_unittests",
307 "url_unittests", 307 "url_unittests",
308 "views_unittests" 308 "views_unittests"
309 ] 309 ]
310 } 310 }
311 } 311 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698