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

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

Issue 643773002: Run app_shell_browsertests on Win waterfall and trybots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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') | 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": "ash_unittests", 9 "test": "ash_unittests",
10 "chromium_configs": [ 10 "chromium_configs": [
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "shards": 2 171 "shards": 2
172 } 172 }
173 }, 173 },
174 "url_unittests", 174 "url_unittests",
175 { 175 {
176 "test": "wm_unittests", 176 "test": "wm_unittests",
177 "platforms": ["linux", "win"] 177 "platforms": ["linux", "win"]
178 }, 178 },
179 { 179 {
180 "test": "app_shell_browsertests", 180 "test": "app_shell_browsertests",
181 "platforms": ["linux"] 181 "platforms": ["linux", "win"]
182 }, 182 },
183 { 183 {
184 "test": "app_shell_unittests", 184 "test": "app_shell_unittests",
185 "platforms": ["linux", "win"] 185 "platforms": ["linux", "win"]
186 }, 186 },
187 { 187 {
188 "test": "aura_unittests", 188 "test": "aura_unittests",
189 "platforms": ["linux", "win"] 189 "platforms": ["linux", "win"]
190 }, 190 },
191 { 191 {
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 "non_filter_tests_builders": [ 240 "non_filter_tests_builders": [
241 ], 241 ],
242 242
243 "filter_compile_builders": [ 243 "filter_compile_builders": [
244 "win_chromium_compile_dbg", 244 "win_chromium_compile_dbg",
245 "win_chromium_rel_swarming", 245 "win_chromium_rel_swarming",
246 "win_chromium_x64_rel_swarming", 246 "win_chromium_x64_rel_swarming",
247 "win8_chromium_rel" 247 "win8_chromium_rel"
248 ] 248 ]
249 } 249 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698