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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64.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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "name": "cleanup_temp" 116 "name": "cleanup_temp"
117 }, 117 },
118 { 118 {
119 "cmd": [ 119 "cmd": [
120 "python", 120 "python",
121 "-u", 121 "-u",
122 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 122 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
123 "--show-path", 123 "--show-path",
124 "python", 124 "python",
125 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 125 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
126 "--gsutil-py-path",
127 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
126 "--ninja-path", 128 "--ninja-path",
127 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 129 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
128 "--target", 130 "--target",
129 "Release_x64", 131 "Release_x64",
130 "--src-dir", 132 "--src-dir",
131 "[SLAVE_BUILD]\\v8", 133 "[SLAVE_BUILD]\\v8",
132 "--goma-cache-dir", 134 "--goma-cache-dir",
133 "[GOMA_CACHE]", 135 "[GOMA_CACHE]",
134 "--build-tool", 136 "--build-tool",
135 "ninja", 137 "ninja",
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
865 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 867 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
866 "@@@STEP_LOG_END@durations@@@" 868 "@@@STEP_LOG_END@durations@@@"
867 ] 869 ]
868 }, 870 },
869 { 871 {
870 "name": "$result", 872 "name": "$result",
871 "recipe_result": null, 873 "recipe_result": null,
872 "status_code": 0 874 "status_code": 0
873 } 875 }
874 ] 876 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698