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

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

Issue 875353004: Isolate crypto_unittests (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 | « crypto/crypto_unittests.isolate ('k') | testing/buildbot/chromium.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 ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 { 5 {
6 "test": "base_unittests", 6 "test": "base_unittests",
7 "swarming": { 7 "swarming": {
8 "can_use_on_swarming_builders": true 8 "can_use_on_swarming_builders": true
9 } 9 }
10 }, 10 },
(...skipping 12 matching lines...) Expand all
23 "swarming": { 23 "swarming": {
24 "can_use_on_swarming_builders": true 24 "can_use_on_swarming_builders": true
25 } 25 }
26 }, 26 },
27 { 27 {
28 "test": "content_unittests", 28 "test": "content_unittests",
29 "swarming": { 29 "swarming": {
30 "can_use_on_swarming_builders": true 30 "can_use_on_swarming_builders": true
31 } 31 }
32 }, 32 },
33 "crypto_unittests", 33 {
34 "test": "crypto_unittests",
35 "swarming": {
36 "can_use_on_swarming_builders": true
37 }
38 },
34 "dbus_unittests", 39 "dbus_unittests",
35 "display_unittests", 40 "display_unittests",
36 "extensions_unittests", 41 "extensions_unittests",
37 "gcm_unit_tests", 42 "gcm_unit_tests",
38 "google_apis_unittests", 43 "google_apis_unittests",
39 "gpu_unittests", 44 "gpu_unittests",
40 "url_unittests", 45 "url_unittests",
41 { 46 {
42 "test": "interactive_ui_tests", 47 "test": "interactive_ui_tests",
43 "swarming": { 48 "swarming": {
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "chromevox_tests", 115 "chromevox_tests",
111 "components_unittests", 116 "components_unittests",
112 { 117 {
113 "test": "content_browsertests", 118 "test": "content_browsertests",
114 "swarming": { 119 "swarming": {
115 "can_use_on_swarming_builders": true, 120 "can_use_on_swarming_builders": true,
116 "shards": 2 121 "shards": 2
117 } 122 }
118 }, 123 },
119 "content_unittests", 124 "content_unittests",
120 "crypto_unittests", 125 {
126 "test": "crypto_unittests",
127 "swarming": {
128 "can_use_on_swarming_builders": true
129 }
130 },
121 "dbus_unittests", 131 "dbus_unittests",
122 "device_unittests", 132 "device_unittests",
123 "display_unittests", 133 "display_unittests",
124 "events_unittests", 134 "events_unittests",
125 { 135 {
126 "test": "extensions_browsertests", 136 "test": "extensions_browsertests",
127 "swarming": { 137 "swarming": {
128 "can_use_on_swarming_builders": true 138 "can_use_on_swarming_builders": true
129 } 139 }
130 }, 140 },
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "accessibility_unittests", 190 "accessibility_unittests",
181 { 191 {
182 "test": "base_unittests", 192 "test": "base_unittests",
183 "swarming": { 193 "swarming": {
184 "can_use_on_swarming_builders": true 194 "can_use_on_swarming_builders": true
185 } 195 }
186 }, 196 },
187 "cacheinvalidation_unittests", 197 "cacheinvalidation_unittests",
188 "chromeos_unittests", 198 "chromeos_unittests",
189 "components_unittests", 199 "components_unittests",
190 "crypto_unittests", 200 {
201 "test": "crypto_unittests",
202 "swarming": {
203 "can_use_on_swarming_builders": true
204 }
205 },
191 "dbus_unittests", 206 "dbus_unittests",
192 "extensions_unittests", 207 "extensions_unittests",
193 "google_apis_unittests", 208 "google_apis_unittests",
194 "gpu_unittests", 209 "gpu_unittests",
195 "url_unittests", 210 "url_unittests",
196 "jingle_unittests", 211 "jingle_unittests",
197 { 212 {
198 "test": "content_unittests", 213 "test": "content_unittests",
199 "swarming": { 214 "swarming": {
200 "can_use_on_swarming_builders": true 215 "can_use_on_swarming_builders": true
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 { 283 {
269 "test": "interactive_ui_tests", 284 "test": "interactive_ui_tests",
270 "swarming": { 285 "swarming": {
271 "can_use_on_swarming_builders": true, 286 "can_use_on_swarming_builders": true,
272 "shards": 3 287 "shards": 3
273 } 288 }
274 } 289 }
275 ] 290 ]
276 } 291 }
277 } 292 }
OLDNEW
« no previous file with comments | « crypto/crypto_unittests.isolate ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698