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

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

Issue 291833004: Added more ChromiumOS tests to the CQ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing coma Created 6 years, 7 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 | « 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 "accessibility_unittests", 2 "accessibility_unittests",
3 "app_list_unittests", 3 "app_list_unittests",
4 "base_unittests", 4 "base_unittests",
5 { 5 {
6 "test": "browser_tests", 6 "test": "browser_tests",
7 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"] 7 "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"]
8 }, 8 },
9 "cacheinvalidation_unittests", 9 "cacheinvalidation_unittests",
10 "cc_unittests", 10 "cc_unittests",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "platforms": ["mac"] 83 "platforms": ["mac"]
84 }, 84 },
85 { 85 {
86 "test": "views_unittests", 86 "test": "views_unittests",
87 "platforms": ["win"] 87 "platforms": ["win"]
88 }, 88 },
89 { 89 {
90 "test": "views_unittests", 90 "test": "views_unittests",
91 "platforms": ["linux"], 91 "platforms": ["linux"],
92 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 92 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
93 },
94 {
95 "test": "chromeos_unittests",
96 "platforms": ["linux"],
97 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
98 },
99 {
100 "test": "ash_unittests",
101 "platforms": ["linux"],
102 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
103 },
104 {
105 "test": "dbus_unittests",
106 "platforms": ["linux"],
107 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
108 },
109 {
110 "test": "aura_unittests",
111 "platforms": ["linux"],
112 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
113 },
114 {
115 "test": "wm_unittests",
116 "platforms": ["linux"],
117 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
93 } 118 }
94 ] 119 ]
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