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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win_blink_dbg_pass.json

Issue 1507193004: Use MB on all of the blink bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: reparent Created 5 years 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 }, 121 },
122 { 122 {
123 "cmd": [ 123 "cmd": [
124 "python", 124 "python",
125 "-u", 125 "-u",
126 "[DEPOT_TOOLS]\\gclient.py", 126 "[DEPOT_TOOLS]\\gclient.py",
127 "runhooks" 127 "runhooks"
128 ], 128 ],
129 "cwd": "[SLAVE_BUILD]", 129 "cwd": "[SLAVE_BUILD]",
130 "env": { 130 "env": {
131 "GYP_CHROMIUM_NO_ACTION": "1",
131 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=pr epare use_goma=1" 132 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=pr epare use_goma=1"
132 }, 133 },
133 "name": "gclient runhooks (with patch)" 134 "name": "gclient runhooks (with patch)"
134 }, 135 },
135 { 136 {
136 "cmd": [ 137 "cmd": [
137 "python", 138 "python",
138 "-u", 139 "-u",
139 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 140 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
140 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", 141 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 "-u", 251 "-u",
251 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 252 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
252 ], 253 ],
253 "cwd": "[SLAVE_BUILD]", 254 "cwd": "[SLAVE_BUILD]",
254 "name": "cleanup_temp" 255 "name": "cleanup_temp"
255 }, 256 },
256 { 257 {
257 "cmd": [ 258 "cmd": [
258 "python", 259 "python",
259 "-u", 260 "-u",
261 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
262 "gen",
263 "-m",
264 "tryserver.blink",
265 "-b",
266 "win_blink_dbg",
267 "--config-file",
268 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
269 "--goma-dir",
270 "[BUILD]\\goma",
271 "//out/Debug"
272 ],
273 "cwd": "[SLAVE_BUILD]",
274 "name": "generate_build_files (with patch)"
275 },
276 {
277 "cmd": [
278 "python",
279 "-u",
260 "[BUILD]\\scripts\\slave\\compile.py", 280 "[BUILD]\\scripts\\slave\\compile.py",
261 "--target", 281 "--target",
262 "Debug", 282 "Debug",
263 "--src-dir", 283 "--src-dir",
264 "[SLAVE_BUILD]\\src", 284 "[SLAVE_BUILD]\\src",
265 "--build-tool", 285 "--build-tool",
266 "ninja", 286 "ninja",
267 "--compiler", 287 "--compiler",
268 "goma", 288 "goma",
269 "--goma-jsonstatus", 289 "--goma-jsonstatus",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 ], 385 ],
366 "cwd": "[SLAVE_BUILD]", 386 "cwd": "[SLAVE_BUILD]",
367 "name": "process_dumps" 387 "name": "process_dumps"
368 }, 388 },
369 { 389 {
370 "name": "$result", 390 "name": "$result",
371 "recipe_result": null, 391 "recipe_result": null,
372 "status_code": 0 392 "status_code": 0
373 } 393 }
374 ] 394 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698