| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 "--goma-cache-dir", | 271 "--goma-cache-dir", |
| 272 "[GOMA_CACHE]", | 272 "[GOMA_CACHE]", |
| 273 "--build-tool", | 273 "--build-tool", |
| 274 "ninja", | 274 "ninja", |
| 275 "--build-data-dir", | 275 "--build-data-dir", |
| 276 "[ROOT]\\build_data_dir", | 276 "[ROOT]\\build_data_dir", |
| 277 "--compiler", | 277 "--compiler", |
| 278 "goma", | 278 "goma", |
| 279 "--goma-jsonstatus", | 279 "--goma-jsonstatus", |
| 280 "/path/to/tmp/json", | 280 "/path/to/tmp/json", |
| 281 "--goma-service-account-json-file", |
| 282 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 281 "--goma-dir", | 283 "--goma-dir", |
| 282 "[CACHE]\\cipd\\goma", | 284 "[CACHE]\\cipd\\goma", |
| 283 "--", | 285 "--", |
| 284 "chrome" | 286 "chrome" |
| 285 ], | 287 ], |
| 286 "cwd": "[SLAVE_BUILD]", | 288 "cwd": "[SLAVE_BUILD]", |
| 287 "name": "compile", | 289 "name": "compile", |
| 288 "~followup_annotations": [ | 290 "~followup_annotations": [ |
| 289 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 291 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 290 "@@@STEP_LOG_END@json.output (invalid)@@@" | 292 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 291 ] | 293 ] |
| 292 }, | 294 }, |
| 293 { | 295 { |
| 294 "name": "$result", | 296 "name": "$result", |
| 295 "recipe_result": null, | 297 "recipe_result": null, |
| 296 "status_code": 0 | 298 "status_code": 0 |
| 297 } | 299 } |
| 298 ] | 300 ] |
| OLD | NEW |