| 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 "--src-dir", | 301 "--src-dir", |
| 302 "[SLAVE_BUILD]\\src", | 302 "[SLAVE_BUILD]\\src", |
| 303 "--goma-cache-dir", | 303 "--goma-cache-dir", |
| 304 "[GOMA_CACHE]", | 304 "[GOMA_CACHE]", |
| 305 "--build-tool", | 305 "--build-tool", |
| 306 "ninja", | 306 "ninja", |
| 307 "--compiler", | 307 "--compiler", |
| 308 "goma-clang", | 308 "goma-clang", |
| 309 "--goma-jsonstatus", | 309 "--goma-jsonstatus", |
| 310 "/path/to/tmp/json", | 310 "/path/to/tmp/json", |
| 311 "--goma-service-account-json-file", | |
| 312 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
| 313 "--goma-dir", | 311 "--goma-dir", |
| 314 "[CACHE]\\cipd\\goma", | 312 "[CACHE]\\cipd\\goma", |
| 315 "--", | 313 "--", |
| 316 "all" | 314 "all" |
| 317 ], | 315 ], |
| 318 "cwd": "[SLAVE_BUILD]", | 316 "cwd": "[SLAVE_BUILD]", |
| 319 "name": "compile", | 317 "name": "compile", |
| 320 "~followup_annotations": [ | 318 "~followup_annotations": [ |
| 321 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 319 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 322 "@@@STEP_LOG_END@json.output (invalid)@@@" | 320 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 "~followup_annotations": [ | 405 "~followup_annotations": [ |
| 408 "@@@STEP_TEXT@CrWinClang64(dll) tester@@@" | 406 "@@@STEP_TEXT@CrWinClang64(dll) tester@@@" |
| 409 ] | 407 ] |
| 410 }, | 408 }, |
| 411 { | 409 { |
| 412 "name": "$result", | 410 "name": "$result", |
| 413 "recipe_result": null, | 411 "recipe_result": null, |
| 414 "status_code": 0 | 412 "status_code": 0 |
| 415 } | 413 } |
| 416 ] | 414 ] |
| OLD | NEW |