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

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

Issue 1908013002: Add gpu_ipc_service_unittests to buildbot configs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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_memory_trybot.json ('k') | testing/buildbot/client.v8.fyi.json » ('j') | 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "swarming": { 176 "swarming": {
177 "can_use_on_swarming_builders": true 177 "can_use_on_swarming_builders": true
178 }, 178 },
179 "test": "gfx_unittests" 179 "test": "gfx_unittests"
180 }, 180 },
181 "google_apis_unittests", 181 "google_apis_unittests",
182 { 182 {
183 "swarming": { 183 "swarming": {
184 "can_use_on_swarming_builders": true 184 "can_use_on_swarming_builders": true
185 }, 185 },
186 "test": "gpu_ipc_service_unittests"
187 },
188 {
189 "swarming": {
190 "can_use_on_swarming_builders": true
191 },
186 "test": "gpu_unittests" 192 "test": "gpu_unittests"
187 }, 193 },
188 { 194 {
189 "swarming": { 195 "swarming": {
190 "can_use_on_swarming_builders": true, 196 "can_use_on_swarming_builders": true,
191 "shards": 3 197 "shards": 3
192 }, 198 },
193 "test": "interactive_ui_tests" 199 "test": "interactive_ui_tests"
194 }, 200 },
195 { 201 {
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 ], 410 ],
405 "platforms": [ 411 "platforms": [
406 "linux" 412 "linux"
407 ], 413 ],
408 "test": "ozone_unittests" 414 "test": "ozone_unittests"
409 } 415 }
410 ], 416 ],
411 "non_filter_builders": [], 417 "non_filter_builders": [],
412 "non_filter_tests_builders": [] 418 "non_filter_tests_builders": []
413 } 419 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium_memory_trybot.json ('k') | testing/buildbot/client.v8.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698