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