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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/process_dumps_failure.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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "name": "generate_build_files (with patch)" 308 "name": "generate_build_files (with patch)"
309 }, 309 },
310 { 310 {
311 "cmd": [ 311 "cmd": [
312 "python", 312 "python",
313 "-u", 313 "-u",
314 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 314 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
315 "--show-path", 315 "--show-path",
316 "python", 316 "python",
317 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 317 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
318 "--gsutil-py-path",
319 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
318 "--ninja-path", 320 "--ninja-path",
319 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 321 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
320 "--target", 322 "--target",
321 "Release", 323 "Release",
322 "--src-dir", 324 "--src-dir",
323 "[SLAVE_BUILD]\\src", 325 "[SLAVE_BUILD]\\src",
324 "--goma-cache-dir", 326 "--goma-cache-dir",
325 "[GOMA_CACHE]", 327 "[GOMA_CACHE]",
326 "--build-tool", 328 "--build-tool",
327 "ninja", 329 "ninja",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 "step returned non-zero exit code: 1", 388 "step returned non-zero exit code: 1",
387 "@@@STEP_EXCEPTION@@@" 389 "@@@STEP_EXCEPTION@@@"
388 ] 390 ]
389 }, 391 },
390 { 392 {
391 "name": "$result", 393 "name": "$result",
392 "recipe_result": null, 394 "recipe_result": null,
393 "status_code": 0 395 "status_code": 0
394 } 396 }
395 ] 397 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698