| 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 314 "--build-data-dir", |
| 315 "[ROOT]\\build_data_dir", | 315 "[ROOT]\\build_data_dir", |
| 316 "--compiler", | 316 "--compiler", |
| 317 "goma", | 317 "goma", |
| 318 "--goma-jsonstatus", | 318 "--goma-jsonstatus", |
| 319 "/path/to/tmp/json", | 319 "/path/to/tmp/json", |
| 320 "--goma-service-account-json-file", |
| 321 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 320 "--goma-dir", | 322 "--goma-dir", |
| 321 "[CACHE]\\cipd\\goma", | 323 "[CACHE]\\cipd\\goma", |
| 322 "--", | 324 "--", |
| 323 "browser_tests", | 325 "browser_tests", |
| 324 "browser_tests_run" | 326 "browser_tests_run" |
| 325 ], | 327 ], |
| 326 "cwd": "[SLAVE_BUILD]", | 328 "cwd": "[SLAVE_BUILD]", |
| 327 "name": "compile", | 329 "name": "compile", |
| 328 "~followup_annotations": [ | 330 "~followup_annotations": [ |
| 329 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 331 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 ], | 433 ], |
| 432 "cwd": "[SLAVE_BUILD]", | 434 "cwd": "[SLAVE_BUILD]", |
| 433 "name": "process_dumps" | 435 "name": "process_dumps" |
| 434 }, | 436 }, |
| 435 { | 437 { |
| 436 "name": "$result", | 438 "name": "$result", |
| 437 "recipe_result": null, | 439 "recipe_result": null, |
| 438 "status_code": 0 | 440 "status_code": 0 |
| 439 } | 441 } |
| 440 ] | 442 ] |
| OLD | NEW |