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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 ] 168 ]
169 }, 169 },
170 { 170 {
171 "cmd": [ 171 "cmd": [
172 "python", 172 "python",
173 "-u", 173 "-u",
174 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 174 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
175 "--show-path", 175 "--show-path",
176 "python", 176 "python",
177 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 177 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
178 "--gsutil-py-path",
179 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
178 "--ninja-path", 180 "--ninja-path",
179 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 181 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
180 "--target", 182 "--target",
181 "Debug", 183 "Debug",
182 "--src-dir", 184 "--src-dir",
183 "[SLAVE_BUILD]/src", 185 "[SLAVE_BUILD]/src",
184 "--goma-cache-dir", 186 "--goma-cache-dir",
185 "[GOMA_CACHE]", 187 "[GOMA_CACHE]",
186 "--build-tool", 188 "--build-tool",
187 "ninja", 189 "ninja",
(...skipping 2099 matching lines...) Expand 10 before | Expand all | Expand 10 after
2287 "@@@STEP_LOG_END@json.output@@@", 2289 "@@@STEP_LOG_END@json.output@@@",
2288 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2290 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2289 ] 2291 ]
2290 }, 2292 },
2291 { 2293 {
2292 "name": "$result", 2294 "name": "$result",
2293 "recipe_result": null, 2295 "recipe_result": null,
2294 "status_code": 0 2296 "status_code": 0
2295 } 2297 }
2296 ] 2298 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698