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