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 ASAN", | 10 "WebKit Linux ASAN", |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 ] | 321 ] |
322 }, | 322 }, |
323 { | 323 { |
324 "cmd": [ | 324 "cmd": [ |
325 "python", | 325 "python", |
326 "-u", | 326 "-u", |
327 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 327 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
328 "--show-path", | 328 "--show-path", |
329 "python", | 329 "python", |
330 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 330 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 331 "--gsutil-py-path", |
| 332 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
331 "--ninja-path", | 333 "--ninja-path", |
332 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 334 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
333 "--target", | 335 "--target", |
334 "Release", | 336 "Release", |
335 "--src-dir", | 337 "--src-dir", |
336 "[SLAVE_BUILD]/src", | 338 "[SLAVE_BUILD]/src", |
337 "--goma-cache-dir", | 339 "--goma-cache-dir", |
338 "[GOMA_CACHE]", | 340 "[GOMA_CACHE]", |
339 "--build-tool", | 341 "--build-tool", |
340 "ninja", | 342 "ninja", |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
518 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 520 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
519 "@@@STEP_LOG_END@python.inline@@@" | 521 "@@@STEP_LOG_END@python.inline@@@" |
520 ] | 522 ] |
521 }, | 523 }, |
522 { | 524 { |
523 "name": "$result", | 525 "name": "$result", |
524 "recipe_result": null, | 526 "recipe_result": null, |
525 "status_code": 0 | 527 "status_code": 0 |
526 } | 528 } |
527 ] | 529 ] |
OLD | NEW |