| 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 "--src-dir", | 327 "--src-dir", |
| 328 "[SLAVE_BUILD]\\src", | 328 "[SLAVE_BUILD]\\src", |
| 329 "--goma-cache-dir", | 329 "--goma-cache-dir", |
| 330 "[GOMA_CACHE]", | 330 "[GOMA_CACHE]", |
| 331 "--build-tool", | 331 "--build-tool", |
| 332 "ninja", | 332 "ninja", |
| 333 "--compiler", | 333 "--compiler", |
| 334 "goma-clang", | 334 "goma-clang", |
| 335 "--goma-jsonstatus", | 335 "--goma-jsonstatus", |
| 336 "/path/to/tmp/json", | 336 "/path/to/tmp/json", |
| 337 "--goma-service-account-json-file", |
| 338 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 337 "--mode", | 339 "--mode", |
| 338 "official", | 340 "official", |
| 339 "--goma-dir", | 341 "--goma-dir", |
| 340 "[BUILD]\\goma", | 342 "[BUILD]\\goma", |
| 341 "--clobber", | 343 "--clobber", |
| 342 "--", | 344 "--", |
| 343 "all" | 345 "all" |
| 344 ], | 346 ], |
| 345 "cwd": "[SLAVE_BUILD]", | 347 "cwd": "[SLAVE_BUILD]", |
| 346 "name": "compile", | 348 "name": "compile", |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 "~followup_annotations": [ | 436 "~followup_annotations": [ |
| 435 "@@@STEP_TEXT@CrWinClang tester@@@" | 437 "@@@STEP_TEXT@CrWinClang tester@@@" |
| 436 ] | 438 ] |
| 437 }, | 439 }, |
| 438 { | 440 { |
| 439 "name": "$result", | 441 "name": "$result", |
| 440 "recipe_result": null, | 442 "recipe_result": null, |
| 441 "status_code": 0 | 443 "status_code": 0 |
| 442 } | 444 } |
| 443 ] | 445 ] |
| OLD | NEW |