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

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

Issue 861173002: Revert of Swarm cc_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 | « cc/cc_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 13 matching lines...) Expand all
24 }, 24 },
25 { 25 {
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 { 34 "cc_unittests",
35 "test": "cc_unittests",
36 "swarming": {
37 "can_use_on_swarming_builders": true
38 }
39 },
40 "chromedriver_unittests", 35 "chromedriver_unittests",
41 { 36 {
42 "test": "components_unittests", 37 "test": "components_unittests",
43 "swarming": { 38 "swarming": {
44 "can_use_on_swarming_builders": true 39 "can_use_on_swarming_builders": true
45 } 40 }
46 }, 41 },
47 "compositor_unittests", 42 "compositor_unittests",
48 { 43 {
49 "test": "content_browsertests", 44 "test": "content_browsertests",
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 }, 192 },
198 { 193 {
199 "test": "browser_tests", 194 "test": "browser_tests",
200 "swarming": { 195 "swarming": {
201 "can_use_on_swarming_builders": true, 196 "can_use_on_swarming_builders": true,
202 "shards": 10 197 "shards": 10
203 } 198 }
204 }, 199 },
205 "cacheinvalidation_unittests", 200 "cacheinvalidation_unittests",
206 "cast_unittests", 201 "cast_unittests",
207 { 202 "cc_unittests",
208 "test": "cc_unittests",
209 "swarming": {
210 "can_use_on_swarming_builders": true
211 }
212 },
213 "chromedriver_unittests", 203 "chromedriver_unittests",
214 { 204 {
215 "test": "components_unittests", 205 "test": "components_unittests",
216 "swarming": { 206 "swarming": {
217 "can_use_on_swarming_builders": true 207 "can_use_on_swarming_builders": true
218 } 208 }
219 }, 209 },
220 "compositor_unittests", 210 "compositor_unittests",
221 { 211 {
222 "test": "content_browsertests", 212 "test": "content_browsertests",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 }, 340 },
351 { 341 {
352 "test": "browser_tests", 342 "test": "browser_tests",
353 "swarming": { 343 "swarming": {
354 "can_use_on_swarming_builders": true, 344 "can_use_on_swarming_builders": true,
355 "shards": 10 345 "shards": 10
356 } 346 }
357 }, 347 },
358 "cacheinvalidation_unittests", 348 "cacheinvalidation_unittests",
359 "cast_unittests", 349 "cast_unittests",
360 { 350 "cc_unittests",
361 "test": "cc_unittests",
362 "swarming": {
363 "can_use_on_swarming_builders": true
364 }
365 },
366 "chromedriver_unittests", 351 "chromedriver_unittests",
367 { 352 {
368 "test": "components_unittests", 353 "test": "components_unittests",
369 "swarming": { 354 "swarming": {
370 "can_use_on_swarming_builders": true 355 "can_use_on_swarming_builders": true
371 } 356 }
372 }, 357 },
373 "compositor_unittests", 358 "compositor_unittests",
374 { 359 {
375 "test": "content_browsertests", 360 "test": "content_browsertests",
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 "nacl_loader_unittests", 498 "nacl_loader_unittests",
514 "sandbox_linux_unittests", 499 "sandbox_linux_unittests",
515 "sql_unittests", 500 "sql_unittests",
516 "sync_unit_tests", 501 "sync_unit_tests",
517 "ui_base_unittests", 502 "ui_base_unittests",
518 "unit_tests", 503 "unit_tests",
519 "skia_unittests" 504 "skia_unittests"
520 ] 505 ]
521 } 506 }
522 } 507 }
OLDNEW
« no previous file with comments | « cc/cc_unittests.isolate ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698