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

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

Issue 314863004: Add athena_unittests to chromiumos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Add trybots too Created 6 years, 6 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.chromiumos.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 "base_unittests", 8 "base_unittests",
9 { 9 {
10 "test": "browser_tests", 10 "test": "browser_tests",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 "args": ["--test-launcher-print-test-stdio=always"] 110 "args": ["--test-launcher-print-test-stdio=always"]
111 }, 111 },
112 { 112 {
113 "test": "sandbox_mac_unittests", 113 "test": "sandbox_mac_unittests",
114 "platforms": ["mac"] 114 "platforms": ["mac"]
115 }, 115 },
116 { 116 {
117 "test": "chromeos_unittests", 117 "test": "chromeos_unittests",
118 "platforms": ["linux"], 118 "platforms": ["linux"],
119 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 119 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
120 },
121 {
122 "test": "athena_unittests",
123 "platforms": ["linux"],
124 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
120 } 125 }
121 ] 126 ]
122 } 127 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698