| 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", |
| 311 "--goma-dir", | 313 "--goma-dir", |
| 312 "[BUILD]\\goma", | 314 "[BUILD]\\goma", |
| 313 "--", | 315 "--", |
| 314 "all" | 316 "all" |
| 315 ], | 317 ], |
| 316 "cwd": "[SLAVE_BUILD]", | 318 "cwd": "[SLAVE_BUILD]", |
| 317 "name": "compile", | 319 "name": "compile", |
| 318 "~followup_annotations": [ | 320 "~followup_annotations": [ |
| 319 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 321 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 320 "@@@STEP_LOG_END@json.output (invalid)@@@" | 322 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 "~followup_annotations": [ | 407 "~followup_annotations": [ |
| 406 "@@@STEP_TEXT@CrWinClang64(dll) tester@@@" | 408 "@@@STEP_TEXT@CrWinClang64(dll) tester@@@" |
| 407 ] | 409 ] |
| 408 }, | 410 }, |
| 409 { | 411 { |
| 410 "name": "$result", | 412 "name": "$result", |
| 411 "recipe_result": null, | 413 "recipe_result": null, |
| 412 "status_code": 0 | 414 "status_code": 0 |
| 413 } | 415 } |
| 414 ] | 416 ] |
| OLD | NEW |