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

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

Issue 874843002: Make components_browsertests swarmable and add to main waterfall. (2nd try) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased since extensions_browsertests.isolate went away Created 5 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_memory_trybot.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 }
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "chromium_configs": [ 59 "chromium_configs": [
60 "chromium_chromeos", 60 "chromium_chromeos",
61 "chromium_chromeos_clang", 61 "chromium_chromeos_clang",
62 "chromium_chromeos_ozone" 62 "chromium_chromeos_ozone"
63 ] 63 ]
64 }, 64 },
65 { 65 {
66 "test": "chrome_elf_unittests", 66 "test": "chrome_elf_unittests",
67 "platforms": ["win"] 67 "platforms": ["win"]
68 }, 68 },
69 "components_browsertests", 69 {
70 "test": "components_browsertests",
71 "swarming": {
72 "can_use_on_swarming_builders": true
73 }
74 },
70 { 75 {
71 "test": "components_unittests", 76 "test": "components_unittests",
72 "swarming": { 77 "swarming": {
73 "can_use_on_swarming_builders": true 78 "can_use_on_swarming_builders": true
74 } 79 }
75 }, 80 },
76 { 81 {
77 "test": "compositor_unittests", 82 "test": "compositor_unittests",
78 "platforms": ["linux", "win"] 83 "platforms": ["linux", "win"]
79 }, 84 },
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 "non_filter_tests_builders": [ 288 "non_filter_tests_builders": [
284 ], 289 ],
285 290
286 "filter_compile_builders": [ 291 "filter_compile_builders": [
287 "win_chromium_compile_dbg", 292 "win_chromium_compile_dbg",
288 "win_chromium_rel_swarming", 293 "win_chromium_rel_swarming",
289 "win_chromium_x64_rel_swarming", 294 "win_chromium_x64_rel_swarming",
290 "win8_chromium_rel" 295 "win8_chromium_rel"
291 ] 296 ]
292 } 297 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium_memory_trybot.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698