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

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

Issue 1775063002: [Android] Use mb on chromium.linux and tryserver.chromium.android. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 4 years, 9 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
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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 }, 126 },
127 { 127 {
128 "cmd": [ 128 "cmd": [
129 "python", 129 "python",
130 "-u", 130 "-u",
131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
132 "runhooks" 132 "runhooks"
133 ], 133 ],
134 "cwd": "[SLAVE_BUILD]", 134 "cwd": "[SLAVE_BUILD]",
135 "env": { 135 "env": {
136 "GYP_CHROMIUM_NO_ACTION": "1",
136 "GYP_CROSSCOMPILE": "1", 137 "GYP_CROSSCOMPILE": "1",
137 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 ffmpeg_bra nding=Chrome gomadir='[SLAVE_BUILD]/src/build/goma/client' proprietary_codecs=1 target_arch=arm test_isolation_mode=prepare use_goma=1", 138 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 ffmpeg_bra nding=Chrome gomadir='[SLAVE_BUILD]/src/build/goma/client' proprietary_codecs=1 target_arch=arm test_isolation_mode=prepare use_goma=1",
138 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 139 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
139 }, 140 },
140 "name": "gclient runhooks" 141 "name": "gclient runhooks"
141 }, 142 },
142 { 143 {
143 "cmd": [ 144 "cmd": [
144 "python", 145 "python",
145 "-u", 146 "-u",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "[SLAVE_BUILD]/src/out/Release", 246 "[SLAVE_BUILD]/src/out/Release",
246 "--clean-isolated-files" 247 "--clean-isolated-files"
247 ], 248 ],
248 "cwd": "[SLAVE_BUILD]", 249 "cwd": "[SLAVE_BUILD]",
249 "name": "clean isolated files" 250 "name": "clean isolated files"
250 }, 251 },
251 { 252 {
252 "cmd": [ 253 "cmd": [
253 "python", 254 "python",
254 "-u", 255 "-u",
256 "[SLAVE_BUILD]/src/tools/mb/mb.py",
257 "gen",
258 "-m",
259 "chromium.linux",
260 "-b",
261 "Android Builder",
262 "--config-file",
263 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
264 "--goma-dir",
265 "[BUILD]/goma",
266 "--swarming-targets-file",
267 "browser_tests_apk\n",
268 "//out/Release"
269 ],
270 "cwd": "[SLAVE_BUILD]",
271 "name": "generate_build_files",
272 "~followup_annotations": [
273 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests_apk@@@",
274 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
275 ]
276 },
277 {
278 "cmd": [
279 "python",
280 "-u",
255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 281 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
256 "--target", 282 "--target",
257 "Release", 283 "Release",
258 "--src-dir", 284 "--src-dir",
259 "[SLAVE_BUILD]/src", 285 "[SLAVE_BUILD]/src",
260 "--build-tool", 286 "--build-tool",
261 "ninja", 287 "ninja",
262 "--compiler", 288 "--compiler",
263 "goma", 289 "goma",
264 "--goma-jsonstatus", 290 "--goma-jsonstatus",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 "~followup_annotations": [ 394 "~followup_annotations": [
369 "@@@STEP_TEXT@Android Tests@@@" 395 "@@@STEP_TEXT@Android Tests@@@"
370 ] 396 ]
371 }, 397 },
372 { 398 {
373 "name": "$result", 399 "name": "$result",
374 "recipe_result": null, 400 "recipe_result": null,
375 "status_code": 0 401 "status_code": 0
376 } 402 }
377 ] 403 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698