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

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

Issue 1507193004: Use MB on all of the blink bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: reparent 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 "Android Builder", 10 "Android Builder",
(...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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "[SLAVE_BUILD]/src", 188 "[SLAVE_BUILD]/src",
188 "src" 189 "src"
189 ], 190 ],
190 "cwd": "[SLAVE_BUILD]", 191 "cwd": "[SLAVE_BUILD]",
191 "name": "tree truth steps" 192 "name": "tree truth steps"
192 }, 193 },
193 { 194 {
194 "cmd": [ 195 "cmd": [
195 "python", 196 "python",
196 "-u", 197 "-u",
198 "[SLAVE_BUILD]/src/tools/mb/mb.py",
199 "gen",
200 "-m",
201 "chromium.webkit",
202 "-b",
203 "Android Builder",
204 "--config-file",
205 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
206 "--goma-dir",
207 "[BUILD]/goma",
208 "//out/Release"
209 ],
210 "cwd": "[SLAVE_BUILD]",
211 "name": "generate_build_files"
212 },
213 {
214 "cmd": [
215 "python",
216 "-u",
197 "[BUILD]/scripts/slave/compile.py", 217 "[BUILD]/scripts/slave/compile.py",
198 "--target", 218 "--target",
199 "Release", 219 "Release",
200 "--src-dir", 220 "--src-dir",
201 "[SLAVE_BUILD]/src", 221 "[SLAVE_BUILD]/src",
202 "--build-tool", 222 "--build-tool",
203 "ninja", 223 "ninja",
204 "--compiler", 224 "--compiler",
205 "goma", 225 "goma",
206 "--goma-jsonstatus", 226 "--goma-jsonstatus",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "~followup_annotations": [ 290 "~followup_annotations": [
271 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@" 291 "@@@STEP_TEXT@WebKit Android (Nexus4)@@@"
272 ] 292 ]
273 }, 293 },
274 { 294 {
275 "name": "$result", 295 "name": "$result",
276 "recipe_result": null, 296 "recipe_result": null,
277 "status_code": 0 297 "status_code": 0
278 } 298 }
279 ] 299 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698