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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_ChromiumOS_daisy_Compile.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.chromiumos", 8 "chromium.chromiumos",
9 "--builder", 9 "--builder",
10 "ChromiumOS daisy Compile", 10 "ChromiumOS daisy Compile",
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 "--use-external-config", 252 "--use-external-config",
253 "--gomadir", 253 "--gomadir",
254 "[SLAVE_BUILD]/src/build/goma/client", 254 "[SLAVE_BUILD]/src/build/goma/client",
255 "--", 255 "--",
256 "python", 256 "python",
257 "-u", 257 "-u",
258 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 258 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
259 "--show-path", 259 "--show-path",
260 "python", 260 "python",
261 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 261 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
262 "--gsutil-py-path",
263 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
262 "--ninja-path", 264 "--ninja-path",
263 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 265 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
264 "--target", 266 "--target",
265 "Release", 267 "Release",
266 "--src-dir", 268 "--src-dir",
267 "[SLAVE_BUILD]/src", 269 "[SLAVE_BUILD]/src",
268 "--goma-cache-dir", 270 "--goma-cache-dir",
269 "[GOMA_CACHE]", 271 "[GOMA_CACHE]",
270 "--build-tool", 272 "--build-tool",
271 "ninja", 273 "ninja",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 ], 314 ],
313 "cwd": "[SLAVE_BUILD]", 315 "cwd": "[SLAVE_BUILD]",
314 "name": "package build" 316 "name": "package build"
315 }, 317 },
316 { 318 {
317 "name": "$result", 319 "name": "$result",
318 "recipe_result": null, 320 "recipe_result": null,
319 "status_code": 0 321 "status_code": 0
320 } 322 }
321 ] 323 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698