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

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

Issue 600283002: Don't swarm Ozone builds. Apparently they need specific graphics drivers and hardware. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « 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 Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 { 5 {
6 "test": "base_unittests", 6 "test": "base_unittests",
7 "swarming": { 7 "swarming": {
8 "can_use_on_swarming_builders": true 8 "can_use_on_swarming_builders": true
9 } 9 }
10 }, 10 },
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 ] 83 ]
84 }, 84 },
85 "Linux ChromiumOS Tests (2)": { 85 "Linux ChromiumOS Tests (2)": {
86 "gtest_tests": [ 86 "gtest_tests": [
87 ] 87 ]
88 }, 88 },
89 "Linux ChromiumOS Ozone Tests (1)": { 89 "Linux ChromiumOS Ozone Tests (1)": {
90 "gtest_tests": [ 90 "gtest_tests": [
91 "accessibility_unittests", 91 "accessibility_unittests",
92 "ash_unittests", 92 "ash_unittests",
93 { 93 "base_unittests",
94 "test": "base_unittests",
95 "swarming": {
96 "can_use_on_swarming_builders": true
97 }
98 },
99 {
100 "test": "browser_tests",
101 "swarming": {
102 "can_use_on_swarming_builders": true,
103 "shards": 5
104 }
105 },
106 "cacheinvalidation_unittests", 94 "cacheinvalidation_unittests",
107 "chromeos_unittests", 95 "chromeos_unittests",
108 "components_unittests", 96 "components_unittests",
109 {
110 "test": "content_browsertests",
111 "swarming": {
112 "can_use_on_swarming_builders": true
113 }
114 },
115 {
116 "test": "content_unittests",
117 "swarming": {
118 "can_use_on_swarming_builders": true
119 }
120 },
121 "crypto_unittests", 97 "crypto_unittests",
122 "dbus_unittests", 98 "dbus_unittests",
123 "display_unittests", 99 "display_unittests",
124 "extensions_unittests", 100 "extensions_unittests",
125 "gcm_unit_tests", 101 "gcm_unit_tests",
126 "google_apis_unittests", 102 "google_apis_unittests",
127 "gpu_unittests", 103 "gpu_unittests",
128 {
129 "test": "interactive_ui_tests",
130 "swarming": {
131 "can_use_on_swarming_builders": true
132 }
133 },
134 "url_unittests", 104 "url_unittests",
135 "jingle_unittests", 105 "jingle_unittests",
136 "content_unittests", 106 "content_unittests",
137 "device_unittests", 107 "device_unittests",
138 "media_unittests", 108 "media_unittests",
139 { 109 "net_unittests",
140 "test": "net_unittests",
141 "swarming": {
142 "can_use_on_swarming_builders": true
143 }
144 },
145 "ozone_unittests", 110 "ozone_unittests",
146 "ppapi_unittests", 111 "ppapi_unittests",
147 "printing_unittests", 112 "printing_unittests",
148 "remoting_unittests", 113 "remoting_unittests",
149 "sandbox_linux_unittests", 114 "sandbox_linux_unittests",
150 "ui_unittests", 115 "ui_unittests",
151 "views_unittests", 116 "views_unittests",
152 "wm_unittests", 117 "wm_unittests",
153 "aura_unittests", 118 "aura_unittests",
154 "app_list_unittests", 119 "app_list_unittests",
155 "message_center_unittests", 120 "message_center_unittests",
156 "compositor_unittests", 121 "compositor_unittests",
157 "events_unittests", 122 "events_unittests",
158 "ipc_tests", 123 "ipc_tests",
159 "sync_unit_tests", 124 "sync_unit_tests",
160 { 125 "unit_tests",
161 "test": "unit_tests",
162 "swarming": {
163 "can_use_on_swarming_builders": true
164 }
165 },
166 "sql_unittests", 126 "sql_unittests",
167 "nacl_loader_unittests", 127 "nacl_loader_unittests",
168 "athena_unittests", 128 "athena_unittests"
129 ]
130 },
131 "Linux ChromiumOS Ozone Tests (2)": {
132 "gtest_tests": [
133 "interactive_ui_tests",
134 "browser_tests",
135 "content_browsertests",
169 "app_shell_browsertests", 136 "app_shell_browsertests",
170 "chromevox_tests" 137 "chromevox_tests"
171 ] 138 ]
172 }, 139 },
173 "Linux ChromiumOS Ozone Tests (2)": {
174 "gtest_tests": [
175 ]
176 },
177 "Linux ChromiumOS Tests (dbg)(1)": { 140 "Linux ChromiumOS Tests (dbg)(1)": {
178 "gtest_tests": [ 141 "gtest_tests": [
179 "accessibility_unittests", 142 "accessibility_unittests",
180 { 143 {
181 "test": "base_unittests", 144 "test": "base_unittests",
182 "swarming": { 145 "swarming": {
183 "can_use_on_swarming_builders": true 146 "can_use_on_swarming_builders": true
184 } 147 }
185 }, 148 },
186 "cacheinvalidation_unittests", 149 "cacheinvalidation_unittests",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 }, 222 },
260 "Linux ChromiumOS Tests (dbg)(2)": { 223 "Linux ChromiumOS Tests (dbg)(2)": {
261 "gtest_tests": [ 224 "gtest_tests": [
262 ] 225 ]
263 }, 226 },
264 "Linux ChromiumOS Tests (dbg)(3)": { 227 "Linux ChromiumOS Tests (dbg)(3)": {
265 "gtest_tests": [ 228 "gtest_tests": [
266 ] 229 ]
267 } 230 }
268 } 231 }
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