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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___clang.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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 ] 114 ]
115 }, 115 },
116 { 116 {
117 "cmd": [ 117 "cmd": [
118 "python", 118 "python",
119 "-u", 119 "-u",
120 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 120 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
121 "--show-path", 121 "--show-path",
122 "python", 122 "python",
123 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 123 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
124 "--gsutil-py-path",
125 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
124 "--ninja-path", 126 "--ninja-path",
125 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 127 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
126 "--target", 128 "--target",
127 "Release_x64", 129 "Release_x64",
128 "--src-dir", 130 "--src-dir",
129 "[SLAVE_BUILD]\\v8", 131 "[SLAVE_BUILD]\\v8",
130 "--goma-cache-dir", 132 "--goma-cache-dir",
131 "[GOMA_CACHE]", 133 "[GOMA_CACHE]",
132 "--build-tool", 134 "--build-tool",
133 "ninja", 135 "ninja",
(...skipping 13 matching lines...) Expand all
147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
148 "@@@STEP_LOG_END@json.output (invalid)@@@" 150 "@@@STEP_LOG_END@json.output (invalid)@@@"
149 ] 151 ]
150 }, 152 },
151 { 153 {
152 "name": "$result", 154 "name": "$result",
153 "recipe_result": null, 155 "recipe_result": null,
154 "status_code": 0 156 "status_code": 0
155 } 157 }
156 ] 158 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698