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

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

Issue 2728763004: Add tests from X11 CrOS to Ozone CrOS trybot. (Closed)
Patch Set: Created 3 years, 9 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 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 Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "swarming": { 10 "swarming": {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 { 72 {
73 "swarming": { 73 "swarming": {
74 "can_use_on_swarming_builders": true 74 "can_use_on_swarming_builders": true
75 }, 75 },
76 "test": "capture_unittests" 76 "test": "capture_unittests"
77 }, 77 },
78 { 78 {
79 "swarming": { 79 "swarming": {
80 "can_use_on_swarming_builders": true 80 "can_use_on_swarming_builders": true
81 }, 81 },
82 "test": "chrome_app_unittests"
83 },
84 {
85 "swarming": {
86 "can_use_on_swarming_builders": true
87 },
82 "test": "chromeos_unittests" 88 "test": "chromeos_unittests"
83 }, 89 },
84 { 90 {
85 "args": [ 91 "args": [
86 "--ozone-platform=headless" 92 "--ozone-platform=headless"
87 ], 93 ],
88 "swarming": { 94 "swarming": {
89 "can_use_on_swarming_builders": true 95 "can_use_on_swarming_builders": true
90 }, 96 },
91 "test": "chromevox_tests" 97 "test": "chromevox_tests"
92 }, 98 },
93 { 99 {
94 "swarming": { 100 "swarming": {
95 "can_use_on_swarming_builders": true 101 "can_use_on_swarming_builders": true
96 }, 102 },
97 "test": "components_unittests" 103 "test": "components_unittests"
98 }, 104 },
99 { 105 {
100 "swarming": { 106 "swarming": {
107 "can_use_on_swarming_builders": true
108 },
109 "test": "compositor_unittests"
110 },
111 {
112 "swarming": {
101 "can_use_on_swarming_builders": true, 113 "can_use_on_swarming_builders": true,
102 "shards": 2 114 "shards": 2
103 }, 115 },
104 "test": "content_browsertests" 116 "test": "content_browsertests"
105 }, 117 },
106 { 118 {
107 "swarming": { 119 "swarming": {
108 "can_use_on_swarming_builders": true 120 "can_use_on_swarming_builders": true
109 }, 121 },
110 "test": "content_unittests" 122 "test": "content_unittests"
(...skipping 25 matching lines...) Expand all
136 { 148 {
137 "swarming": { 149 "swarming": {
138 "can_use_on_swarming_builders": true 150 "can_use_on_swarming_builders": true
139 }, 151 },
140 "test": "events_unittests" 152 "test": "events_unittests"
141 }, 153 },
142 { 154 {
143 "swarming": { 155 "swarming": {
144 "can_use_on_swarming_builders": true 156 "can_use_on_swarming_builders": true
145 }, 157 },
158 "test": "exo_unittests"
159 },
160 {
161 "swarming": {
162 "can_use_on_swarming_builders": true
163 },
146 "test": "extensions_browsertests" 164 "test": "extensions_browsertests"
147 }, 165 },
148 { 166 {
149 "swarming": { 167 "swarming": {
150 "can_use_on_swarming_builders": true 168 "can_use_on_swarming_builders": true
151 }, 169 },
152 "test": "extensions_unittests" 170 "test": "extensions_unittests"
153 }, 171 },
154 { 172 {
155 "swarming": { 173 "swarming": {
(...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
1138 }, 1156 },
1139 { 1157 {
1140 "swarming": { 1158 "swarming": {
1141 "can_use_on_swarming_builders": true 1159 "can_use_on_swarming_builders": true
1142 }, 1160 },
1143 "test": "wm_unittests" 1161 "test": "wm_unittests"
1144 } 1162 }
1145 ] 1163 ]
1146 } 1164 }
1147 } 1165 }
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