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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_Android_Builder.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.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "name": "generate_build_files" 297 "name": "generate_build_files"
298 }, 298 },
299 { 299 {
300 "cmd": [ 300 "cmd": [
301 "python", 301 "python",
302 "-u", 302 "-u",
303 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 303 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
304 "--show-path", 304 "--show-path",
305 "python", 305 "python",
306 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 306 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
307 "--gsutil-py-path",
308 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
307 "--ninja-path", 309 "--ninja-path",
308 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 310 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
309 "--target", 311 "--target",
310 "Release", 312 "Release",
311 "--src-dir", 313 "--src-dir",
312 "[SLAVE_BUILD]/src", 314 "[SLAVE_BUILD]/src",
313 "--goma-cache-dir", 315 "--goma-cache-dir",
314 "[GOMA_CACHE]", 316 "[GOMA_CACHE]",
315 "--build-tool", 317 "--build-tool",
316 "ninja", 318 "ninja",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 "~followup_annotations": [ 388 "~followup_annotations": [
387 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@" 389 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@"
388 ] 390 ]
389 }, 391 },
390 { 392 {
391 "name": "$result", 393 "name": "$result",
392 "recipe_result": null, 394 "recipe_result": null,
393 "status_code": 0 395 "status_code": 0
394 } 396 }
395 ] 397 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698