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