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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_ios_release.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 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "iOS Release", 10 "iOS Release",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 ] 84 ]
85 }, 85 },
86 { 86 {
87 "cmd": [ 87 "cmd": [
88 "python", 88 "python",
89 "-u", 89 "-u",
90 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 90 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
91 "--show-path", 91 "--show-path",
92 "python", 92 "python",
93 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 93 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
94 "--gsutil-py-path",
95 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
94 "--ninja-path", 96 "--ninja-path",
95 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 97 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
96 "--target", 98 "--target",
97 "Release-iphoneos", 99 "Release-iphoneos",
98 "--src-dir", 100 "--src-dir",
99 "[SLAVE_BUILD]/src", 101 "[SLAVE_BUILD]/src",
100 "--goma-cache-dir", 102 "--goma-cache-dir",
101 "[GOMA_CACHE]", 103 "[GOMA_CACHE]",
102 "--build-tool", 104 "--build-tool",
103 "ninja", 105 "ninja",
(...skipping 12 matching lines...) Expand all
116 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 118 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
117 "@@@STEP_LOG_END@json.output (invalid)@@@" 119 "@@@STEP_LOG_END@json.output (invalid)@@@"
118 ] 120 ]
119 }, 121 },
120 { 122 {
121 "name": "$result", 123 "name": "$result",
122 "recipe_result": null, 124 "recipe_result": null,
123 "status_code": 0 125 "status_code": 0
124 } 126 }
125 ] 127 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698