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

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

Powered by Google App Engine
This is Rietveld 408576698