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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_Mac.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 "chromium", 8 "chromium",
9 "--builder", 9 "--builder",
10 "Mac", 10 "Mac",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 ] 182 ]
183 }, 183 },
184 { 184 {
185 "cmd": [ 185 "cmd": [
186 "python", 186 "python",
187 "-u", 187 "-u",
188 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 188 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
189 "--show-path", 189 "--show-path",
190 "python", 190 "python",
191 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 191 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
192 "--gsutil-py-path",
193 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
192 "--ninja-path", 194 "--ninja-path",
193 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 195 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
194 "--target", 196 "--target",
195 "Release", 197 "Release",
196 "--src-dir", 198 "--src-dir",
197 "[SLAVE_BUILD]/src", 199 "[SLAVE_BUILD]/src",
198 "--goma-cache-dir", 200 "--goma-cache-dir",
199 "[GOMA_CACHE]", 201 "[GOMA_CACHE]",
200 "--build-tool", 202 "--build-tool",
201 "ninja", 203 "ninja",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 ], 235 ],
234 "cwd": "[SLAVE_BUILD]", 236 "cwd": "[SLAVE_BUILD]",
235 "name": "archive_build" 237 "name": "archive_build"
236 }, 238 },
237 { 239 {
238 "name": "$result", 240 "name": "$result",
239 "recipe_result": null, 241 "recipe_result": null,
240 "status_code": 0 242 "status_code": 0
241 } 243 }
242 ] 244 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698