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

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

Issue 1211053005: Convert compositor_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: .. Created 5 years, 5 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
OLDNEW
1 { 1 {
2 "Linux ChromiumOS GN": { 2 "Linux ChromiumOS GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "browser_tests", 7 "browser_tests",
8 "cacheinvalidation_unittests", 8 "cacheinvalidation_unittests",
9 "chromedriver_unittests", 9 "chromedriver_unittests",
10 "chromeos_unittests", 10 "chromeos_unittests",
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 { 437 {
438 "test": "chromevox_tests" 438 "test": "chromevox_tests"
439 }, 439 },
440 { 440 {
441 "swarming": { 441 "swarming": {
442 "can_use_on_swarming_builders": true 442 "can_use_on_swarming_builders": true
443 }, 443 },
444 "test": "components_unittests" 444 "test": "components_unittests"
445 }, 445 },
446 { 446 {
447 "swarming": {
448 "can_use_on_swarming_builders": true
449 },
447 "test": "compositor_unittests" 450 "test": "compositor_unittests"
448 }, 451 },
449 { 452 {
450 "swarming": { 453 "swarming": {
451 "can_use_on_swarming_builders": true 454 "can_use_on_swarming_builders": true
452 }, 455 },
453 "test": "content_browsertests" 456 "test": "content_browsertests"
454 }, 457 },
455 { 458 {
456 "swarming": { 459 "swarming": {
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 }, 703 },
701 "test": "chromeos_unittests" 704 "test": "chromeos_unittests"
702 }, 705 },
703 { 706 {
704 "swarming": { 707 "swarming": {
705 "can_use_on_swarming_builders": true 708 "can_use_on_swarming_builders": true
706 }, 709 },
707 "test": "components_unittests" 710 "test": "components_unittests"
708 }, 711 },
709 { 712 {
713 "swarming": {
714 "can_use_on_swarming_builders": true
715 },
710 "test": "compositor_unittests" 716 "test": "compositor_unittests"
711 }, 717 },
712 { 718 {
713 "swarming": { 719 "swarming": {
714 "can_use_on_swarming_builders": true, 720 "can_use_on_swarming_builders": true,
715 "shards": 2 721 "shards": 2
716 }, 722 },
717 "test": "content_browsertests" 723 "test": "content_browsertests"
718 }, 724 },
719 { 725 {
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 }, 908 },
903 { 909 {
904 "swarming": { 910 "swarming": {
905 "can_use_on_swarming_builders": true 911 "can_use_on_swarming_builders": true
906 }, 912 },
907 "test": "wm_unittests" 913 "test": "wm_unittests"
908 } 914 }
909 ] 915 ]
910 } 916 }
911 } 917 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698