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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTWin_dbg_.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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 ] 232 ]
233 }, 233 },
234 { 234 {
235 "cmd": [ 235 "cmd": [
236 "python", 236 "python",
237 "-u", 237 "-u",
238 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 238 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
239 "--show-path", 239 "--show-path",
240 "python", 240 "python",
241 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 241 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
242 "--gsutil-py-path",
243 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
242 "--ninja-path", 244 "--ninja-path",
243 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 245 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
244 "--target", 246 "--target",
245 "Debug", 247 "Debug",
246 "--src-dir", 248 "--src-dir",
247 "[SLAVE_BUILD]\\src", 249 "[SLAVE_BUILD]\\src",
248 "--goma-cache-dir", 250 "--goma-cache-dir",
249 "[GOMA_CACHE]", 251 "[GOMA_CACHE]",
250 "--build-tool", 252 "--build-tool",
251 "ninja", 253 "ninja",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 ], 390 ],
389 "cwd": "[SLAVE_BUILD]", 391 "cwd": "[SLAVE_BUILD]",
390 "name": "process_dumps" 392 "name": "process_dumps"
391 }, 393 },
392 { 394 {
393 "name": "$result", 395 "name": "$result",
394 "recipe_result": null, 396 "recipe_result": null,
395 "status_code": 0 397 "status_code": 0
396 } 398 }
397 ] 399 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698