| 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 324 "--build-data-dir", |
| 325 "[ROOT]\\build_data_dir", | 325 "[ROOT]\\build_data_dir", |
| 326 "--compiler", | 326 "--compiler", |
| 327 "goma", | 327 "goma", |
| 328 "--goma-jsonstatus", | 328 "--goma-jsonstatus", |
| 329 "/path/to/tmp/json", | 329 "/path/to/tmp/json", |
| 330 "--goma-service-account-json-file", |
| 331 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 330 "--goma-dir", | 332 "--goma-dir", |
| 331 "[CACHE]\\cipd\\goma", | 333 "[CACHE]\\cipd\\goma", |
| 332 "--ninja-ensure-up-to-date", | 334 "--ninja-ensure-up-to-date", |
| 333 "--", | 335 "--", |
| 334 "browser_tests", | 336 "browser_tests", |
| 335 "browser_tests_run" | 337 "browser_tests_run" |
| 336 ], | 338 ], |
| 337 "cwd": "[SLAVE_BUILD]", | 339 "cwd": "[SLAVE_BUILD]", |
| 338 "name": "compile", | 340 "name": "compile", |
| 339 "~followup_annotations": [ | 341 "~followup_annotations": [ |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 "~followup_annotations": [ | 455 "~followup_annotations": [ |
| 454 "@@@STEP_TEXT@Win7 Release (NVIDIA)@@@" | 456 "@@@STEP_TEXT@Win7 Release (NVIDIA)@@@" |
| 455 ] | 457 ] |
| 456 }, | 458 }, |
| 457 { | 459 { |
| 458 "name": "$result", | 460 "name": "$result", |
| 459 "recipe_result": null, | 461 "recipe_result": null, |
| 460 "status_code": 0 | 462 "status_code": 0 |
| 461 } | 463 } |
| 462 ] | 464 ] |
| OLD | NEW |