Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1561)

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_affected_targets_only.json

Issue 1896113002: compile.py: explicitly pass gsutil.py path for uploading goma logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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_variable", 10 "linux_variable",
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 ] 637 ]
638 }, 638 },
639 { 639 {
640 "cmd": [ 640 "cmd": [
641 "python", 641 "python",
642 "-u", 642 "-u",
643 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 643 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
644 "--show-path", 644 "--show-path",
645 "python", 645 "python",
646 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 646 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
647 "--gsutil-py-path",
648 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
647 "--ninja-path", 649 "--ninja-path",
648 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 650 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
649 "--target", 651 "--target",
650 "Release", 652 "Release",
651 "--src-dir", 653 "--src-dir",
652 "[SLAVE_BUILD]/src", 654 "[SLAVE_BUILD]/src",
653 "--goma-cache-dir", 655 "--goma-cache-dir",
654 "[GOMA_CACHE]", 656 "[GOMA_CACHE]",
655 "--build-tool", 657 "--build-tool",
656 "ninja", 658 "ninja",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 "@@@STEP_LOG_END@report@@@", 701 "@@@STEP_LOG_END@report@@@",
700 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" 702 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@"
701 ] 703 ]
702 }, 704 },
703 { 705 {
704 "name": "$result", 706 "name": "$result",
705 "recipe_result": null, 707 "recipe_result": null,
706 "status_code": 0 708 "status_code": 0
707 } 709 }
708 ] 710 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698