| 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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 "--src-dir", | 336 "--src-dir", |
| 337 "[SLAVE_BUILD]\\src", | 337 "[SLAVE_BUILD]\\src", |
| 338 "--goma-cache-dir", | 338 "--goma-cache-dir", |
| 339 "[GOMA_CACHE]", | 339 "[GOMA_CACHE]", |
| 340 "--build-tool", | 340 "--build-tool", |
| 341 "ninja", | 341 "ninja", |
| 342 "--compiler", | 342 "--compiler", |
| 343 "goma-clang", | 343 "goma-clang", |
| 344 "--goma-jsonstatus", | 344 "--goma-jsonstatus", |
| 345 "/path/to/tmp/json", | 345 "/path/to/tmp/json", |
| 346 "--goma-service-account-json-file", | |
| 347 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
| 348 "--goma-dir", | 346 "--goma-dir", |
| 349 "[CACHE]\\cipd\\goma", | 347 "[CACHE]\\cipd\\goma", |
| 350 "--", | 348 "--", |
| 351 "all" | 349 "all" |
| 352 ], | 350 ], |
| 353 "cwd": "[SLAVE_BUILD]", | 351 "cwd": "[SLAVE_BUILD]", |
| 354 "name": "compile", | 352 "name": "compile", |
| 355 "~followup_annotations": [ | 353 "~followup_annotations": [ |
| 356 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 354 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 357 "@@@STEP_LOG_END@json.output (invalid)@@@" | 355 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 442 "~followup_annotations": [ | 440 "~followup_annotations": [ |
| 443 "@@@STEP_TEXT@CrWinClang(shared) tester@@@" | 441 "@@@STEP_TEXT@CrWinClang(shared) tester@@@" |
| 444 ] | 442 ] |
| 445 }, | 443 }, |
| 446 { | 444 { |
| 447 "name": "$result", | 445 "name": "$result", |
| 448 "recipe_result": null, | 446 "recipe_result": null, |
| 449 "status_code": 0 | 447 "status_code": 0 |
| 450 } | 448 } |
| 451 ] | 449 ] |
| OLD | NEW |