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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux64_release.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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Linux64 Release", 10 "Linux64 Release",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "name": "gclient runhooks" 62 "name": "gclient runhooks"
63 }, 63 },
64 { 64 {
65 "cmd": [ 65 "cmd": [
66 "python", 66 "python",
67 "-u", 67 "-u",
68 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 68 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
69 "--show-path", 69 "--show-path",
70 "python", 70 "python",
71 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 71 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
72 "--gsutil-py-path",
73 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
72 "--ninja-path", 74 "--ninja-path",
73 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 75 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
74 "--target", 76 "--target",
75 "Release", 77 "Release",
76 "--src-dir", 78 "--src-dir",
77 "[SLAVE_BUILD]/src", 79 "[SLAVE_BUILD]/src",
78 "--goma-cache-dir", 80 "--goma-cache-dir",
79 "[GOMA_CACHE]", 81 "[GOMA_CACHE]",
80 "--build-tool", 82 "--build-tool",
81 "ninja", 83 "ninja",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 ], 116 ],
115 "cwd": "[SLAVE_BUILD]", 117 "cwd": "[SLAVE_BUILD]",
116 "name": "libyuv_unittest" 118 "name": "libyuv_unittest"
117 }, 119 },
118 { 120 {
119 "name": "$result", 121 "name": "$result",
120 "recipe_result": null, 122 "recipe_result": null,
121 "status_code": 0 123 "status_code": 0
122 } 124 }
123 ] 125 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698