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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Builder (dbg)", 10 "Android Builder (dbg)",
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "name": "generate_build_files" 294 "name": "generate_build_files"
295 }, 295 },
296 { 296 {
297 "cmd": [ 297 "cmd": [
298 "python", 298 "python",
299 "-u", 299 "-u",
300 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 300 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
301 "--show-path", 301 "--show-path",
302 "python", 302 "python",
303 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 303 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
304 "--gsutil-py-path",
305 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
304 "--ninja-path", 306 "--ninja-path",
305 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 307 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
306 "--target", 308 "--target",
307 "Debug", 309 "Debug",
308 "--src-dir", 310 "--src-dir",
309 "[SLAVE_BUILD]/src", 311 "[SLAVE_BUILD]/src",
310 "--goma-cache-dir", 312 "--goma-cache-dir",
311 "[GOMA_CACHE]", 313 "[GOMA_CACHE]",
312 "--build-tool", 314 "--build-tool",
313 "ninja", 315 "ninja",
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 "~followup_annotations": [ 519 "~followup_annotations": [
518 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@" 520 "@@@STEP_TEXT@Android Tests (trial)(dbg)@@@"
519 ] 521 ]
520 }, 522 },
521 { 523 {
522 "name": "$result", 524 "name": "$result",
523 "recipe_result": null, 525 "recipe_result": null,
524 "status_code": 0 526 "status_code": 0
525 } 527 }
526 ] 528 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698