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

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

Issue 2303453003: Revert of Moves ash content specific tests into ash_content_unittests (Closed)
Patch Set: Created 4 years, 3 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 | « components/exo/BUILD.gn ('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 Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS GN": { 7 "Linux ChromiumOS GN": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "gn_all" 9 "gn_all"
10 ], 10 ],
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 { 83 {
84 "swarming": { 84 "swarming": {
85 "can_use_on_swarming_builders": true 85 "can_use_on_swarming_builders": true
86 }, 86 },
87 "test": "app_shell_unittests" 87 "test": "app_shell_unittests"
88 }, 88 },
89 { 89 {
90 "swarming": { 90 "swarming": {
91 "can_use_on_swarming_builders": true 91 "can_use_on_swarming_builders": true
92 }, 92 },
93 "test": "ash_content_unittests"
94 },
95 {
96 "swarming": {
97 "can_use_on_swarming_builders": true
98 },
99 "test": "ash_unittests" 93 "test": "ash_unittests"
100 }, 94 },
101 { 95 {
102 "swarming": { 96 "swarming": {
103 "can_use_on_swarming_builders": true 97 "can_use_on_swarming_builders": true
104 }, 98 },
105 "test": "aura_unittests" 99 "test": "aura_unittests"
106 }, 100 },
107 { 101 {
108 "swarming": { 102 "swarming": {
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 "test": "app_list_unittests" 414 "test": "app_list_unittests"
421 }, 415 },
422 { 416 {
423 "swarming": { 417 "swarming": {
424 "can_use_on_swarming_builders": true 418 "can_use_on_swarming_builders": true
425 }, 419 },
426 "test": "app_shell_unittests" 420 "test": "app_shell_unittests"
427 }, 421 },
428 { 422 {
429 "swarming": { 423 "swarming": {
430 "can_use_on_swarming_builders": true
431 },
432 "test": "ash_content_unittests"
433 },
434 {
435 "swarming": {
436 "can_use_on_swarming_builders": true 424 "can_use_on_swarming_builders": true
437 }, 425 },
438 "test": "ash_unittests" 426 "test": "ash_unittests"
439 }, 427 },
440 { 428 {
441 "swarming": { 429 "swarming": {
442 "can_use_on_swarming_builders": true 430 "can_use_on_swarming_builders": true
443 }, 431 },
444 "test": "aura_unittests" 432 "test": "aura_unittests"
445 }, 433 },
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 { 776 {
789 "swarming": { 777 "swarming": {
790 "can_use_on_swarming_builders": true 778 "can_use_on_swarming_builders": true
791 }, 779 },
792 "test": "app_shell_unittests" 780 "test": "app_shell_unittests"
793 }, 781 },
794 { 782 {
795 "swarming": { 783 "swarming": {
796 "can_use_on_swarming_builders": true 784 "can_use_on_swarming_builders": true
797 }, 785 },
798 "test": "ash_content_unittests"
799 },
800 {
801 "swarming": {
802 "can_use_on_swarming_builders": true
803 },
804 "test": "ash_unittests" 786 "test": "ash_unittests"
805 }, 787 },
806 { 788 {
807 "swarming": { 789 "swarming": {
808 "can_use_on_swarming_builders": true 790 "can_use_on_swarming_builders": true
809 }, 791 },
810 "test": "aura_unittests" 792 "test": "aura_unittests"
811 }, 793 },
812 { 794 {
813 "swarming": { 795 "swarming": {
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 }, 1063 },
1082 { 1064 {
1083 "swarming": { 1065 "swarming": {
1084 "can_use_on_swarming_builders": true 1066 "can_use_on_swarming_builders": true
1085 }, 1067 },
1086 "test": "wm_unittests" 1068 "test": "wm_unittests"
1087 } 1069 }
1088 ] 1070 ]
1089 } 1071 }
1090 } 1072 }
OLDNEW
« no previous file with comments | « components/exo/BUILD.gn ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698