| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Coverage (dbg)", | 10 "Android Coverage (dbg)", |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 "--build-number", | 224 "--build-number", |
| 225 "571" | 225 "571" |
| 226 ], | 226 ], |
| 227 "cwd": "[SLAVE_BUILD]", | 227 "cwd": "[SLAVE_BUILD]", |
| 228 "name": "extract build" | 228 "name": "extract build" |
| 229 }, | 229 }, |
| 230 { | 230 { |
| 231 "cmd": [ | 231 "cmd": [ |
| 232 "python", | 232 "python", |
| 233 "-u", | 233 "-u", |
| 234 "RECIPE_MODULE[adb]/resources/list_devices.py", | 234 "RECIPE_MODULE[build.adb]/resources/list_devices.py", |
| 235 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 235 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", |
| 236 "/path/to/tmp/json" | 236 "/path/to/tmp/json" |
| 237 ], | 237 ], |
| 238 "cwd": "[SLAVE_BUILD]", | 238 "cwd": "[SLAVE_BUILD]", |
| 239 "name": "List adb devices", | 239 "name": "List adb devices", |
| 240 "~followup_annotations": [ | 240 "~followup_annotations": [ |
| 241 "@@@STEP_LOG_LINE@json.output@[@@@", | 241 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 242 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 242 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
| 243 "@@@STEP_LOG_LINE@json.output@]@@@", | 243 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 244 "@@@STEP_LOG_END@json.output@@@" | 244 "@@@STEP_LOG_END@json.output@@@" |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 { | 424 { |
| 425 "cmd": [ | 425 "cmd": [ |
| 426 "python", | 426 "python", |
| 427 "-u", | 427 "-u", |
| 428 "[BUILD]/scripts/slave/daemonizer.py", | 428 "[BUILD]/scripts/slave/daemonizer.py", |
| 429 "--action", | 429 "--action", |
| 430 "restart", | 430 "restart", |
| 431 "--pid-file-path", | 431 "--pid-file-path", |
| 432 "/tmp/device_monitor.pid", | 432 "/tmp/device_monitor.pid", |
| 433 "--", | 433 "--", |
| 434 "RECIPE_MODULE[chromium_android]/resources/spawn_device_monitor.py", | 434 "RECIPE_MODULE[build.chromium_android]/resources/spawn_device_monitor.py", |
| 435 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 435 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 436 "[\"07a00ca4\"]", | 436 "[\"07a00ca4\"]", |
| 437 "chromium.fyi", | 437 "chromium.fyi", |
| 438 "Android Coverage (dbg)", | 438 "Android Coverage (dbg)", |
| 439 "--blacklist-file", | 439 "--blacklist-file", |
| 440 "[SLAVE_BUILD]/src/out/bad_devices.json" | 440 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 441 ], | 441 ], |
| 442 "cwd": "[SLAVE_BUILD]", | 442 "cwd": "[SLAVE_BUILD]", |
| 443 "name": "spawn_device_monitor" | 443 "name": "spawn_device_monitor" |
| 444 }, | 444 }, |
| (...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 807 "[SLAVE_BUILD]/src/out/Debug/full_log", | 807 "[SLAVE_BUILD]/src/out/Debug/full_log", |
| 808 "[SLAVE_BUILD]/src/out/logcat" | 808 "[SLAVE_BUILD]/src/out/logcat" |
| 809 ], | 809 ], |
| 810 "cwd": "[SLAVE_BUILD]", | 810 "cwd": "[SLAVE_BUILD]", |
| 811 "name": "logcat_dump" | 811 "name": "logcat_dump" |
| 812 }, | 812 }, |
| 813 { | 813 { |
| 814 "cmd": [ | 814 "cmd": [ |
| 815 "python", | 815 "python", |
| 816 "-u", | 816 "-u", |
| 817 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 817 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 818 "--timeout", | 818 "--timeout", |
| 819 "300", | 819 "300", |
| 820 "--", | 820 "--", |
| 821 "[DEPOT_TOOLS]/gsutil.py", | 821 "[DEPOT_TOOLS]/gsutil.py", |
| 822 "--force-version", | 822 "--force-version", |
| 823 "4.7", | 823 "4.7", |
| 824 "-o", | 824 "-o", |
| 825 "GSUtil:parallel_composite_upload_threshold=50M", | 825 "GSUtil:parallel_composite_upload_threshold=50M", |
| 826 "----", | 826 "----", |
| 827 "cp", | 827 "cp", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 880 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 880 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 881 "@@@STEP_LOG_END@python.inline@@@" | 881 "@@@STEP_LOG_END@python.inline@@@" |
| 882 ] | 882 ] |
| 883 }, | 883 }, |
| 884 { | 884 { |
| 885 "name": "$result", | 885 "name": "$result", |
| 886 "recipe_result": null, | 886 "recipe_result": null, |
| 887 "status_code": 0 | 887 "status_code": 0 |
| 888 } | 888 } |
| 889 ] | 889 ] |
| OLD | NEW |