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

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

Issue 869003004: Revert of CrWinClang: Swarm content_unittests, net_unittests, unit_tests, browser_tests. (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 | « no previous file | no next file » | 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 Trusty": { 2 "Linux Trusty": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "app_shell_unittests", 6 "app_shell_unittests",
7 "aura_unittests", 7 "aura_unittests",
8 "interactive_ui_tests", 8 "interactive_ui_tests",
9 "base_unittests", 9 "base_unittests",
10 "cacheinvalidation_unittests", 10 "cacheinvalidation_unittests",
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 "can_use_on_swarming_builders": true 372 "can_use_on_swarming_builders": true
373 } 373 }
374 }, 374 },
375 "crypto_unittests", 375 "crypto_unittests",
376 "extensions_unittests", 376 "extensions_unittests",
377 "gcm_unit_tests", 377 "gcm_unit_tests",
378 "google_apis_unittests", 378 "google_apis_unittests",
379 "gpu_unittests", 379 "gpu_unittests",
380 "url_unittests", 380 "url_unittests",
381 "jingle_unittests", 381 "jingle_unittests",
382 { 382 "content_unittests",
383 "test": "content_unittests",
384 "swarming": {
385 "can_use_on_swarming_builders": true
386 }
387 },
388 "device_unittests", 383 "device_unittests",
389 "media_unittests", 384 "media_unittests",
390 { 385 "net_unittests",
391 "test": "net_unittests",
392 "swarming": {
393 "can_use_on_swarming_builders": true
394 }
395 },
396 "ppapi_unittests", 386 "ppapi_unittests",
397 "printing_unittests", 387 "printing_unittests",
398 "remoting_unittests", 388 "remoting_unittests",
399 "sbox_unittests", 389 "sbox_unittests",
400 "sbox_integration_tests", 390 "sbox_integration_tests",
401 "sbox_validation_tests", 391 "sbox_validation_tests",
402 "ipc_tests", 392 "ipc_tests",
403 "sync_unit_tests", 393 "sync_unit_tests",
404 "skia_unittests", 394 "skia_unittests",
405 { 395 "unit_tests",
406 "test": "unit_tests",
407 "swarming": {
408 "can_use_on_swarming_builders": true
409 }
410 },
411 "sql_unittests", 396 "sql_unittests",
412 "ui_base_unittests", 397 "ui_base_unittests",
413 "content_unittests", 398 "content_unittests",
414 "views_unittests", 399 "views_unittests",
415 { 400 "browser_tests",
416 "test": "browser_tests",
417 "swarming": {
418 "can_use_on_swarming_builders": true,
419 "shards": 10
420 }
421 },
422 { 401 {
423 "test": "content_browsertests", 402 "test": "content_browsertests",
424 "swarming": { 403 "swarming": {
425 "can_use_on_swarming_builders": true 404 "can_use_on_swarming_builders": true
426 } 405 }
427 }, 406 },
428 "installer_util_unittests" 407 "installer_util_unittests"
429 ] 408 ]
430 }, 409 },
431 "CrWinClang(dbg) tester": { 410 "CrWinClang(dbg) tester": {
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 { 762 {
784 "test": "content_browsertests", 763 "test": "content_browsertests",
785 "swarming": { 764 "swarming": {
786 "can_use_on_swarming_builders": true 765 "can_use_on_swarming_builders": true
787 } 766 }
788 }, 767 },
789 "installer_util_unittests" 768 "installer_util_unittests"
790 ] 769 ]
791 } 770 }
792 } 771 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698