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 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
9 "--builder", | 9 "--builder", |
10 "linux_perf_bisect", | 10 "linux_perf_bisect", |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 "name": "generate_build_files (with patch)" | 281 "name": "generate_build_files (with patch)" |
282 }, | 282 }, |
283 { | 283 { |
284 "cmd": [ | 284 "cmd": [ |
285 "python", | 285 "python", |
286 "-u", | 286 "-u", |
287 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 287 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
288 "--show-path", | 288 "--show-path", |
289 "python", | 289 "python", |
290 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 290 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 291 "--gsutil-py-path", |
| 292 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
291 "--ninja-path", | 293 "--ninja-path", |
292 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 294 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
293 "--target", | 295 "--target", |
294 "Release", | 296 "Release", |
295 "--src-dir", | 297 "--src-dir", |
296 "[SLAVE_BUILD]/src", | 298 "[SLAVE_BUILD]/src", |
297 "--goma-cache-dir", | 299 "--goma-cache-dir", |
298 "[GOMA_CACHE]", | 300 "[GOMA_CACHE]", |
299 "--build-tool", | 301 "--build-tool", |
300 "ninja", | 302 "ninja", |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 "name": "generate_build_files Without Patch" | 484 "name": "generate_build_files Without Patch" |
483 }, | 485 }, |
484 { | 486 { |
485 "cmd": [ | 487 "cmd": [ |
486 "python", | 488 "python", |
487 "-u", | 489 "-u", |
488 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 490 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
489 "--show-path", | 491 "--show-path", |
490 "python", | 492 "python", |
491 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 493 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 494 "--gsutil-py-path", |
| 495 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
492 "--ninja-path", | 496 "--ninja-path", |
493 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 497 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
494 "--target", | 498 "--target", |
495 "Release", | 499 "Release", |
496 "--src-dir", | 500 "--src-dir", |
497 "[SLAVE_BUILD]/src", | 501 "[SLAVE_BUILD]/src", |
498 "--goma-cache-dir", | 502 "--goma-cache-dir", |
499 "[GOMA_CACHE]", | 503 "[GOMA_CACHE]", |
500 "--build-tool", | 504 "--build-tool", |
501 "ninja", | 505 "ninja", |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
581 "@@@STEP_LOG_LINE@json.output@}@@@", | 585 "@@@STEP_LOG_LINE@json.output@}@@@", |
582 "@@@STEP_LOG_END@json.output@@@" | 586 "@@@STEP_LOG_END@json.output@@@" |
583 ] | 587 ] |
584 }, | 588 }, |
585 { | 589 { |
586 "name": "$result", | 590 "name": "$result", |
587 "recipe_result": null, | 591 "recipe_result": null, |
588 "status_code": 0 | 592 "status_code": 0 |
589 } | 593 } |
590 ] | 594 ] |
OLD | NEW |