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

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

Issue 851743005: Remove athena targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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.webkit.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 { 6 {
7 "test": "accessibility_unittests", 7 "test": "accessibility_unittests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
10 } 10 }
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 { 244 {
245 "test": "chromeos_unittests", 245 "test": "chromeos_unittests",
246 "platforms": ["linux"], 246 "platforms": ["linux"],
247 "chromium_configs": [ 247 "chromium_configs": [
248 "chromium_chromeos", 248 "chromium_chromeos",
249 "chromium_chromeos_clang", 249 "chromium_chromeos_clang",
250 "chromium_chromeos_ozone" 250 "chromium_chromeos_ozone"
251 ] 251 ]
252 }, 252 },
253 { 253 {
254 "test": "athena_unittests",
255 "platforms": ["linux"],
256 "chromium_configs": [
257 "chromium_chromeos",
258 "chromium_chromeos_athena",
259 "chromium_chromeos_ozone"
260 ]
261 },
262 {
263 "test": "display_unittests", 254 "test": "display_unittests",
264 "platforms": ["linux"] 255 "platforms": ["linux"]
265 }, 256 },
266 { 257 {
267 "test": "ozone_unittests", 258 "test": "ozone_unittests",
268 "platforms": ["linux"], 259 "platforms": ["linux"],
269 "chromium_configs": ["chromium_chromeos_ozone"] 260 "chromium_configs": ["chromium_chromeos_ozone"]
270 } 261 }
271 ], 262 ],
272 263
273 "non_filter_builders": [ 264 "non_filter_builders": [
274 ], 265 ],
275 266
276 "non_filter_tests_builders": [ 267 "non_filter_tests_builders": [
277 ], 268 ],
278 269
279 "filter_compile_builders": [ 270 "filter_compile_builders": [
280 "win_chromium_compile_dbg", 271 "win_chromium_compile_dbg",
281 "win_chromium_rel_swarming", 272 "win_chromium_rel_swarming",
282 "win_chromium_x64_rel_swarming", 273 "win_chromium_x64_rel_swarming",
283 "win8_chromium_rel" 274 "win8_chromium_rel"
284 ] 275 ]
285 } 276 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.webkit.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698