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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Android__Nexus4_.json

Issue 1507193004: Use MB on all of the blink bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Android (Nexus4)", 10 "WebKit Android (Nexus4)",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 }, 92 },
93 { 93 {
94 "cmd": [ 94 "cmd": [
95 "python", 95 "python",
96 "-u", 96 "-u",
97 "[DEPOT_TOOLS]/gclient.py", 97 "[DEPOT_TOOLS]/gclient.py",
98 "runhooks" 98 "runhooks"
99 ], 99 ],
100 "cwd": "[SLAVE_BUILD]", 100 "cwd": "[SLAVE_BUILD]",
101 "env": { 101 "env": {
102 "GYP_CHROMIUM_NO_ACTION": "1",
102 "GYP_CROSSCOMPILE": "1", 103 "GYP_CROSSCOMPILE": "1",
103 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm use_goma=1", 104 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm use_goma=1",
104 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 105 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
105 }, 106 },
106 "name": "gclient runhooks" 107 "name": "gclient runhooks"
107 }, 108 },
108 { 109 {
109 "cmd": [ 110 "cmd": [
110 "python", 111 "python",
111 "-u", 112 "-u",
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 626 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
626 "@@@STEP_LOG_END@python.inline@@@" 627 "@@@STEP_LOG_END@python.inline@@@"
627 ] 628 ]
628 }, 629 },
629 { 630 {
630 "name": "$result", 631 "name": "$result",
631 "recipe_result": null, 632 "recipe_result": null,
632 "status_code": 0 633 "status_code": 0
633 } 634 }
634 ] 635 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698