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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win_x64_Builder.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[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 ] 237 ]
238 }, 238 },
239 { 239 {
240 "cmd": [ 240 "cmd": [
241 "python", 241 "python",
242 "-u", 242 "-u",
243 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 243 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
244 "--show-path", 244 "--show-path",
245 "python", 245 "python",
246 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 246 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
247 "--gsutil-py-path",
248 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
247 "--ninja-path", 249 "--ninja-path",
248 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 250 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
249 "--target", 251 "--target",
250 "Release_x64", 252 "Release_x64",
251 "--src-dir", 253 "--src-dir",
252 "[SLAVE_BUILD]\\src", 254 "[SLAVE_BUILD]\\src",
253 "--goma-cache-dir", 255 "--goma-cache-dir",
254 "[GOMA_CACHE]", 256 "[GOMA_CACHE]",
255 "--build-tool", 257 "--build-tool",
256 "ninja", 258 "ninja",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 ], 375 ],
374 "cwd": "[SLAVE_BUILD]", 376 "cwd": "[SLAVE_BUILD]",
375 "name": "process_dumps" 377 "name": "process_dumps"
376 }, 378 },
377 { 379 {
378 "name": "$result", 380 "name": "$result",
379 "recipe_result": null, 381 "recipe_result": null,
380 "status_code": 0 382 "status_code": 0
381 } 383 }
382 ] 384 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698