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

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

Issue 2186733002: [Sync] Merge sync_unit_tests into components_unit_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc
Patch Set: Remove from chromium.memory.full.json Created 4 years, 4 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "printing_unittests", 118 "printing_unittests",
119 "remoting_unittests", 119 "remoting_unittests",
120 { 120 {
121 "platforms": [ 121 "platforms": [
122 "linux" 122 "linux"
123 ], 123 ],
124 "test": "sandbox_linux_unittests" 124 "test": "sandbox_linux_unittests"
125 }, 125 },
126 "skia_unittests", 126 "skia_unittests",
127 "sql_unittests", 127 "sql_unittests",
128 "sync_unit_tests",
129 "ui_base_unittests", 128 "ui_base_unittests",
130 { 129 {
131 "swarming": { 130 "swarming": {
132 "can_use_on_swarming_builders": true, 131 "can_use_on_swarming_builders": true,
133 "shards": 2 132 "shards": 2
134 }, 133 },
135 "test": "unit_tests" 134 "test": "unit_tests"
136 }, 135 },
137 "url_unittests" 136 "url_unittests"
138 ] 137 ]
139 } 138 }
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