| 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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 "--src-dir", | 308 "--src-dir", |
| 309 "[SLAVE_BUILD]\\src", | 309 "[SLAVE_BUILD]\\src", |
| 310 "--goma-cache-dir", | 310 "--goma-cache-dir", |
| 311 "[GOMA_CACHE]", | 311 "[GOMA_CACHE]", |
| 312 "--build-tool", | 312 "--build-tool", |
| 313 "ninja", | 313 "ninja", |
| 314 "--compiler", | 314 "--compiler", |
| 315 "goma-clang", | 315 "goma-clang", |
| 316 "--goma-jsonstatus", | 316 "--goma-jsonstatus", |
| 317 "/path/to/tmp/json", | 317 "/path/to/tmp/json", |
| 318 "--goma-service-account-json-file", |
| 319 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 318 "--goma-dir", | 320 "--goma-dir", |
| 319 "[BUILD]\\goma", | 321 "[BUILD]\\goma", |
| 320 "--", | 322 "--", |
| 321 "all" | 323 "all" |
| 322 ], | 324 ], |
| 323 "cwd": "[SLAVE_BUILD]", | 325 "cwd": "[SLAVE_BUILD]", |
| 324 "name": "compile", | 326 "name": "compile", |
| 325 "~followup_annotations": [ | 327 "~followup_annotations": [ |
| 326 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 328 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 327 "@@@STEP_LOG_END@json.output (invalid)@@@" | 329 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 21 matching lines...) Expand all Loading... |
| 349 ], | 351 ], |
| 350 "cwd": "[SLAVE_BUILD]", | 352 "cwd": "[SLAVE_BUILD]", |
| 351 "name": "package build" | 353 "name": "package build" |
| 352 }, | 354 }, |
| 353 { | 355 { |
| 354 "name": "$result", | 356 "name": "$result", |
| 355 "recipe_result": null, | 357 "recipe_result": null, |
| 356 "status_code": 0 | 358 "status_code": 0 |
| 357 } | 359 } |
| 358 ] | 360 ] |
| OLD | NEW |