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.chromiumos", | 8 "chromium.chromiumos", |
9 "--builder", | 9 "--builder", |
10 "Linux ChromiumOS Full", | 10 "Linux ChromiumOS Full", |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 "name": "generate_build_files" | 256 "name": "generate_build_files" |
257 }, | 257 }, |
258 { | 258 { |
259 "cmd": [ | 259 "cmd": [ |
260 "python", | 260 "python", |
261 "-u", | 261 "-u", |
262 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 262 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
263 "--show-path", | 263 "--show-path", |
264 "python", | 264 "python", |
265 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 265 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 266 "--gsutil-py-path", |
| 267 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
266 "--ninja-path", | 268 "--ninja-path", |
267 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 269 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
268 "--target", | 270 "--target", |
269 "Release", | 271 "Release", |
270 "--src-dir", | 272 "--src-dir", |
271 "[SLAVE_BUILD]/src", | 273 "[SLAVE_BUILD]/src", |
272 "--goma-cache-dir", | 274 "--goma-cache-dir", |
273 "[GOMA_CACHE]", | 275 "[GOMA_CACHE]", |
274 "--build-tool", | 276 "--build-tool", |
275 "ninja", | 277 "ninja", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
336 ], | 338 ], |
337 "cwd": "[SLAVE_BUILD]", | 339 "cwd": "[SLAVE_BUILD]", |
338 "name": "archive build" | 340 "name": "archive build" |
339 }, | 341 }, |
340 { | 342 { |
341 "name": "$result", | 343 "name": "$result", |
342 "recipe_result": null, | 344 "recipe_result": null, |
343 "status_code": 0 | 345 "status_code": 0 |
344 } | 346 } |
345 ] | 347 ] |
OLD | NEW |