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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android.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.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "android", 10 "android",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "name": "gclient runhooks" 65 "name": "gclient runhooks"
66 }, 66 },
67 { 67 {
68 "cmd": [ 68 "cmd": [
69 "python", 69 "python",
70 "-u", 70 "-u",
71 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 71 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
72 "--show-path", 72 "--show-path",
73 "python", 73 "python",
74 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 74 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
75 "--gsutil-py-path",
76 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
75 "--ninja-path", 77 "--ninja-path",
76 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 78 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
77 "--target", 79 "--target",
78 "Debug", 80 "Debug",
79 "--src-dir", 81 "--src-dir",
80 "[SLAVE_BUILD]/src", 82 "[SLAVE_BUILD]/src",
81 "--goma-cache-dir", 83 "--goma-cache-dir",
82 "[GOMA_CACHE]", 84 "[GOMA_CACHE]",
83 "--build-tool", 85 "--build-tool",
84 "ninja", 86 "ninja",
(...skipping 16 matching lines...) Expand all
101 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 103 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
102 "@@@STEP_LOG_END@json.output (invalid)@@@" 104 "@@@STEP_LOG_END@json.output (invalid)@@@"
103 ] 105 ]
104 }, 106 },
105 { 107 {
106 "name": "$result", 108 "name": "$result",
107 "recipe_result": null, 109 "recipe_result": null,
108 "status_code": 0 110 "status_code": 0
109 } 111 }
110 ] 112 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698