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

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

Issue 1679913002: Run chrome_app_unittests on win bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to position 374371 Created 4 years, 10 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.win.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('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 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "filter_compile_builders": [ 5 "filter_compile_builders": [
6 "win_chromium_compile_dbg", 6 "win_chromium_compile_dbg",
7 "win_chromium_rel_swarming", 7 "win_chromium_rel_swarming",
8 "win_chromium_x64_rel_swarming", 8 "win_chromium_x64_rel_swarming",
9 "win8_chromium_rel" 9 "win8_chromium_rel"
10 ], 10 ],
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 { 62 {
63 "chromium_configs": [ 63 "chromium_configs": [
64 "chromium_chromeos", 64 "chromium_chromeos",
65 "chromium_chromeos_clang", 65 "chromium_chromeos_clang",
66 "chromium_chromeos_ozone" 66 "chromium_chromeos_ozone"
67 ], 67 ],
68 "test": "chromevox_tests" 68 "test": "chromevox_tests"
69 }, 69 },
70 { 70 {
71 "platforms": [ 71 "platforms": [
72 "win",
73 "mac",
74 "linux"
75 ],
76 "swarming": {
77 "can_use_on_swarming_builders": true
78 },
79 "test": "chrome_app_unittests"
80 },
81 {
82 "platforms": [
72 "win" 83 "win"
73 ], 84 ],
74 "test": "chrome_elf_unittests" 85 "test": "chrome_elf_unittests"
75 }, 86 },
76 { 87 {
77 "swarming": { 88 "swarming": {
78 "can_use_on_swarming_builders": true 89 "can_use_on_swarming_builders": true
79 }, 90 },
80 "test": "components_browsertests" 91 "test": "components_browsertests"
81 }, 92 },
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 ], 378 ],
368 "platforms": [ 379 "platforms": [
369 "linux" 380 "linux"
370 ], 381 ],
371 "test": "ozone_unittests" 382 "test": "ozone_unittests"
372 } 383 }
373 ], 384 ],
374 "non_filter_builders": [], 385 "non_filter_builders": [],
375 "non_filter_tests_builders": [] 386 "non_filter_tests_builders": []
376 } 387 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698