| 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 "--src-dir", | 318 "--src-dir", |
| 319 "[SLAVE_BUILD]\\src", | 319 "[SLAVE_BUILD]\\src", |
| 320 "--goma-cache-dir", | 320 "--goma-cache-dir", |
| 321 "[GOMA_CACHE]", | 321 "[GOMA_CACHE]", |
| 322 "--build-tool", | 322 "--build-tool", |
| 323 "ninja", | 323 "ninja", |
| 324 "--compiler", | 324 "--compiler", |
| 325 "goma", | 325 "goma", |
| 326 "--goma-jsonstatus", | 326 "--goma-jsonstatus", |
| 327 "/path/to/tmp/json", | 327 "/path/to/tmp/json", |
| 328 "--goma-service-account-json-file", |
| 329 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 328 "--goma-dir", | 330 "--goma-dir", |
| 329 "[BUILD]\\goma", | 331 "[BUILD]\\goma", |
| 330 "--ninja-ensure-up-to-date", | 332 "--ninja-ensure-up-to-date", |
| 331 "--", | 333 "--", |
| 332 "browser_tests", | 334 "browser_tests", |
| 333 "browser_tests_run", | 335 "browser_tests_run", |
| 334 "mini_installer" | 336 "mini_installer" |
| 335 ], | 337 ], |
| 336 "cwd": "[SLAVE_BUILD]", | 338 "cwd": "[SLAVE_BUILD]", |
| 337 "name": "compile", | 339 "name": "compile", |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 "~followup_annotations": [ | 454 "~followup_annotations": [ |
| 453 "@@@STEP_TEXT@Win10 Tests x64@@@" | 455 "@@@STEP_TEXT@Win10 Tests x64@@@" |
| 454 ] | 456 ] |
| 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 |