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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/non_cq_blink_tryjob.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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "name": "generate_build_files (with patch)" 290 "name": "generate_build_files (with patch)"
291 }, 291 },
292 { 292 {
293 "cmd": [ 293 "cmd": [
294 "python", 294 "python",
295 "-u", 295 "-u",
296 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 296 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
297 "--show-path", 297 "--show-path",
298 "python", 298 "python",
299 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 299 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
300 "--gsutil-py-path",
301 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
300 "--ninja-path", 302 "--ninja-path",
301 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 303 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
302 "--target", 304 "--target",
303 "Release", 305 "Release",
304 "--src-dir", 306 "--src-dir",
305 "[SLAVE_BUILD]\\src", 307 "[SLAVE_BUILD]\\src",
306 "--goma-cache-dir", 308 "--goma-cache-dir",
307 "[GOMA_CACHE]", 309 "[GOMA_CACHE]",
308 "--build-tool", 310 "--build-tool",
309 "ninja", 311 "ninja",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 ], 409 ],
408 "cwd": "[SLAVE_BUILD]", 410 "cwd": "[SLAVE_BUILD]",
409 "name": "process_dumps" 411 "name": "process_dumps"
410 }, 412 },
411 { 413 {
412 "name": "$result", 414 "name": "$result",
413 "recipe_result": null, 415 "recipe_result": null,
414 "status_code": 0 416 "status_code": 0
415 } 417 }
416 ] 418 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698