| 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 333 "--build-data-dir", |
| 334 "[ROOT]\\build_data_dir", | 334 "[ROOT]\\build_data_dir", |
| 335 "--compiler", | 335 "--compiler", |
| 336 "goma-clang", | 336 "goma-clang", |
| 337 "--goma-jsonstatus", | 337 "--goma-jsonstatus", |
| 338 "/path/to/tmp/json", | 338 "/path/to/tmp/json", |
| 339 "--goma-service-account-json-file", |
| 340 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 339 "--mode", | 341 "--mode", |
| 340 "official", | 342 "official", |
| 341 "--goma-dir", | 343 "--goma-dir", |
| 342 "[CACHE]\\cipd\\goma", | 344 "[CACHE]\\cipd\\goma", |
| 343 "--clobber", | 345 "--clobber", |
| 344 "--", | 346 "--", |
| 345 "all" | 347 "all" |
| 346 ], | 348 ], |
| 347 "cwd": "[SLAVE_BUILD]", | 349 "cwd": "[SLAVE_BUILD]", |
| 348 "name": "compile", | 350 "name": "compile", |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 "~followup_annotations": [ | 438 "~followup_annotations": [ |
| 437 "@@@STEP_TEXT@CrWinClang64 tester@@@" | 439 "@@@STEP_TEXT@CrWinClang64 tester@@@" |
| 438 ] | 440 ] |
| 439 }, | 441 }, |
| 440 { | 442 { |
| 441 "name": "$result", | 443 "name": "$result", |
| 442 "recipe_result": null, | 444 "recipe_result": null, |
| 443 "status_code": 0 | 445 "status_code": 0 |
| 444 } | 446 } |
| 445 ] | 447 ] |
| OLD | NEW |