| 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 250 "--build-data-dir", |
| 251 "[ROOT]\\build_data_dir", | 251 "[ROOT]\\build_data_dir", |
| 252 "--compiler", | 252 "--compiler", |
| 253 "goma", | 253 "goma", |
| 254 "--goma-jsonstatus", | 254 "--goma-jsonstatus", |
| 255 "/path/to/tmp/json", | 255 "/path/to/tmp/json", |
| 256 "--goma-service-account-json-file", |
| 257 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 256 "--goma-dir", | 258 "--goma-dir", |
| 257 "[CACHE]\\cipd\\goma", | 259 "[CACHE]\\cipd\\goma", |
| 258 "--", | 260 "--", |
| 259 "blink_tests", | 261 "blink_tests", |
| 260 "browser_tests" | 262 "browser_tests" |
| 261 ], | 263 ], |
| 262 "cwd": "[SLAVE_BUILD]", | 264 "cwd": "[SLAVE_BUILD]", |
| 263 "name": "compile", | 265 "name": "compile", |
| 264 "~followup_annotations": [ | 266 "~followup_annotations": [ |
| 265 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 267 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 ], | 303 ], |
| 302 "cwd": "[SLAVE_BUILD]", | 304 "cwd": "[SLAVE_BUILD]", |
| 303 "name": "process_dumps" | 305 "name": "process_dumps" |
| 304 }, | 306 }, |
| 305 { | 307 { |
| 306 "name": "$result", | 308 "name": "$result", |
| 307 "recipe_result": null, | 309 "recipe_result": null, |
| 308 "status_code": 0 | 310 "status_code": 0 |
| 309 } | 311 } |
| 310 ] | 312 ] |
| OLD | NEW |