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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_gn_dbg.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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 ] 156 ]
157 }, 157 },
158 { 158 {
159 "cmd": [ 159 "cmd": [
160 "python", 160 "python",
161 "-u", 161 "-u",
162 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 162 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
163 "--show-path", 163 "--show-path",
164 "python", 164 "python",
165 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 165 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
166 "--gsutil-py-path",
167 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
166 "--ninja-path", 168 "--ninja-path",
167 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 169 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
168 "--target", 170 "--target",
169 "Debug", 171 "Debug",
170 "--src-dir", 172 "--src-dir",
171 "[SLAVE_BUILD]/src", 173 "[SLAVE_BUILD]/src",
172 "--goma-cache-dir", 174 "--goma-cache-dir",
173 "[GOMA_CACHE]", 175 "[GOMA_CACHE]",
174 "--build-tool", 176 "--build-tool",
175 "ninja", 177 "ninja",
(...skipping 14 matching lines...) Expand all
190 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 192 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
191 "@@@STEP_LOG_END@json.output (invalid)@@@" 193 "@@@STEP_LOG_END@json.output (invalid)@@@"
192 ] 194 ]
193 }, 195 },
194 { 196 {
195 "name": "$result", 197 "name": "$result",
196 "recipe_result": null, 198 "recipe_result": null,
197 "status_code": 0 199 "status_code": 0
198 } 200 }
199 ] 201 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698