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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_debug__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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "host and tools info", 9 "name": "host and tools info",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 ] 150 ]
151 }, 151 },
152 { 152 {
153 "cmd": [ 153 "cmd": [
154 "python", 154 "python",
155 "-u", 155 "-u",
156 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 156 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
157 "--show-path", 157 "--show-path",
158 "python", 158 "python",
159 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 159 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
160 "--gsutil-py-path",
161 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
160 "--ninja-path", 162 "--ninja-path",
161 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 163 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
162 "--target", 164 "--target",
163 "Debug", 165 "Debug",
164 "--src-dir", 166 "--src-dir",
165 "[SLAVE_BUILD]/src", 167 "[SLAVE_BUILD]/src",
166 "--goma-cache-dir", 168 "--goma-cache-dir",
167 "[GOMA_CACHE]", 169 "[GOMA_CACHE]",
168 "--build-tool", 170 "--build-tool",
169 "ninja", 171 "ninja",
(...skipping 12 matching lines...) Expand all
182 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 184 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
183 "@@@STEP_LOG_END@json.output (invalid)@@@" 185 "@@@STEP_LOG_END@json.output (invalid)@@@"
184 ] 186 ]
185 }, 187 },
186 { 188 {
187 "name": "$result", 189 "name": "$result",
188 "recipe_result": null, 190 "recipe_result": null,
189 "status_code": 0 191 "status_code": 0
190 } 192 }
191 ] 193 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698