| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 "name": "cleanup_temp" | 149 "name": "cleanup_temp" |
| 150 }, | 150 }, |
| 151 { | 151 { |
| 152 "cmd": [ | 152 "cmd": [ |
| 153 "python", | 153 "python", |
| 154 "-u", | 154 "-u", |
| 155 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 155 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 156 "--show-path", | 156 "--show-path", |
| 157 "python", | 157 "python", |
| 158 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 158 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 159 "--gsutil-py-path", |
| 160 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 159 "--ninja-path", | 161 "--ninja-path", |
| 160 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 162 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 161 "--target", | 163 "--target", |
| 162 "Release_x64", | 164 "Release_x64", |
| 163 "--src-dir", | 165 "--src-dir", |
| 164 "[SLAVE_BUILD]\\src", | 166 "[SLAVE_BUILD]\\src", |
| 165 "--goma-cache-dir", | 167 "--goma-cache-dir", |
| 166 "[GOMA_CACHE]", | 168 "[GOMA_CACHE]", |
| 167 "--build-tool", | 169 "--build-tool", |
| 168 "ninja", | 170 "ninja", |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 ], | 247 ], |
| 246 "cwd": "[SLAVE_BUILD]", | 248 "cwd": "[SLAVE_BUILD]", |
| 247 "name": "process_dumps" | 249 "name": "process_dumps" |
| 248 }, | 250 }, |
| 249 { | 251 { |
| 250 "name": "$result", | 252 "name": "$result", |
| 251 "recipe_result": null, | 253 "recipe_result": null, |
| 252 "status_code": 0 | 254 "status_code": 0 |
| 253 } | 255 } |
| 254 ] | 256 ] |
| OLD | NEW |