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 "bot_update.always_on", | 8 "bot_update.always_on", |
9 "--builder", | 9 "--builder", |
10 "coverage_clobber", | 10 "coverage_clobber", |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 "name": "cleanup_temp" | 236 "name": "cleanup_temp" |
237 }, | 237 }, |
238 { | 238 { |
239 "cmd": [ | 239 "cmd": [ |
240 "python", | 240 "python", |
241 "-u", | 241 "-u", |
242 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 242 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
243 "--show-path", | 243 "--show-path", |
244 "python", | 244 "python", |
245 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 245 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 246 "--gsutil-py-path", |
| 247 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
246 "--ninja-path", | 248 "--ninja-path", |
247 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 249 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
248 "--target", | 250 "--target", |
249 "Release", | 251 "Release", |
250 "--src-dir", | 252 "--src-dir", |
251 "[SLAVE_BUILD]/src", | 253 "[SLAVE_BUILD]/src", |
252 "--goma-cache-dir", | 254 "--goma-cache-dir", |
253 "[GOMA_CACHE]", | 255 "[GOMA_CACHE]", |
254 "--build-tool", | 256 "--build-tool", |
255 "ninja", | 257 "ninja", |
(...skipping 30 matching lines...) Expand all Loading... |
286 ], | 288 ], |
287 "cwd": "[SLAVE_BUILD]", | 289 "cwd": "[SLAVE_BUILD]", |
288 "name": "archive_build" | 290 "name": "archive_build" |
289 }, | 291 }, |
290 { | 292 { |
291 "name": "$result", | 293 "name": "$result", |
292 "recipe_result": null, | 294 "recipe_result": null, |
293 "status_code": 0 | 295 "status_code": 0 |
294 } | 296 } |
295 ] | 297 ] |
OLD | NEW |