| 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 "--goma-cache-dir", | 310 "--goma-cache-dir", |
| 311 "[GOMA_CACHE]", | 311 "[GOMA_CACHE]", |
| 312 "--build-tool", | 312 "--build-tool", |
| 313 "ninja", | 313 "ninja", |
| 314 "--build-data-dir", | 314 "--build-data-dir", |
| 315 "[ROOT]\\build_data_dir", | 315 "[ROOT]\\build_data_dir", |
| 316 "--compiler", | 316 "--compiler", |
| 317 "goma-clang", | 317 "goma-clang", |
| 318 "--goma-jsonstatus", | 318 "--goma-jsonstatus", |
| 319 "/path/to/tmp/json", | 319 "/path/to/tmp/json", |
| 320 "--goma-service-account-json-file", |
| 321 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 320 "--goma-dir", | 322 "--goma-dir", |
| 321 "[CACHE]\\cipd\\goma", | 323 "[CACHE]\\cipd\\goma", |
| 322 "--", | 324 "--", |
| 323 "all" | 325 "all" |
| 324 ], | 326 ], |
| 325 "cwd": "[SLAVE_BUILD]", | 327 "cwd": "[SLAVE_BUILD]", |
| 326 "name": "compile", | 328 "name": "compile", |
| 327 "~followup_annotations": [ | 329 "~followup_annotations": [ |
| 328 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 330 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 329 "@@@STEP_LOG_END@json.output (invalid)@@@" | 331 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 21 matching lines...) Expand all Loading... |
| 351 ], | 353 ], |
| 352 "cwd": "[SLAVE_BUILD]", | 354 "cwd": "[SLAVE_BUILD]", |
| 353 "name": "package build" | 355 "name": "package build" |
| 354 }, | 356 }, |
| 355 { | 357 { |
| 356 "name": "$result", | 358 "name": "$result", |
| 357 "recipe_result": null, | 359 "recipe_result": null, |
| 358 "status_code": 0 | 360 "status_code": 0 |
| 359 } | 361 } |
| 360 ] | 362 ] |
| OLD | NEW |