| 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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 "--src-dir", | 324 "--src-dir", |
| 325 "[SLAVE_BUILD]\\src", | 325 "[SLAVE_BUILD]\\src", |
| 326 "--goma-cache-dir", | 326 "--goma-cache-dir", |
| 327 "[GOMA_CACHE]", | 327 "[GOMA_CACHE]", |
| 328 "--build-tool", | 328 "--build-tool", |
| 329 "ninja", | 329 "ninja", |
| 330 "--compiler", | 330 "--compiler", |
| 331 "goma", | 331 "goma", |
| 332 "--goma-jsonstatus", | 332 "--goma-jsonstatus", |
| 333 "/path/to/tmp/json", | 333 "/path/to/tmp/json", |
| 334 "--goma-service-account-json-file", |
| 335 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 334 "--goma-dir", | 336 "--goma-dir", |
| 335 "[CACHE]\\cipd\\goma", | 337 "[CACHE]\\cipd\\goma", |
| 336 "--goma-fail-fast", | 338 "--goma-fail-fast", |
| 337 "--goma-disable-local-fallback", | 339 "--goma-disable-local-fallback", |
| 338 "--ninja-ensure-up-to-date", | 340 "--ninja-ensure-up-to-date", |
| 339 "--clobber", | 341 "--clobber", |
| 340 "--", | 342 "--", |
| 341 "all" | 343 "all" |
| 342 ], | 344 ], |
| 343 "cwd": "[SLAVE_BUILD]", | 345 "cwd": "[SLAVE_BUILD]", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 355 ], | 357 ], |
| 356 "cwd": "[SLAVE_BUILD]", | 358 "cwd": "[SLAVE_BUILD]", |
| 357 "name": "mark: before_tests" | 359 "name": "mark: before_tests" |
| 358 }, | 360 }, |
| 359 { | 361 { |
| 360 "name": "$result", | 362 "name": "$result", |
| 361 "recipe_result": null, | 363 "recipe_result": null, |
| 362 "status_code": 0 | 364 "status_code": 0 |
| 363 } | 365 } |
| 364 ] | 366 ] |
| OLD | NEW |