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 1064573002: Run gfx_unittests target on ChromeOS trybots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 "filter_compile_builders": [ 5 "filter_compile_builders": [
6 "win_chromium_compile_dbg", 6 "win_chromium_compile_dbg",
7 "win_chromium_rel_swarming", 7 "win_chromium_rel_swarming",
8 "win_chromium_x64_rel_swarming", 8 "win_chromium_x64_rel_swarming",
9 "win8_chromium_rel" 9 "win8_chromium_rel"
10 ], 10 ],
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 { 148 {
149 "platforms": [ 149 "platforms": [
150 "win", 150 "win",
151 "mac", 151 "mac",
152 "linux" 152 "linux"
153 ], 153 ],
154 "test": "extensions_unittests" 154 "test": "extensions_unittests"
155 }, 155 },
156 "gcm_unit_tests", 156 "gcm_unit_tests",
157 { 157 {
158 "chromium_configs": [
159 "chromium_chromeos",
160 "chromium_chromeos_clang",
161 "chromium_chromeos_ozone"
162 ],
158 "swarming": { 163 "swarming": {
159 "can_use_on_swarming_builders": true 164 "can_use_on_swarming_builders": true
160 }, 165 },
161 "test": "gfx_unittests" 166 "test": "gfx_unittests"
162 }, 167 },
163 "google_apis_unittests", 168 "google_apis_unittests",
164 { 169 {
165 "swarming": { 170 "swarming": {
166 "can_use_on_swarming_builders": true 171 "can_use_on_swarming_builders": true
167 }, 172 },
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 ], 364 ],
360 "platforms": [ 365 "platforms": [
361 "linux" 366 "linux"
362 ], 367 ],
363 "test": "ozone_unittests" 368 "test": "ozone_unittests"
364 } 369 }
365 ], 370 ],
366 "non_filter_builders": [], 371 "non_filter_builders": [],
367 "non_filter_tests_builders": [] 372 "non_filter_tests_builders": []
368 } 373 }
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