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

Side by Side Diff: testing/buildbot/chromium_memory_trybot.json

Issue 2395363002: Add storage_unittests to buildbots. (Closed)
Patch Set: Rebased against master. Created 4 years, 2 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 | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/client.v8.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 "gtest_tests": [ 2 "gtest_tests": [
3 "accessibility_unittests", 3 "accessibility_unittests",
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "base_unittests" 8 "test": "base_unittests"
9 }, 9 },
10 { 10 {
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "printing_unittests", 124 "printing_unittests",
125 "remoting_unittests", 125 "remoting_unittests",
126 { 126 {
127 "platforms": [ 127 "platforms": [
128 "linux" 128 "linux"
129 ], 129 ],
130 "test": "sandbox_linux_unittests" 130 "test": "sandbox_linux_unittests"
131 }, 131 },
132 "skia_unittests", 132 "skia_unittests",
133 "sql_unittests", 133 "sql_unittests",
134 {
135 "swarming": {
136 "can_use_on_swarming_builders": true
137 },
138 "test": "storage_unittests"
139 },
134 "ui_base_unittests", 140 "ui_base_unittests",
135 { 141 {
136 "swarming": { 142 "swarming": {
137 "can_use_on_swarming_builders": true, 143 "can_use_on_swarming_builders": true,
138 "shards": 2 144 "shards": 2
139 }, 145 },
140 "test": "unit_tests" 146 "test": "unit_tests"
141 }, 147 },
142 "url_unittests" 148 "url_unittests"
143 ] 149 ]
144 } 150 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/client.v8.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698