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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder__dbg_.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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Builder (dbg)", 10 "Android Builder (dbg)",
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 ] 338 ]
339 }, 339 },
340 { 340 {
341 "cmd": [ 341 "cmd": [
342 "python", 342 "python",
343 "-u", 343 "-u",
344 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 344 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
345 "--show-path", 345 "--show-path",
346 "python", 346 "python",
347 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 347 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
348 "--gsutil-py-path",
349 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
348 "--ninja-path", 350 "--ninja-path",
349 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 351 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
350 "--target", 352 "--target",
351 "Debug", 353 "Debug",
352 "--src-dir", 354 "--src-dir",
353 "[SLAVE_BUILD]/src", 355 "[SLAVE_BUILD]/src",
354 "--goma-cache-dir", 356 "--goma-cache-dir",
355 "[GOMA_CACHE]", 357 "[GOMA_CACHE]",
356 "--build-tool", 358 "--build-tool",
357 "ninja", 359 "ninja",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 "~followup_annotations": [ 470 "~followup_annotations": [
469 "@@@STEP_TEXT@Android Tests (dbg)@@@" 471 "@@@STEP_TEXT@Android Tests (dbg)@@@"
470 ] 472 ]
471 }, 473 },
472 { 474 {
473 "name": "$result", 475 "name": "$result",
474 "recipe_result": null, 476 "recipe_result": null,
475 "status_code": 0 477 "status_code": 0
476 } 478 }
477 ] 479 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698