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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 "name": "generate_build_files" | 153 "name": "generate_build_files" |
154 }, | 154 }, |
155 { | 155 { |
156 "cmd": [ | 156 "cmd": [ |
157 "python", | 157 "python", |
158 "-u", | 158 "-u", |
159 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 159 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
160 "--show-path", | 160 "--show-path", |
161 "python", | 161 "python", |
162 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 162 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 163 "--gsutil-py-path", |
| 164 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
163 "--ninja-path", | 165 "--ninja-path", |
164 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 166 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
165 "--target", | 167 "--target", |
166 "Release_x64", | 168 "Release_x64", |
167 "--src-dir", | 169 "--src-dir", |
168 "[SLAVE_BUILD]\\src", | 170 "[SLAVE_BUILD]\\src", |
169 "--goma-cache-dir", | 171 "--goma-cache-dir", |
170 "[GOMA_CACHE]", | 172 "[GOMA_CACHE]", |
171 "--build-tool", | 173 "--build-tool", |
172 "ninja", | 174 "ninja", |
(...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1196 ], | 1198 ], |
1197 "cwd": "[SLAVE_BUILD]", | 1199 "cwd": "[SLAVE_BUILD]", |
1198 "name": "process_dumps" | 1200 "name": "process_dumps" |
1199 }, | 1201 }, |
1200 { | 1202 { |
1201 "name": "$result", | 1203 "name": "$result", |
1202 "recipe_result": null, | 1204 "recipe_result": null, |
1203 "status_code": 0 | 1205 "status_code": 0 |
1204 } | 1206 } |
1205 ] | 1207 ] |
OLD | NEW |