OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.chrome", | 8 "chromium.chrome", |
9 "--builder", | 9 "--builder", |
10 "Google Chrome Mac", | 10 "Google Chrome Mac", |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 ] | 202 ] |
203 }, | 203 }, |
204 { | 204 { |
205 "cmd": [ | 205 "cmd": [ |
206 "python", | 206 "python", |
207 "-u", | 207 "-u", |
208 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 208 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
209 "--show-path", | 209 "--show-path", |
210 "python", | 210 "python", |
211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 212 "--gsutil-py-path", |
| 213 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
212 "--ninja-path", | 214 "--ninja-path", |
213 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 215 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
214 "--target", | 216 "--target", |
215 "Release", | 217 "Release", |
216 "--src-dir", | 218 "--src-dir", |
217 "[SLAVE_BUILD]/src", | 219 "[SLAVE_BUILD]/src", |
218 "--goma-cache-dir", | 220 "--goma-cache-dir", |
219 "[GOMA_CACHE]", | 221 "[GOMA_CACHE]", |
220 "--build-tool", | 222 "--build-tool", |
221 "ninja", | 223 "ninja", |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 ], | 271 ], |
270 "cwd": "[SLAVE_BUILD]", | 272 "cwd": "[SLAVE_BUILD]", |
271 "name": "sizes" | 273 "name": "sizes" |
272 }, | 274 }, |
273 { | 275 { |
274 "name": "$result", | 276 "name": "$result", |
275 "recipe_result": null, | 277 "recipe_result": null, |
276 "status_code": 0 | 278 "status_code": 0 |
277 } | 279 } |
278 ] | 280 ] |
OLD | NEW |