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

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

Issue 641903002: Adding Athenas browser and unit tests which are required for running the tests on a buildbot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addting trybot configuration 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
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": ["chromium_chromeos", "chromium_chromeos_clang"], 10 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"],
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "platforms": ["mac"] 198 "platforms": ["mac"]
199 }, 199 },
200 { 200 {
201 "test": "chromeos_unittests", 201 "test": "chromeos_unittests",
202 "platforms": ["linux"], 202 "platforms": ["linux"],
203 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 203 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
204 }, 204 },
205 { 205 {
206 "test": "athena_unittests", 206 "test": "athena_unittests",
207 "platforms": ["linux"], 207 "platforms": ["linux"],
208 "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] 208 "chromium_configs": ["chromium_chromeos_athena"]
209 }, 209 },
210 { 210 {
211 "test": "display_unittests", 211 "test": "display_unittests",
212 "platforms": ["linux"] 212 "platforms": ["linux"]
213 }, 213 },
214 { 214 {
215 "test": "ozone_unittests", 215 "test": "ozone_unittests",
216 "platforms": ["linux"], 216 "platforms": ["linux"],
217 "chromium_configs": ["chromium_chromeos_ozone"] 217 "chromium_configs": ["chromium_chromeos_ozone"]
218 } 218 }
219 ], 219 ],
220 220
221 "non_filter_builders": [ 221 "non_filter_builders": [
222 ], 222 ],
223 223
224 "non_filter_tests_builders": [ 224 "non_filter_tests_builders": [
225 ], 225 ],
226 226
227 "filter_compile_builders": [ 227 "filter_compile_builders": [
228 "win_chromium_compile_dbg", 228 "win_chromium_compile_dbg",
229 "win_chromium_rel_swarming", 229 "win_chromium_rel_swarming",
230 "win_chromium_x64_rel_swarming", 230 "win_chromium_x64_rel_swarming",
231 "win8_chromium_rel" 231 "win8_chromium_rel"
232 ] 232 ]
233 } 233 }
OLDNEW
« testing/buildbot/chromium.chromiumos.json ('K') | « testing/buildbot/chromium.chromiumos.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698