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

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

Issue 862953002: Revert of Swarm components_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « components/components_unittests.isolate ('k') | testing/buildbot/chromium.mac.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 Tests": { 2 "Linux Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "accessibility_unittests", 5 "test": "accessibility_unittests",
6 "swarming": { 6 "swarming": {
7 "can_use_on_swarming_builders": true 7 "can_use_on_swarming_builders": true
8 } 8 }
9 }, 9 },
10 { 10 {
(...skipping 15 matching lines...) Expand all
26 "test": "browser_tests", 26 "test": "browser_tests",
27 "swarming": { 27 "swarming": {
28 "can_use_on_swarming_builders": true, 28 "can_use_on_swarming_builders": true,
29 "shards": 5 29 "shards": 5
30 } 30 }
31 }, 31 },
32 "cacheinvalidation_unittests", 32 "cacheinvalidation_unittests",
33 "cast_unittests", 33 "cast_unittests",
34 "cc_unittests", 34 "cc_unittests",
35 "chromedriver_unittests", 35 "chromedriver_unittests",
36 { 36 "components_unittests",
37 "test": "components_unittests",
38 "swarming": {
39 "can_use_on_swarming_builders": true
40 }
41 },
42 "compositor_unittests", 37 "compositor_unittests",
43 { 38 {
44 "test": "content_browsertests", 39 "test": "content_browsertests",
45 "swarming": { 40 "swarming": {
46 "can_use_on_swarming_builders": true 41 "can_use_on_swarming_builders": true
47 } 42 }
48 }, 43 },
49 { 44 {
50 "test": "content_unittests", 45 "test": "content_unittests",
51 "swarming": { 46 "swarming": {
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "test": "browser_tests", 167 "test": "browser_tests",
173 "swarming": { 168 "swarming": {
174 "can_use_on_swarming_builders": true, 169 "can_use_on_swarming_builders": true,
175 "shards": 10 170 "shards": 10
176 } 171 }
177 }, 172 },
178 "cacheinvalidation_unittests", 173 "cacheinvalidation_unittests",
179 "cast_unittests", 174 "cast_unittests",
180 "cc_unittests", 175 "cc_unittests",
181 "chromedriver_unittests", 176 "chromedriver_unittests",
182 { 177 "components_unittests",
183 "test": "components_unittests",
184 "swarming": {
185 "can_use_on_swarming_builders": true
186 }
187 },
188 "compositor_unittests", 178 "compositor_unittests",
189 { 179 {
190 "test": "content_browsertests", 180 "test": "content_browsertests",
191 "swarming": { 181 "swarming": {
192 "can_use_on_swarming_builders": true 182 "can_use_on_swarming_builders": true
193 } 183 }
194 }, 184 },
195 { 185 {
196 "test": "content_unittests", 186 "test": "content_unittests",
197 "swarming": { 187 "swarming": {
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "test": "browser_tests", 300 "test": "browser_tests",
311 "swarming": { 301 "swarming": {
312 "can_use_on_swarming_builders": true, 302 "can_use_on_swarming_builders": true,
313 "shards": 10 303 "shards": 10
314 } 304 }
315 }, 305 },
316 "cacheinvalidation_unittests", 306 "cacheinvalidation_unittests",
317 "cast_unittests", 307 "cast_unittests",
318 "cc_unittests", 308 "cc_unittests",
319 "chromedriver_unittests", 309 "chromedriver_unittests",
320 { 310 "components_unittests",
321 "test": "components_unittests",
322 "swarming": {
323 "can_use_on_swarming_builders": true
324 }
325 },
326 "compositor_unittests", 311 "compositor_unittests",
327 { 312 {
328 "test": "content_browsertests", 313 "test": "content_browsertests",
329 "swarming": { 314 "swarming": {
330 "can_use_on_swarming_builders": true 315 "can_use_on_swarming_builders": true
331 } 316 }
332 }, 317 },
333 { 318 {
334 "test": "content_unittests", 319 "test": "content_unittests",
335 "swarming": { 320 "swarming": {
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 "nacl_loader_unittests", 441 "nacl_loader_unittests",
457 "sandbox_linux_unittests", 442 "sandbox_linux_unittests",
458 "sql_unittests", 443 "sql_unittests",
459 "sync_unit_tests", 444 "sync_unit_tests",
460 "ui_base_unittests", 445 "ui_base_unittests",
461 "unit_tests", 446 "unit_tests",
462 "skia_unittests" 447 "skia_unittests"
463 ] 448 ]
464 } 449 }
465 } 450 }
OLDNEW
« no previous file with comments | « components/components_unittests.isolate ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698