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

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

Issue 1214063007: Revert of 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
« no previous file with comments | « build/gn_migration.gypi ('k') | testing/buildbot/chromium.fyi.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 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 },
450 "test": "compositor_unittests" 447 "test": "compositor_unittests"
451 }, 448 },
452 { 449 {
453 "swarming": { 450 "swarming": {
454 "can_use_on_swarming_builders": true 451 "can_use_on_swarming_builders": true
455 }, 452 },
456 "test": "content_browsertests" 453 "test": "content_browsertests"
457 }, 454 },
458 { 455 {
459 "swarming": { 456 "swarming": {
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 }, 700 },
704 "test": "chromeos_unittests" 701 "test": "chromeos_unittests"
705 }, 702 },
706 { 703 {
707 "swarming": { 704 "swarming": {
708 "can_use_on_swarming_builders": true 705 "can_use_on_swarming_builders": true
709 }, 706 },
710 "test": "components_unittests" 707 "test": "components_unittests"
711 }, 708 },
712 { 709 {
713 "swarming": {
714 "can_use_on_swarming_builders": true
715 },
716 "test": "compositor_unittests" 710 "test": "compositor_unittests"
717 }, 711 },
718 { 712 {
719 "swarming": { 713 "swarming": {
720 "can_use_on_swarming_builders": true, 714 "can_use_on_swarming_builders": true,
721 "shards": 2 715 "shards": 2
722 }, 716 },
723 "test": "content_browsertests" 717 "test": "content_browsertests"
724 }, 718 },
725 { 719 {
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 }, 902 },
909 { 903 {
910 "swarming": { 904 "swarming": {
911 "can_use_on_swarming_builders": true 905 "can_use_on_swarming_builders": true
912 }, 906 },
913 "test": "wm_unittests" 907 "test": "wm_unittests"
914 } 908 }
915 ] 909 ]
916 } 910 }
917 } 911 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698