| OLD | NEW |
| 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 Loading... |
| 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=static_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=static_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 Loading... |
| 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_rel", |
| 267 "--config-file", |
| 268 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 269 "--goma-dir", |
| 270 "[BUILD]\\goma", |
| 271 "//out/Release" |
| 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 "Release", | 282 "Release", |
| 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 Loading... |
| 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 ] |
| OLD | NEW |