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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma_clbr_.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_PACKAGE_REPO[depot_tools]\\gclient.py", 6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
7 "sync", 7 "sync",
8 "--verbose", 8 "--verbose",
9 "--force", 9 "--force",
10 "--revision", 10 "--revision",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "name": "cleanup_temp" 188 "name": "cleanup_temp"
189 }, 189 },
190 { 190 {
191 "cmd": [ 191 "cmd": [
192 "python", 192 "python",
193 "-u", 193 "-u",
194 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 194 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
195 "--show-path", 195 "--show-path",
196 "python", 196 "python",
197 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 197 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
198 "--gsutil-py-path",
199 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
198 "--ninja-path", 200 "--ninja-path",
199 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 201 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
200 "--target", 202 "--target",
201 "Release", 203 "Release",
202 "--src-dir", 204 "--src-dir",
203 "[SLAVE_BUILD]\\src", 205 "[SLAVE_BUILD]\\src",
204 "--goma-cache-dir", 206 "--goma-cache-dir",
205 "[GOMA_CACHE]", 207 "[GOMA_CACHE]",
206 "--build-tool", 208 "--build-tool",
207 "ninja", 209 "ninja",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 ], 298 ],
297 "cwd": "[SLAVE_BUILD]", 299 "cwd": "[SLAVE_BUILD]",
298 "name": "process_dumps" 300 "name": "process_dumps"
299 }, 301 },
300 { 302 {
301 "name": "$result", 303 "name": "$result",
302 "recipe_result": null, 304 "recipe_result": null,
303 "status_code": 0 305 "status_code": 0
304 } 306 }
305 ] 307 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698