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

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

Issue 578653003: Add components_browsertests to trybot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove android Created 6 years, 3 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 | « 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 "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 12 matching lines...) Expand all
23 "cc_unittests", 23 "cc_unittests",
24 "chromedriver_unittests", 24 "chromedriver_unittests",
25 { 25 {
26 "test": "chromevox_tests", 26 "test": "chromevox_tests",
27 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 27 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
28 }, 28 },
29 { 29 {
30 "test": "chrome_elf_unittests", 30 "test": "chrome_elf_unittests",
31 "platforms": ["win"] 31 "platforms": ["win"]
32 }, 32 },
33 {
34 "test": "components_browsertests",
35 "platforms": ["linux", "mac", "win"]
Paweł Hajdan Jr. 2014/09/16 22:31:56 This is not needed since the test runs on all plat
nyquist 2014/09/16 22:49:53 Done.
36 },
33 "components_unittests", 37 "components_unittests",
34 { 38 {
35 "test": "compositor_unittests", 39 "test": "compositor_unittests",
36 "platforms": ["linux", "win"] 40 "platforms": ["linux", "win"]
37 }, 41 },
38 { 42 {
39 "test": "courgette_unittests", 43 "test": "courgette_unittests",
40 "platforms": ["win"] 44 "platforms": ["win"]
41 }, 45 },
42 { 46 {
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "non_filter_tests_builders": [ 211 "non_filter_tests_builders": [
208 ], 212 ],
209 213
210 "filter_compile_builders": [ 214 "filter_compile_builders": [
211 "win_chromium_compile_dbg", 215 "win_chromium_compile_dbg",
212 "win_chromium_rel_swarming", 216 "win_chromium_rel_swarming",
213 "win_chromium_x64_rel_swarming", 217 "win_chromium_x64_rel_swarming",
214 "win8_chromium_rel" 218 "win8_chromium_rel"
215 ] 219 ]
216 } 220 }
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