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

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 822763005: Run app_shell_browsertests and app_shell_unittests on mac trybots and waterfall bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 12 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 | « testing/buildbot/chromium.mac.json ('k') | 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 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 { 6 {
7 "test": "accessibility_unittests", 7 "test": "accessibility_unittests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
10 } 10 }
11 }, 11 },
12 { 12 {
13 "test": "app_installer_unittests", 13 "test": "app_installer_unittests",
14 "platforms": ["win"] 14 "platforms": ["win"]
15 }, 15 },
16 { 16 {
17 "test": "app_list_unittests", 17 "test": "app_list_unittests",
18 "swarming": { 18 "swarming": {
19 "can_use_on_swarming_builders": true 19 "can_use_on_swarming_builders": true
20 } 20 }
21 }, 21 },
22 "app_shell_browsertests",
23 "app_shell_unittests",
22 { 24 {
23 "test": "ash_unittests", 25 "test": "ash_unittests",
24 "chromium_configs": [ 26 "chromium_configs": [
25 "chromium_chromeos", 27 "chromium_chromeos",
26 "chromium_chromeos_clang", 28 "chromium_chromeos_clang",
27 "chromium_chromeos_ozone" 29 "chromium_chromeos_ozone"
28 ], 30 ],
29 "swarming": { 31 "swarming": {
30 "can_use_on_swarming_builders": true 32 "can_use_on_swarming_builders": true
31 } 33 }
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "chromium_chromeos_clang", 211 "chromium_chromeos_clang",
210 "chromium_chromeos_ozone" 212 "chromium_chromeos_ozone"
211 ] 213 ]
212 }, 214 },
213 "url_unittests", 215 "url_unittests",
214 { 216 {
215 "test": "wm_unittests", 217 "test": "wm_unittests",
216 "platforms": ["linux", "win"] 218 "platforms": ["linux", "win"]
217 }, 219 },
218 { 220 {
219 "test": "app_shell_browsertests",
220 "platforms": ["linux", "win"]
221 },
222 {
223 "test": "app_shell_unittests",
224 "platforms": ["linux", "win"]
225 },
226 {
227 "test": "aura_unittests", 221 "test": "aura_unittests",
228 "platforms": ["linux", "win"] 222 "platforms": ["linux", "win"]
229 }, 223 },
230 { 224 {
231 "test": "views_unittests", 225 "test": "views_unittests",
232 "platforms": ["linux", "win"] 226 "platforms": ["linux", "win"]
233 }, 227 },
234 { 228 {
235 "test": "sandbox_linux_unittests", 229 "test": "sandbox_linux_unittests",
236 "platforms": ["linux"], 230 "platforms": ["linux"],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 "non_filter_tests_builders": [ 269 "non_filter_tests_builders": [
276 ], 270 ],
277 271
278 "filter_compile_builders": [ 272 "filter_compile_builders": [
279 "win_chromium_compile_dbg", 273 "win_chromium_compile_dbg",
280 "win_chromium_rel_swarming", 274 "win_chromium_rel_swarming",
281 "win_chromium_x64_rel_swarming", 275 "win_chromium_x64_rel_swarming",
282 "win8_chromium_rel" 276 "win8_chromium_rel"
283 ] 277 ]
284 } 278 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698