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.linux", | 8 "tryserver.chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 "name": "generate_build_files (with patch)" | 371 "name": "generate_build_files (with patch)" |
372 }, | 372 }, |
373 { | 373 { |
374 "cmd": [ | 374 "cmd": [ |
375 "python", | 375 "python", |
376 "-u", | 376 "-u", |
377 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 377 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
378 "--show-path", | 378 "--show-path", |
379 "python", | 379 "python", |
380 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 380 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 381 "--gsutil-py-path", |
| 382 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
381 "--ninja-path", | 383 "--ninja-path", |
382 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 384 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
383 "--target", | 385 "--target", |
384 "Release", | 386 "Release", |
385 "--src-dir", | 387 "--src-dir", |
386 "[SLAVE_BUILD]/src", | 388 "[SLAVE_BUILD]/src", |
387 "--goma-cache-dir", | 389 "--goma-cache-dir", |
388 "[GOMA_CACHE]", | 390 "[GOMA_CACHE]", |
389 "--build-tool", | 391 "--build-tool", |
390 "ninja", | 392 "ninja", |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
575 "name": "generate_build_files (without patch)" | 577 "name": "generate_build_files (without patch)" |
576 }, | 578 }, |
577 { | 579 { |
578 "cmd": [ | 580 "cmd": [ |
579 "python", | 581 "python", |
580 "-u", | 582 "-u", |
581 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 583 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
582 "--show-path", | 584 "--show-path", |
583 "python", | 585 "python", |
584 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 586 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 587 "--gsutil-py-path", |
| 588 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
585 "--ninja-path", | 589 "--ninja-path", |
586 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 590 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
587 "--target", | 591 "--target", |
588 "Release", | 592 "Release", |
589 "--src-dir", | 593 "--src-dir", |
590 "[SLAVE_BUILD]/src", | 594 "[SLAVE_BUILD]/src", |
591 "--goma-cache-dir", | 595 "--goma-cache-dir", |
592 "[GOMA_CACHE]", | 596 "[GOMA_CACHE]", |
593 "--build-tool", | 597 "--build-tool", |
594 "ninja", | 598 "ninja", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
630 "@@@STEP_FAILURE@@@", | 634 "@@@STEP_FAILURE@@@", |
631 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" | 635 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" |
632 ] | 636 ] |
633 }, | 637 }, |
634 { | 638 { |
635 "name": "$result", | 639 "name": "$result", |
636 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", | 640 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", |
637 "status_code": 1 | 641 "status_code": 1 |
638 } | 642 } |
639 ] | 643 ] |
OLD | NEW |