| OLD | NEW |
| 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 (dbg)", | 10 "Android Builder (dbg)", |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 245 "[SLAVE_BUILD]/src/out/Debug", | 246 "[SLAVE_BUILD]/src/out/Debug", |
| 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 (dbg)", |
| 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/Debug" |
| 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 "Debug", | 283 "Debug", |
| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 "~followup_annotations": [ | 395 "~followup_annotations": [ |
| 370 "@@@STEP_TEXT@Android Tests (dbg)@@@" | 396 "@@@STEP_TEXT@Android Tests (dbg)@@@" |
| 371 ] | 397 ] |
| 372 }, | 398 }, |
| 373 { | 399 { |
| 374 "name": "$result", | 400 "name": "$result", |
| 375 "recipe_result": null, | 401 "recipe_result": null, |
| 376 "status_code": 0 | 402 "status_code": 0 |
| 377 } | 403 } |
| 378 ] | 404 ] |
| OLD | NEW |