| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 "--gsutil-py-path", | 290 "--gsutil-py-path", |
| 291 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 291 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 292 "--ninja-path", | 292 "--ninja-path", |
| 293 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 293 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 294 "--target", | 294 "--target", |
| 295 "Debug_x64", | 295 "Debug_x64", |
| 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", |
| 301 "V8 Win64 - debug", |
| 302 "--buildbot-mastername", |
| 303 "client.v8", |
| 304 "--buildbot-slavename", |
| 305 "TestSlavename", |
| 300 "--compiler", | 306 "--compiler", |
| 301 "goma", | 307 "goma", |
| 302 "--goma-jsonstatus", | 308 "--goma-jsonstatus", |
| 303 "/path/to/tmp/json", | 309 "/path/to/tmp/json", |
| 304 "--goma-service-account-json-file", | 310 "--goma-service-account-json-file", |
| 305 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 311 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 306 "--goma-dir", | 312 "--goma-dir", |
| 307 "[CACHE]\\cipd\\goma", | 313 "[CACHE]\\cipd\\goma", |
| 308 "--" | 314 "--" |
| 309 ], | 315 ], |
| (...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1155 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1161 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1156 "@@@STEP_LOG_END@durations@@@" | 1162 "@@@STEP_LOG_END@durations@@@" |
| 1157 ] | 1163 ] |
| 1158 }, | 1164 }, |
| 1159 { | 1165 { |
| 1160 "name": "$result", | 1166 "name": "$result", |
| 1161 "recipe_result": null, | 1167 "recipe_result": null, |
| 1162 "status_code": 0 | 1168 "status_code": 0 |
| 1163 } | 1169 } |
| 1164 ] | 1170 ] |
| OLD | NEW |