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

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

Issue 664543002: Ensure athena_unittests is run for chromeos tryjobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « 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": "ash_unittests", 9 "test": "ash_unittests",
10 "chromium_configs": [ 10 "chromium_configs": [
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "chromium_configs": [ 211 "chromium_configs": [
212 "chromium_chromeos", 212 "chromium_chromeos",
213 "chromium_chromeos_clang", 213 "chromium_chromeos_clang",
214 "chromium_chromeos_ozone" 214 "chromium_chromeos_ozone"
215 ] 215 ]
216 }, 216 },
217 { 217 {
218 "test": "athena_unittests", 218 "test": "athena_unittests",
219 "platforms": ["linux"], 219 "platforms": ["linux"],
220 "chromium_configs": [ 220 "chromium_configs": [
221 "chromium_chromeos",
Mr4D (OOO till 08-26) 2014/10/16 17:17:25 Before I removed it we also used to check clang. I
221 "chromium_chromeos_athena", 222 "chromium_chromeos_athena",
222 "chromium_chromeos_ozone" 223 "chromium_chromeos_ozone"
223 ] 224 ]
224 }, 225 },
225 { 226 {
226 "test": "display_unittests", 227 "test": "display_unittests",
227 "platforms": ["linux"] 228 "platforms": ["linux"]
228 }, 229 },
229 { 230 {
230 "test": "ozone_unittests", 231 "test": "ozone_unittests",
231 "platforms": ["linux"], 232 "platforms": ["linux"],
232 "chromium_configs": ["chromium_chromeos_ozone"] 233 "chromium_configs": ["chromium_chromeos_ozone"]
233 } 234 }
234 ], 235 ],
235 236
236 "non_filter_builders": [ 237 "non_filter_builders": [
237 ], 238 ],
238 239
239 "non_filter_tests_builders": [ 240 "non_filter_tests_builders": [
240 ], 241 ],
241 242
242 "filter_compile_builders": [ 243 "filter_compile_builders": [
243 "win_chromium_compile_dbg", 244 "win_chromium_compile_dbg",
244 "win_chromium_rel_swarming", 245 "win_chromium_rel_swarming",
245 "win_chromium_x64_rel_swarming", 246 "win_chromium_x64_rel_swarming",
246 "win8_chromium_rel" 247 "win8_chromium_rel"
247 ] 248 ]
248 } 249 }
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