| 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 "--goma-cache-dir", | 322 "--goma-cache-dir", |
| 323 "[GOMA_CACHE]", | 323 "[GOMA_CACHE]", |
| 324 "--build-tool", | 324 "--build-tool", |
| 325 "ninja", | 325 "ninja", |
| 326 "--build-data-dir", | 326 "--build-data-dir", |
| 327 "[ROOT]\\build_data_dir", | 327 "[ROOT]\\build_data_dir", |
| 328 "--compiler", | 328 "--compiler", |
| 329 "goma", | 329 "goma", |
| 330 "--goma-jsonstatus", | 330 "--goma-jsonstatus", |
| 331 "/path/to/tmp/json", | 331 "/path/to/tmp/json", |
| 332 "--goma-service-account-json-file", |
| 333 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 332 "--goma-dir", | 334 "--goma-dir", |
| 333 "[CACHE]\\cipd\\goma", | 335 "[CACHE]\\cipd\\goma", |
| 334 "--", | 336 "--", |
| 335 "blink_tests", | 337 "blink_tests", |
| 336 "browser_tests", | 338 "browser_tests", |
| 337 "browser_tests_run" | 339 "browser_tests_run" |
| 338 ], | 340 ], |
| 339 "cwd": "[SLAVE_BUILD]", | 341 "cwd": "[SLAVE_BUILD]", |
| 340 "name": "compile", | 342 "name": "compile", |
| 341 "~followup_annotations": [ | 343 "~followup_annotations": [ |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 "~followup_annotations": [ | 459 "~followup_annotations": [ |
| 458 "@@@STEP_TEXT@WebKit Win7@@@" | 460 "@@@STEP_TEXT@WebKit Win7@@@" |
| 459 ] | 461 ] |
| 460 }, | 462 }, |
| 461 { | 463 { |
| 462 "name": "$result", | 464 "name": "$result", |
| 463 "recipe_result": null, | 465 "recipe_result": null, |
| 464 "status_code": 0 | 466 "status_code": 0 |
| 465 } | 467 } |
| 466 ] | 468 ] |
| OLD | NEW |