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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_blink_rel.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 "tryserver.chromium.android", 8 "tryserver.chromium.android",
9 "--builder", 9 "--builder",
10 "android_blink_rel", 10 "android_blink_rel",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 }, 98 },
99 { 99 {
100 "cmd": [ 100 "cmd": [
101 "python", 101 "python",
102 "-u", 102 "-u",
103 "[DEPOT_TOOLS]/gclient.py", 103 "[DEPOT_TOOLS]/gclient.py",
104 "runhooks" 104 "runhooks"
105 ], 105 ],
106 "cwd": "[SLAVE_BUILD]", 106 "cwd": "[SLAVE_BUILD]",
107 "env": { 107 "env": {
108 "GYP_CHROMIUM_NO_ACTION": "1",
108 "GYP_CROSSCOMPILE": "1", 109 "GYP_CROSSCOMPILE": "1",
109 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1", 110 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1",
110 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 111 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
111 }, 112 },
112 "name": "gclient runhooks (with patch)" 113 "name": "gclient runhooks (with patch)"
113 }, 114 },
114 { 115 {
115 "cmd": [ 116 "cmd": [
116 "python", 117 "python",
117 "-u", 118 "-u",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "[SLAVE_BUILD]/src", 272 "[SLAVE_BUILD]/src",
272 "src" 273 "src"
273 ], 274 ],
274 "cwd": "[SLAVE_BUILD]", 275 "cwd": "[SLAVE_BUILD]",
275 "name": "tree truth steps" 276 "name": "tree truth steps"
276 }, 277 },
277 { 278 {
278 "cmd": [ 279 "cmd": [
279 "python", 280 "python",
280 "-u", 281 "-u",
282 "[SLAVE_BUILD]/src/tools/mb/mb.py",
283 "gen",
284 "-m",
285 "tryserver.chromium.android",
286 "-b",
287 "android_blink_rel",
288 "--config-file",
289 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
290 "--goma-dir",
291 "[BUILD]/goma",
292 "//out/Release"
293 ],
294 "cwd": "[SLAVE_BUILD]",
295 "name": "generate_build_files (with patch)"
296 },
297 {
298 "cmd": [
299 "python",
300 "-u",
281 "[BUILD]/scripts/slave/compile.py", 301 "[BUILD]/scripts/slave/compile.py",
282 "--target", 302 "--target",
283 "Release", 303 "Release",
284 "--src-dir", 304 "--src-dir",
285 "[SLAVE_BUILD]/src", 305 "[SLAVE_BUILD]/src",
286 "--build-tool", 306 "--build-tool",
287 "ninja", 307 "ninja",
288 "--compiler", 308 "--compiler",
289 "goma", 309 "goma",
290 "--goma-jsonstatus", 310 "--goma-jsonstatus",
(...skipping 16 matching lines...) Expand all
307 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 327 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
308 "@@@STEP_LOG_END@json.output (invalid)@@@" 328 "@@@STEP_LOG_END@json.output (invalid)@@@"
309 ] 329 ]
310 }, 330 },
311 { 331 {
312 "name": "$result", 332 "name": "$result",
313 "recipe_result": null, 333 "recipe_result": null,
314 "status_code": 0 334 "status_code": 0
315 } 335 }
316 ] 336 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698