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.webkit", | 8 "chromium.webkit", |
9 "--builder", | 9 "--builder", |
10 "WebKit Linux Trusty", | 10 "WebKit Linux Trusty", |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 ] | 301 ] |
302 }, | 302 }, |
303 { | 303 { |
304 "cmd": [ | 304 "cmd": [ |
305 "python", | 305 "python", |
306 "-u", | 306 "-u", |
307 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 307 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
308 "--show-path", | 308 "--show-path", |
309 "python", | 309 "python", |
310 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 310 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 311 "--gsutil-py-path", |
| 312 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
311 "--ninja-path", | 313 "--ninja-path", |
312 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 314 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
313 "--target", | 315 "--target", |
314 "Release", | 316 "Release", |
315 "--src-dir", | 317 "--src-dir", |
316 "[SLAVE_BUILD]/src", | 318 "[SLAVE_BUILD]/src", |
317 "--goma-cache-dir", | 319 "--goma-cache-dir", |
318 "[GOMA_CACHE]", | 320 "[GOMA_CACHE]", |
319 "--build-tool", | 321 "--build-tool", |
320 "ninja", | 322 "ninja", |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 494 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
493 "@@@STEP_LOG_END@python.inline@@@" | 495 "@@@STEP_LOG_END@python.inline@@@" |
494 ] | 496 ] |
495 }, | 497 }, |
496 { | 498 { |
497 "name": "$result", | 499 "name": "$result", |
498 "recipe_result": null, | 500 "recipe_result": null, |
499 "status_code": 0 | 501 "status_code": 0 |
500 } | 502 } |
501 ] | 503 ] |
OLD | NEW |