| 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.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android GN", | 10 "Android GN", |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 { | 411 { |
| 412 "cmd": [ | 412 "cmd": [ |
| 413 "python", | 413 "python", |
| 414 "-u", | 414 "-u", |
| 415 "[BUILD]/scripts/slave/daemonizer.py", | 415 "[BUILD]/scripts/slave/daemonizer.py", |
| 416 "--action", | 416 "--action", |
| 417 "restart", | 417 "restart", |
| 418 "--pid-file-path", | 418 "--pid-file-path", |
| 419 "/tmp/device_monitor.pid", | 419 "/tmp/device_monitor.pid", |
| 420 "--", | 420 "--", |
| 421 "RECIPE_MODULE[chromium_android]/resources/spawn_device_monitor.py", | 421 "RECIPE_MODULE[build.chromium_android]/resources/spawn_device_monitor.py", |
| 422 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 422 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 423 "[\"07a00ca4\"]", | 423 "[\"07a00ca4\"]", |
| 424 "chromium.linux", | 424 "chromium.linux", |
| 425 "Android GN", | 425 "Android GN", |
| 426 "--blacklist-file", | 426 "--blacklist-file", |
| 427 "[SLAVE_BUILD]/src/out/bad_devices.json" | 427 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 428 ], | 428 ], |
| 429 "cwd": "[SLAVE_BUILD]", | 429 "cwd": "[SLAVE_BUILD]", |
| 430 "name": "spawn_device_monitor" | 430 "name": "spawn_device_monitor" |
| 431 }, | 431 }, |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 820 "[SLAVE_BUILD]/src/out/Release/full_log", | 820 "[SLAVE_BUILD]/src/out/Release/full_log", |
| 821 "[SLAVE_BUILD]/src/out/logcat" | 821 "[SLAVE_BUILD]/src/out/logcat" |
| 822 ], | 822 ], |
| 823 "cwd": "[SLAVE_BUILD]", | 823 "cwd": "[SLAVE_BUILD]", |
| 824 "name": "logcat_dump" | 824 "name": "logcat_dump" |
| 825 }, | 825 }, |
| 826 { | 826 { |
| 827 "cmd": [ | 827 "cmd": [ |
| 828 "python", | 828 "python", |
| 829 "-u", | 829 "-u", |
| 830 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 830 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 831 "--timeout", | 831 "--timeout", |
| 832 "300", | 832 "300", |
| 833 "--", | 833 "--", |
| 834 "[DEPOT_TOOLS]/gsutil.py", | 834 "[DEPOT_TOOLS]/gsutil.py", |
| 835 "--force-version", | 835 "--force-version", |
| 836 "4.7", | 836 "4.7", |
| 837 "-o", | 837 "-o", |
| 838 "GSUtil:parallel_composite_upload_threshold=50M", | 838 "GSUtil:parallel_composite_upload_threshold=50M", |
| 839 "----", | 839 "----", |
| 840 "cp", | 840 "cp", |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 893 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 893 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 894 "@@@STEP_LOG_END@python.inline@@@" | 894 "@@@STEP_LOG_END@python.inline@@@" |
| 895 ] | 895 ] |
| 896 }, | 896 }, |
| 897 { | 897 { |
| 898 "name": "$result", | 898 "name": "$result", |
| 899 "recipe_result": null, | 899 "recipe_result": null, |
| 900 "status_code": 0 | 900 "status_code": 0 |
| 901 } | 901 } |
| 902 ] | 902 ] |
| OLD | NEW |