| 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 "--gsutil-py-path", | 284 "--gsutil-py-path", |
| 285 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 285 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 286 "--ninja-path", | 286 "--ninja-path", |
| 287 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 287 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 288 "--target", | 288 "--target", |
| 289 "Debug_x64", | 289 "Debug_x64", |
| 290 "--src-dir", | 290 "--src-dir", |
| 291 "[SLAVE_BUILD]\\v8", | 291 "[SLAVE_BUILD]\\v8", |
| 292 "--goma-cache-dir", | 292 "--goma-cache-dir", |
| 293 "[GOMA_CACHE]", | 293 "[GOMA_CACHE]", |
| 294 "--build-tool", | |
| 295 "ninja", | |
| 296 "--compiler", | 294 "--compiler", |
| 297 "goma", | 295 "goma", |
| 298 "--goma-jsonstatus", | 296 "--goma-jsonstatus", |
| 299 "/path/to/tmp/json", | 297 "/path/to/tmp/json", |
| 300 "--goma-service-account-json-file", | 298 "--goma-service-account-json-file", |
| 301 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 299 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 302 "--goma-dir", | 300 "--goma-dir", |
| 303 "[CACHE]\\cipd\\goma", | 301 "[CACHE]\\cipd\\goma", |
| 304 "--" | 302 "--" |
| 305 ], | 303 ], |
| (...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1020 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1018 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1021 "@@@STEP_LOG_END@durations@@@" | 1019 "@@@STEP_LOG_END@durations@@@" |
| 1022 ] | 1020 ] |
| 1023 }, | 1021 }, |
| 1024 { | 1022 { |
| 1025 "name": "$result", | 1023 "name": "$result", |
| 1026 "recipe_result": null, | 1024 "recipe_result": null, |
| 1027 "status_code": 0 | 1025 "status_code": 0 |
| 1028 } | 1026 } |
| 1029 ] | 1027 ] |
| OLD | NEW |