| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 "--src-dir", | 138 "--src-dir", |
| 139 "[SLAVE_BUILD]\\v8", | 139 "[SLAVE_BUILD]\\v8", |
| 140 "--goma-cache-dir", | 140 "--goma-cache-dir", |
| 141 "[GOMA_CACHE]", | 141 "[GOMA_CACHE]", |
| 142 "--build-tool", | 142 "--build-tool", |
| 143 "ninja", | 143 "ninja", |
| 144 "--compiler", | 144 "--compiler", |
| 145 "goma", | 145 "goma", |
| 146 "--goma-jsonstatus", | 146 "--goma-jsonstatus", |
| 147 "/path/to/tmp/json", | 147 "/path/to/tmp/json", |
| 148 "--goma-service-account-json-file", |
| 149 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 148 "--goma-dir", | 150 "--goma-dir", |
| 149 "[BUILD]\\goma", | 151 "[BUILD]\\goma", |
| 150 "--goma-fail-fast", | 152 "--goma-fail-fast", |
| 151 "--goma-disable-local-fallback", | 153 "--goma-disable-local-fallback", |
| 152 "--arch", | 154 "--arch", |
| 153 "x64", | 155 "x64", |
| 154 "--" | 156 "--" |
| 155 ], | 157 ], |
| 156 "cwd": "[SLAVE_BUILD]", | 158 "cwd": "[SLAVE_BUILD]", |
| 157 "name": "compile", | 159 "name": "compile", |
| (...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 768 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 770 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 769 "@@@STEP_LOG_END@durations@@@" | 771 "@@@STEP_LOG_END@durations@@@" |
| 770 ] | 772 ] |
| 771 }, | 773 }, |
| 772 { | 774 { |
| 773 "name": "$result", | 775 "name": "$result", |
| 774 "recipe_result": null, | 776 "recipe_result": null, |
| 775 "status_code": 0 | 777 "status_code": 0 |
| 776 } | 778 } |
| 777 ] | 779 ] |
| OLD | NEW |