| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 "--src-dir", | 296 "--src-dir", |
| 297 "[SLAVE_BUILD]\\v8", | 297 "[SLAVE_BUILD]\\v8", |
| 298 "--goma-cache-dir", | 298 "--goma-cache-dir", |
| 299 "[GOMA_CACHE]", | 299 "[GOMA_CACHE]", |
| 300 "--buildbot-buildername", | 300 "--buildbot-buildername", |
| 301 "v8_win_dbg", | 301 "v8_win_dbg", |
| 302 "--buildbot-mastername", | 302 "--buildbot-mastername", |
| 303 "tryserver.v8", | 303 "tryserver.v8", |
| 304 "--buildbot-slavename", | 304 "--buildbot-slavename", |
| 305 "TestSlavename", | 305 "TestSlavename", |
| 306 "--goma-deps-cache-file", |
| 307 "v8_win_dbg.gomadeps", |
| 306 "--compiler", | 308 "--compiler", |
| 307 "goma", | 309 "goma", |
| 308 "--goma-jsonstatus", | 310 "--goma-jsonstatus", |
| 309 "/path/to/tmp/json", | 311 "/path/to/tmp/json", |
| 310 "--goma-service-account-json-file", | 312 "--goma-service-account-json-file", |
| 311 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 313 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 312 "--goma-dir", | 314 "--goma-dir", |
| 313 "[CACHE]\\cipd\\goma", | 315 "[CACHE]\\cipd\\goma", |
| 314 "--goma-fail-fast", | 316 "--goma-fail-fast", |
| 315 "--goma-disable-local-fallback", | 317 "--goma-disable-local-fallback", |
| (...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 919 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 921 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 920 "@@@STEP_LOG_END@durations@@@" | 922 "@@@STEP_LOG_END@durations@@@" |
| 921 ] | 923 ] |
| 922 }, | 924 }, |
| 923 { | 925 { |
| 924 "name": "$result", | 926 "name": "$result", |
| 925 "recipe_result": null, | 927 "recipe_result": null, |
| 926 "status_code": 0 | 928 "status_code": 0 |
| 927 } | 929 } |
| 928 ] | 930 ] |
| OLD | NEW |