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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_win_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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 ] 315 ]
316 }, 316 },
317 { 317 {
318 "cmd": [ 318 "cmd": [
319 "python", 319 "python",
320 "-u", 320 "-u",
321 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 321 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
322 "--show-path", 322 "--show-path",
323 "python", 323 "python",
324 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 324 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
325 "--gsutil-py-path",
326 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
325 "--ninja-path", 327 "--ninja-path",
326 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 328 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
327 "--target", 329 "--target",
328 "Debug_x64", 330 "Debug_x64",
329 "--src-dir", 331 "--src-dir",
330 "[SLAVE_BUILD]\\src", 332 "[SLAVE_BUILD]\\src",
331 "--goma-cache-dir", 333 "--goma-cache-dir",
332 "[GOMA_CACHE]", 334 "[GOMA_CACHE]",
333 "--build-tool", 335 "--build-tool",
334 "ninja", 336 "ninja",
(...skipping 23 matching lines...) Expand all
358 ], 360 ],
359 "cwd": "[SLAVE_BUILD]", 361 "cwd": "[SLAVE_BUILD]",
360 "name": "mark: before_tests" 362 "name": "mark: before_tests"
361 }, 363 },
362 { 364 {
363 "name": "$result", 365 "name": "$result",
364 "recipe_result": null, 366 "recipe_result": null,
365 "status_code": 0 367 "status_code": 0
366 } 368 }
367 ] 369 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698