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

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

Issue 412263004: Remove GN test from bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « testing/buildbot/chromium.linux.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 "accessibility_unittests", 6 "accessibility_unittests",
7 "app_list_unittests", 7 "app_list_unittests",
8 { 8 {
9 "test": "base_unittests", 9 "test": "base_unittests",
10 "swarming": { 10 "swarming": {
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "platforms": ["linux"] 58 "platforms": ["linux"]
59 }, 59 },
60 "device_unittests", 60 "device_unittests",
61 "events_unittests", 61 "events_unittests",
62 { 62 {
63 "test": "extensions_unittests", 63 "test": "extensions_unittests",
64 "platforms": ["win", "mac", "linux"] 64 "platforms": ["win", "mac", "linux"]
65 }, 65 },
66 "gcm_unit_tests", 66 "gcm_unit_tests",
67 "gfx_unittests", 67 "gfx_unittests",
68 {
69 "test": "gn_unittests",
70 "platforms": ["linux"]
71 },
72 "google_apis_unittests", 68 "google_apis_unittests",
73 "gpu_unittests", 69 "gpu_unittests",
74 { 70 {
75 "test": "interactive_ui_tests", 71 "test": "interactive_ui_tests",
76 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"], 72 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"],
77 "swarming": { 73 "swarming": {
78 "can_use_on_swarming_builders": true, 74 "can_use_on_swarming_builders": true,
79 "shards": 3 75 "shards": 3
80 } 76 }
81 }, 77 },
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "tools/perf/.*", 206 "tools/perf/.*",
211 "tools/telemetry/.*", 207 "tools/telemetry/.*",
212 "tools/whitespace.txt" 208 "tools/whitespace.txt"
213 ], 209 ],
214 210
215 "filter_builders": [ 211 "filter_builders": [
216 "linux_chromium_clang_dbg", 212 "linux_chromium_clang_dbg",
217 "mac_chromium_rel" 213 "mac_chromium_rel"
218 ] 214 ]
219 } 215 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698