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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_linux_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.dart.fyi", 8 "client.dart.fyi",
9 "--builder", 9 "--builder",
10 "v8-linux-release", 10 "v8-linux-release",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 ] 106 ]
107 }, 107 },
108 { 108 {
109 "cmd": [ 109 "cmd": [
110 "python", 110 "python",
111 "-u", 111 "-u",
112 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 112 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
113 "--show-path", 113 "--show-path",
114 "python", 114 "python",
115 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 115 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
116 "--gsutil-py-path",
117 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
116 "--ninja-path", 118 "--ninja-path",
117 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 119 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
118 "--target", 120 "--target",
119 "Release", 121 "Release",
120 "--src-dir", 122 "--src-dir",
121 "[SLAVE_BUILD]/v8", 123 "[SLAVE_BUILD]/v8",
122 "--goma-cache-dir", 124 "--goma-cache-dir",
123 "[GOMA_CACHE]", 125 "[GOMA_CACHE]",
124 "--build-tool", 126 "--build-tool",
125 "ninja", 127 "ninja",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 ], 162 ],
161 "cwd": "[SLAVE_BUILD]", 163 "cwd": "[SLAVE_BUILD]",
162 "name": "package build" 164 "name": "package build"
163 }, 165 },
164 { 166 {
165 "name": "$result", 167 "name": "$result",
166 "recipe_result": null, 168 "recipe_result": null,
167 "status_code": 0 169 "status_code": 0
168 } 170 }
169 ] 171 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698