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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_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.chrome", 8 "chromium.chrome",
9 "--builder", 9 "--builder",
10 "Google Chrome Mac", 10 "Google Chrome Mac",
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 ] 202 ]
203 }, 203 },
204 { 204 {
205 "cmd": [ 205 "cmd": [
206 "python", 206 "python",
207 "-u", 207 "-u",
208 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 208 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
209 "--show-path", 209 "--show-path",
210 "python", 210 "python",
211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
212 "--gsutil-py-path",
213 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
212 "--ninja-path", 214 "--ninja-path",
213 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 215 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
214 "--target", 216 "--target",
215 "Release", 217 "Release",
216 "--src-dir", 218 "--src-dir",
217 "[SLAVE_BUILD]/src", 219 "[SLAVE_BUILD]/src",
218 "--goma-cache-dir", 220 "--goma-cache-dir",
219 "[GOMA_CACHE]", 221 "[GOMA_CACHE]",
220 "--build-tool", 222 "--build-tool",
221 "ninja", 223 "ninja",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 ], 271 ],
270 "cwd": "[SLAVE_BUILD]", 272 "cwd": "[SLAVE_BUILD]",
271 "name": "sizes" 273 "name": "sizes"
272 }, 274 },
273 { 275 {
274 "name": "$result", 276 "name": "$result",
275 "recipe_result": null, 277 "recipe_result": null,
276 "status_code": 0 278 "status_code": 0
277 } 279 }
278 ] 280 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698