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 GN", | 10 "Linux ChromiumOS GN", |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 ] | 300 ] |
301 }, | 301 }, |
302 { | 302 { |
303 "cmd": [ | 303 "cmd": [ |
304 "python", | 304 "python", |
305 "-u", | 305 "-u", |
306 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 306 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
307 "--show-path", | 307 "--show-path", |
308 "python", | 308 "python", |
309 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 309 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 310 "--gsutil-py-path", |
| 311 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
310 "--ninja-path", | 312 "--ninja-path", |
311 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 313 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
312 "--target", | 314 "--target", |
313 "Release", | 315 "Release", |
314 "--src-dir", | 316 "--src-dir", |
315 "[SLAVE_BUILD]/src", | 317 "[SLAVE_BUILD]/src", |
316 "--goma-cache-dir", | 318 "--goma-cache-dir", |
317 "[GOMA_CACHE]", | 319 "[GOMA_CACHE]", |
318 "--build-tool", | 320 "--build-tool", |
319 "ninja", | 321 "ninja", |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 426 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
425 "@@@STEP_LOG_END@python.inline@@@" | 427 "@@@STEP_LOG_END@python.inline@@@" |
426 ] | 428 ] |
427 }, | 429 }, |
428 { | 430 { |
429 "name": "$result", | 431 "name": "$result", |
430 "recipe_result": null, | 432 "recipe_result": null, |
431 "status_code": 0 | 433 "status_code": 0 |
432 } | 434 } |
433 ] | 435 ] |
OLD | NEW |