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.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "WebKit Linux - TraceWrappables", | 10 "WebKit Linux - TraceWrappables", |
(...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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 495 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
494 "@@@STEP_LOG_END@python.inline@@@" | 496 "@@@STEP_LOG_END@python.inline@@@" |
495 ] | 497 ] |
496 }, | 498 }, |
497 { | 499 { |
498 "name": "$result", | 500 "name": "$result", |
499 "recipe_result": null, | 501 "recipe_result": null, |
500 "status_code": 0 | 502 "status_code": 0 |
501 } | 503 } |
502 ] | 504 ] |
OLD | NEW |