| 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 "--src-dir", | 371 "--src-dir", |
| 372 "[SLAVE_BUILD]\\src", | 372 "[SLAVE_BUILD]\\src", |
| 373 "--goma-cache-dir", | 373 "--goma-cache-dir", |
| 374 "[GOMA_CACHE]", | 374 "[GOMA_CACHE]", |
| 375 "--build-tool", | 375 "--build-tool", |
| 376 "ninja", | 376 "ninja", |
| 377 "--compiler", | 377 "--compiler", |
| 378 "goma", | 378 "goma", |
| 379 "--goma-jsonstatus", | 379 "--goma-jsonstatus", |
| 380 "/path/to/tmp/json", | 380 "/path/to/tmp/json", |
| 381 "--goma-service-account-json-file", |
| 382 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 381 "--goma-dir", | 383 "--goma-dir", |
| 382 "[BUILD]\\goma", | 384 "[BUILD]\\goma", |
| 383 "--ninja-ensure-up-to-date", | 385 "--ninja-ensure-up-to-date", |
| 384 "--", | 386 "--", |
| 385 "browser_tests", | 387 "browser_tests", |
| 386 "browser_tests_run" | 388 "browser_tests_run" |
| 387 ], | 389 ], |
| 388 "cwd": "[SLAVE_BUILD]", | 390 "cwd": "[SLAVE_BUILD]", |
| 389 "name": "compile", | 391 "name": "compile", |
| 390 "~followup_annotations": [ | 392 "~followup_annotations": [ |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 639 "~followup_annotations": [ | 641 "~followup_annotations": [ |
| 640 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@" | 642 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@" |
| 641 ] | 643 ] |
| 642 }, | 644 }, |
| 643 { | 645 { |
| 644 "name": "$result", | 646 "name": "$result", |
| 645 "recipe_result": null, | 647 "recipe_result": null, |
| 646 "status_code": 0 | 648 "status_code": 0 |
| 647 } | 649 } |
| 648 ] | 650 ] |
| OLD | NEW |