| 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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 "--goma-cache-dir", | 331 "--goma-cache-dir", |
| 332 "[GOMA_CACHE]", | 332 "[GOMA_CACHE]", |
| 333 "--build-tool", | 333 "--build-tool", |
| 334 "ninja", | 334 "ninja", |
| 335 "--build-data-dir", | 335 "--build-data-dir", |
| 336 "[ROOT]\\build_data_dir", | 336 "[ROOT]\\build_data_dir", |
| 337 "--compiler", | 337 "--compiler", |
| 338 "goma", | 338 "goma", |
| 339 "--goma-jsonstatus", | 339 "--goma-jsonstatus", |
| 340 "/path/to/tmp/json", | 340 "/path/to/tmp/json", |
| 341 "--goma-service-account-json-file", |
| 342 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 341 "--goma-dir", | 343 "--goma-dir", |
| 342 "[CACHE]\\cipd\\goma", | 344 "[CACHE]\\cipd\\goma", |
| 343 "--", | 345 "--", |
| 344 "browser_tests", | 346 "browser_tests", |
| 345 "browser_tests_run" | 347 "browser_tests_run" |
| 346 ], | 348 ], |
| 347 "cwd": "[SLAVE_BUILD]", | 349 "cwd": "[SLAVE_BUILD]", |
| 348 "name": "compile", | 350 "name": "compile", |
| 349 "~followup_annotations": [ | 351 "~followup_annotations": [ |
| 350 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 352 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 ], | 454 ], |
| 453 "cwd": "[SLAVE_BUILD]", | 455 "cwd": "[SLAVE_BUILD]", |
| 454 "name": "process_dumps" | 456 "name": "process_dumps" |
| 455 }, | 457 }, |
| 456 { | 458 { |
| 457 "name": "$result", | 459 "name": "$result", |
| 458 "recipe_result": null, | 460 "recipe_result": null, |
| 459 "status_code": 0 | 461 "status_code": 0 |
| 460 } | 462 } |
| 461 ] | 463 ] |
| OLD | NEW |