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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Win_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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 ] 298 ]
299 }, 299 },
300 { 300 {
301 "cmd": [ 301 "cmd": [
302 "python", 302 "python",
303 "-u", 303 "-u",
304 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 304 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
305 "--show-path", 305 "--show-path",
306 "python", 306 "python",
307 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 307 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
308 "--gsutil-py-path",
309 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
308 "--ninja-path", 310 "--ninja-path",
309 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 311 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
310 "--target", 312 "--target",
311 "Release", 313 "Release",
312 "--src-dir", 314 "--src-dir",
313 "[SLAVE_BUILD]\\src", 315 "[SLAVE_BUILD]\\src",
314 "--goma-cache-dir", 316 "--goma-cache-dir",
315 "[GOMA_CACHE]", 317 "[GOMA_CACHE]",
316 "--build-tool", 318 "--build-tool",
317 "ninja", 319 "ninja",
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 "~followup_annotations": [ 582 "~followup_annotations": [
581 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@" 583 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@"
582 ] 584 ]
583 }, 585 },
584 { 586 {
585 "name": "$result", 587 "name": "$result",
586 "recipe_result": null, 588 "recipe_result": null,
587 "status_code": 0 589 "status_code": 0
588 } 590 }
589 ] 591 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698