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

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

Issue 893313006: Revert of 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, 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 | « 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 "content_unittests", 382 {
383 "test": "content_unittests",
384 "swarming": {
385 "can_use_on_swarming_builders": true
386 }
387 },
383 "device_unittests", 388 "device_unittests",
384 "media_unittests", 389 "media_unittests",
385 "net_unittests", 390 {
391 "test": "net_unittests",
392 "swarming": {
393 "can_use_on_swarming_builders": true
394 }
395 },
386 "ppapi_unittests", 396 "ppapi_unittests",
387 "printing_unittests", 397 "printing_unittests",
388 "remoting_unittests", 398 "remoting_unittests",
389 "sbox_unittests", 399 "sbox_unittests",
390 "sbox_integration_tests", 400 "sbox_integration_tests",
391 "sbox_validation_tests", 401 "sbox_validation_tests",
392 "ipc_tests", 402 "ipc_tests",
393 "sync_unit_tests", 403 "sync_unit_tests",
394 "skia_unittests", 404 "skia_unittests",
395 "unit_tests", 405 {
406 "test": "unit_tests",
407 "swarming": {
408 "can_use_on_swarming_builders": true
409 }
410 },
396 "sql_unittests", 411 "sql_unittests",
397 "ui_base_unittests", 412 "ui_base_unittests",
398 "content_unittests", 413 "content_unittests",
399 "views_unittests", 414 "views_unittests",
400 "browser_tests", 415 {
416 "test": "browser_tests",
417 "swarming": {
418 "can_use_on_swarming_builders": true,
419 "shards": 10
420 }
421 },
401 { 422 {
402 "test": "content_browsertests", 423 "test": "content_browsertests",
403 "swarming": { 424 "swarming": {
404 "can_use_on_swarming_builders": true 425 "can_use_on_swarming_builders": true
405 } 426 }
406 }, 427 },
407 "installer_util_unittests" 428 "installer_util_unittests"
408 ] 429 ]
409 }, 430 },
410 "CrWinClang(dbg) tester": { 431 "CrWinClang(dbg) tester": {
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
762 { 783 {
763 "test": "content_browsertests", 784 "test": "content_browsertests",
764 "swarming": { 785 "swarming": {
765 "can_use_on_swarming_builders": true 786 "can_use_on_swarming_builders": true
766 } 787 }
767 }, 788 },
768 "installer_util_unittests" 789 "installer_util_unittests"
769 ] 790 ]
770 } 791 }
771 } 792 }
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