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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_specified_targets.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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 ] 575 ]
576 }, 576 },
577 { 577 {
578 "cmd": [ 578 "cmd": [
579 "python", 579 "python",
580 "-u", 580 "-u",
581 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 581 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
582 "--show-path", 582 "--show-path",
583 "python", 583 "python",
584 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 584 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
585 "--gsutil-py-path",
586 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
585 "--ninja-path", 587 "--ninja-path",
586 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 588 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
587 "--target", 589 "--target",
588 "Release", 590 "Release",
589 "--src-dir", 591 "--src-dir",
590 "[SLAVE_BUILD]/src", 592 "[SLAVE_BUILD]/src",
591 "--goma-cache-dir", 593 "--goma-cache-dir",
592 "[GOMA_CACHE]", 594 "[GOMA_CACHE]",
593 "--build-tool", 595 "--build-tool",
594 "ninja", 596 "ninja",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 "@@@STEP_LOG_END@report@@@", 638 "@@@STEP_LOG_END@report@@@",
637 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" 639 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@"
638 ] 640 ]
639 }, 641 },
640 { 642 {
641 "name": "$result", 643 "name": "$result",
642 "recipe_result": null, 644 "recipe_result": null,
643 "status_code": 0 645 "status_code": 0
644 } 646 }
645 ] 647 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698