| 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 "--src-dir", | 244 "--src-dir", |
| 245 "[SLAVE_BUILD]\\src", | 245 "[SLAVE_BUILD]\\src", |
| 246 "--goma-cache-dir", | 246 "--goma-cache-dir", |
| 247 "[GOMA_CACHE]", | 247 "[GOMA_CACHE]", |
| 248 "--build-tool", | 248 "--build-tool", |
| 249 "ninja", | 249 "ninja", |
| 250 "--compiler", | 250 "--compiler", |
| 251 "goma", | 251 "goma", |
| 252 "--goma-jsonstatus", | 252 "--goma-jsonstatus", |
| 253 "/path/to/tmp/json", | 253 "/path/to/tmp/json", |
| 254 "--goma-service-account-json-file", |
| 255 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 254 "--goma-dir", | 256 "--goma-dir", |
| 255 "[BUILD]\\goma", | 257 "[BUILD]\\goma", |
| 256 "--", | 258 "--", |
| 257 "All", | 259 "All", |
| 258 "chromium_builder_tests" | 260 "chromium_builder_tests" |
| 259 ], | 261 ], |
| 260 "cwd": "[SLAVE_BUILD]", | 262 "cwd": "[SLAVE_BUILD]", |
| 261 "name": "compile", | 263 "name": "compile", |
| 262 "~followup_annotations": [ | 264 "~followup_annotations": [ |
| 263 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 265 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 264 "@@@STEP_LOG_END@json.output (invalid)@@@" | 266 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 265 ] | 267 ] |
| 266 }, | 268 }, |
| 267 { | 269 { |
| 268 "name": "$result", | 270 "name": "$result", |
| 269 "recipe_result": null, | 271 "recipe_result": null, |
| 270 "status_code": 0 | 272 "status_code": 0 |
| 271 } | 273 } |
| 272 ] | 274 ] |
| OLD | NEW |