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