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

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

Issue 1851213002: Remove sandbox on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nacl compile issues Created 4 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 | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/chromium_win8_trybot.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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "win", 72 "win",
73 "mac", 73 "mac",
74 "linux" 74 "linux"
75 ], 75 ],
76 "swarming": { 76 "swarming": {
77 "can_use_on_swarming_builders": true 77 "can_use_on_swarming_builders": true
78 }, 78 },
79 "test": "chrome_app_unittests" 79 "test": "chrome_app_unittests"
80 }, 80 },
81 { 81 {
82 "platforms": [
83 "win"
84 ],
85 "test": "chrome_elf_unittests"
86 },
87 {
88 "swarming": { 82 "swarming": {
89 "can_use_on_swarming_builders": true 83 "can_use_on_swarming_builders": true
90 }, 84 },
91 "test": "components_browsertests" 85 "test": "components_browsertests"
92 }, 86 },
93 { 87 {
94 "swarming": { 88 "swarming": {
95 "can_use_on_swarming_builders": true 89 "can_use_on_swarming_builders": true
96 }, 90 },
97 "test": "components_unittests" 91 "test": "components_unittests"
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "nacl_loader_unittests", 239 "nacl_loader_unittests",
246 { 240 {
247 "swarming": { 241 "swarming": {
248 "can_use_on_swarming_builders": true 242 "can_use_on_swarming_builders": true
249 }, 243 },
250 "test": "net_unittests" 244 "test": "net_unittests"
251 }, 245 },
252 "ppapi_unittests", 246 "ppapi_unittests",
253 "printing_unittests", 247 "printing_unittests",
254 "remoting_unittests", 248 "remoting_unittests",
255 {
256 "platforms": [
257 "win"
258 ],
259 "test": "sbox_integration_tests"
260 },
261 {
262 "platforms": [
263 "win"
264 ],
265 "test": "sbox_validation_tests"
266 },
267 {
268 "platforms": [
269 "win"
270 ],
271 "test": "sbox_unittests"
272 },
273 "sql_unittests", 249 "sql_unittests",
274 { 250 {
275 "swarming": { 251 "swarming": {
276 "can_use_on_swarming_builders": true, 252 "can_use_on_swarming_builders": true,
277 "shards": 3 253 "shards": 3
278 }, 254 },
279 "test": "sync_integration_tests" 255 "test": "sync_integration_tests"
280 }, 256 },
281 "sync_unit_tests", 257 "sync_unit_tests",
282 { 258 {
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 ], 374 ],
399 "platforms": [ 375 "platforms": [
400 "linux" 376 "linux"
401 ], 377 ],
402 "test": "ozone_unittests" 378 "test": "ozone_unittests"
403 } 379 }
404 ], 380 ],
405 "non_filter_builders": [], 381 "non_filter_builders": [],
406 "non_filter_tests_builders": [] 382 "non_filter_tests_builders": []
407 } 383 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/chromium_win8_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698