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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 "name": "generate_build_files (with patch)" 319 "name": "generate_build_files (with patch)"
320 }, 320 },
321 { 321 {
322 "cmd": [ 322 "cmd": [
323 "python", 323 "python",
324 "-u", 324 "-u",
325 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 325 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
326 "--show-path", 326 "--show-path",
327 "python", 327 "python",
328 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 328 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
329 "--gsutil-py-path",
330 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
329 "--ninja-path", 331 "--ninja-path",
330 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 332 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
331 "--target", 333 "--target",
332 "Release", 334 "Release",
333 "--src-dir", 335 "--src-dir",
334 "[SLAVE_BUILD]\\src", 336 "[SLAVE_BUILD]\\src",
335 "--goma-cache-dir", 337 "--goma-cache-dir",
336 "[GOMA_CACHE]", 338 "[GOMA_CACHE]",
337 "--build-tool", 339 "--build-tool",
338 "ninja", 340 "ninja",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 ], 491 ],
490 "cwd": "[SLAVE_BUILD]", 492 "cwd": "[SLAVE_BUILD]",
491 "name": "process_dumps" 493 "name": "process_dumps"
492 }, 494 },
493 { 495 {
494 "name": "$result", 496 "name": "$result",
495 "recipe_result": null, 497 "recipe_result": null,
496 "status_code": 0 498 "status_code": 0
497 } 499 }
498 ] 500 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698