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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64_bisect_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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "name": "cleanup_temp" 149 "name": "cleanup_temp"
150 }, 150 },
151 { 151 {
152 "cmd": [ 152 "cmd": [
153 "python", 153 "python",
154 "-u", 154 "-u",
155 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 155 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
156 "--show-path", 156 "--show-path",
157 "python", 157 "python",
158 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 158 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
159 "--gsutil-py-path",
160 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
159 "--ninja-path", 161 "--ninja-path",
160 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 162 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
161 "--target", 163 "--target",
162 "Release_x64", 164 "Release_x64",
163 "--src-dir", 165 "--src-dir",
164 "[SLAVE_BUILD]\\src", 166 "[SLAVE_BUILD]\\src",
165 "--goma-cache-dir", 167 "--goma-cache-dir",
166 "[GOMA_CACHE]", 168 "[GOMA_CACHE]",
167 "--build-tool", 169 "--build-tool",
168 "ninja", 170 "ninja",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 ], 247 ],
246 "cwd": "[SLAVE_BUILD]", 248 "cwd": "[SLAVE_BUILD]",
247 "name": "process_dumps" 249 "name": "process_dumps"
248 }, 250 },
249 { 251 {
250 "name": "$result", 252 "name": "$result",
251 "recipe_result": null, 253 "recipe_result": null,
252 "status_code": 0 254 "status_code": 0
253 } 255 }
254 ] 256 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698