| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 "--src-dir", | 258 "--src-dir", |
| 259 "[SLAVE_BUILD]\\src", | 259 "[SLAVE_BUILD]\\src", |
| 260 "--goma-cache-dir", | 260 "--goma-cache-dir", |
| 261 "[GOMA_CACHE]", | 261 "[GOMA_CACHE]", |
| 262 "--build-tool", | 262 "--build-tool", |
| 263 "ninja", | 263 "ninja", |
| 264 "--compiler", | 264 "--compiler", |
| 265 "goma", | 265 "goma", |
| 266 "--goma-jsonstatus", | 266 "--goma-jsonstatus", |
| 267 "/path/to/tmp/json", | 267 "/path/to/tmp/json", |
| 268 "--goma-service-account-json-file", |
| 269 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 268 "--goma-dir", | 270 "--goma-dir", |
| 269 "[BUILD]\\goma", | 271 "[BUILD]\\goma", |
| 270 "--ninja-ensure-up-to-date", | 272 "--ninja-ensure-up-to-date", |
| 271 "--", | 273 "--", |
| 272 "chromium_builder_tests" | 274 "chromium_builder_tests" |
| 273 ], | 275 ], |
| 274 "cwd": "[SLAVE_BUILD]", | 276 "cwd": "[SLAVE_BUILD]", |
| 275 "name": "compile", | 277 "name": "compile", |
| 276 "~followup_annotations": [ | 278 "~followup_annotations": [ |
| 277 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 279 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 300 ], | 302 ], |
| 301 "cwd": "[SLAVE_BUILD]", | 303 "cwd": "[SLAVE_BUILD]", |
| 302 "name": "package build" | 304 "name": "package build" |
| 303 }, | 305 }, |
| 304 { | 306 { |
| 305 "name": "$result", | 307 "name": "$result", |
| 306 "recipe_result": null, | 308 "recipe_result": null, |
| 307 "status_code": 0 | 309 "status_code": 0 |
| 308 } | 310 } |
| 309 ] | 311 ] |
| OLD | NEW |