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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gn.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.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Android32 GN", 10 "Android32 GN",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "name": "gn" 124 "name": "gn"
125 }, 125 },
126 { 126 {
127 "cmd": [ 127 "cmd": [
128 "python", 128 "python",
129 "-u", 129 "-u",
130 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 130 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
131 "--show-path", 131 "--show-path",
132 "python", 132 "python",
133 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 133 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
134 "--gsutil-py-path",
135 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
134 "--ninja-path", 136 "--ninja-path",
135 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 137 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
136 "--target", 138 "--target",
137 "Release", 139 "Release",
138 "--src-dir", 140 "--src-dir",
139 "[SLAVE_BUILD]/src", 141 "[SLAVE_BUILD]/src",
140 "--goma-cache-dir", 142 "--goma-cache-dir",
141 "[GOMA_CACHE]", 143 "[GOMA_CACHE]",
142 "--build-tool", 144 "--build-tool",
143 "ninja", 145 "ninja",
(...skipping 15 matching lines...) Expand all
159 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 161 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
160 "@@@STEP_LOG_END@json.output (invalid)@@@" 162 "@@@STEP_LOG_END@json.output (invalid)@@@"
161 ] 163 ]
162 }, 164 },
163 { 165 {
164 "name": "$result", 166 "name": "$result",
165 "recipe_result": null, 167 "recipe_result": null,
166 "status_code": 0 168 "status_code": 0
167 } 169 }
168 ] 170 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698