OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
8 ], | 8 ], |
9 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
(...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
808 "env": { | 808 "env": { |
809 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 809 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
810 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 810 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
811 }, | 811 }, |
812 "name": "provision_devices (2)" | 812 "name": "provision_devices (2)" |
813 }, | 813 }, |
814 { | 814 { |
815 "cmd": [ | 815 "cmd": [ |
816 "python", | 816 "python", |
817 "-u", | 817 "-u", |
| 818 "[SLAVE_BUILD]/src/build/symlink.py", |
| 819 "-f", |
| 820 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 821 "~/adb" |
| 822 ], |
| 823 "name": "create adb symlink" |
| 824 }, |
| 825 { |
| 826 "cmd": [ |
| 827 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 828 "--", |
| 829 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 830 "[SLAVE_BUILD]/src/out/logcat", |
| 831 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 832 ], |
| 833 "env": { |
| 834 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 835 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 836 }, |
| 837 "name": "spawn_logcat_monitor (2)" |
| 838 }, |
| 839 { |
| 840 "cmd": [ |
| 841 "python", |
| 842 "-u", |
| 843 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 844 "--action", |
| 845 "restart", |
| 846 "--pid-file-path", |
| 847 "/tmp/device_monitor.pid", |
| 848 "--", |
| 849 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_m
onitor.py", |
| 850 "--adb-path", |
| 851 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 852 "--blacklist-file", |
| 853 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 854 ], |
| 855 "name": "spawn_device_monitor" |
| 856 }, |
| 857 { |
| 858 "cmd": [ |
| 859 "python", |
| 860 "-u", |
| 861 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", |
| 862 "--verbose", |
| 863 "--adb-path", |
| 864 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 865 ], |
| 866 "env": { |
| 867 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 868 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 869 }, |
| 870 "name": "authorize_adb_devices (2)" |
| 871 }, |
| 872 { |
| 873 "cmd": [ |
| 874 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", |
| 875 "--blacklist-file", |
| 876 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 877 "--known-devices-file", |
| 878 "[HOME]/.android/known_devices.json", |
| 879 "--adb-path", |
| 880 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 881 "-v" |
| 882 ], |
| 883 "env": { |
| 884 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 885 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 886 }, |
| 887 "name": "device_recovery (4)" |
| 888 }, |
| 889 { |
| 890 "cmd": [ |
| 891 "python", |
| 892 "-u", |
| 893 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 894 "--adb-path", |
| 895 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 896 "--blacklist-file", |
| 897 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 898 "--output-device-blacklist", |
| 899 "/path/to/tmp/json", |
| 900 "-t", |
| 901 "Release" |
| 902 ], |
| 903 "env": { |
| 904 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 905 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 906 }, |
| 907 "name": "provision_devices (3)" |
| 908 }, |
| 909 { |
| 910 "cmd": [ |
| 911 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", |
| 912 "--json-output", |
| 913 "/path/to/tmp/json", |
| 914 "--blacklist-file", |
| 915 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 916 "--known-devices-file", |
| 917 "[HOME]/.android/known_devices.json", |
| 918 "--buildbot-path", |
| 919 "/home/chrome-bot/.adb_device_info", |
| 920 "--adb-path", |
| 921 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 922 "-v", |
| 923 "--overwrite-known-devices-files" |
| 924 ], |
| 925 "env": { |
| 926 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 927 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 928 }, |
| 929 "name": "device_status (4)", |
| 930 "~followup_annotations": [ |
| 931 "@@@STEP_TEXT@Online devices: 1@@@", |
| 932 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 933 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 934 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 935 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 936 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 937 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 938 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 939 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| 940 "@@@STEP_LOG_LINE@json.output@ \"level\": \"100\", @@@", |
| 941 "@@@STEP_LOG_LINE@json.output@ \"present\": \"true\", @@@", |
| 942 "@@@STEP_LOG_LINE@json.output@ \"scale\": \"100\", @@@", |
| 943 "@@@STEP_LOG_LINE@json.output@ \"status\": \"5\", @@@", |
| 944 "@@@STEP_LOG_LINE@json.output@ \"technology\": \"Li-ion\", @@@", |
| 945 "@@@STEP_LOG_LINE@json.output@ \"temperature\": \"249\", @@@", |
| 946 "@@@STEP_LOG_LINE@json.output@ \"voltage\": \"4286\"@@@", |
| 947 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 948 "@@@STEP_LOG_LINE@json.output@ \"blacklisted\": false, @@@", |
| 949 "@@@STEP_LOG_LINE@json.output@ \"build_detail\": \"google/razor/flo:5.0
/LRX21O/1570415:userdebug/dev-keys\", @@@", |
| 950 "@@@STEP_LOG_LINE@json.output@ \"imei_slice\": \"Unknown\", @@@", |
| 951 "@@@STEP_LOG_LINE@json.output@ \"ro.build.id\": \"LRX21O\", @@@", |
| 952 "@@@STEP_LOG_LINE@json.output@ \"ro.build.product\": \"product_name\",
@@@", |
| 953 "@@@STEP_LOG_LINE@json.output@ \"serial\": \"07a00ca4\", @@@", |
| 954 "@@@STEP_LOG_LINE@json.output@ \"usb_status\": true, @@@", |
| 955 "@@@STEP_LOG_LINE@json.output@ \"wifi_ip\": \"\"@@@", |
| 956 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 957 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 958 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"offline\", @@@", |
| 959 "@@@STEP_LOG_LINE@json.output@ \"blacklisted\": true, @@@", |
| 960 "@@@STEP_LOG_LINE@json.output@ \"serial\": \"03e0363a003c6ad4\", @@@", |
| 961 "@@@STEP_LOG_LINE@json.output@ \"usb_status\": false@@@", |
| 962 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 963 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 964 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"unauthorized\", @@@", |
| 965 "@@@STEP_LOG_LINE@json.output@ \"blacklisted\": true, @@@", |
| 966 "@@@STEP_LOG_LINE@json.output@ \"serial\": \"03e0363a003c6ad5\", @@@", |
| 967 "@@@STEP_LOG_LINE@json.output@ \"usb_status\": true@@@", |
| 968 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 969 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 970 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 971 "@@@STEP_LOG_LINE@json.output@ \"blacklisted\": true, @@@", |
| 972 "@@@STEP_LOG_LINE@json.output@ \"serial\": \"03e0363a003c6ad6\", @@@", |
| 973 "@@@STEP_LOG_LINE@json.output@ \"usb_status\": true@@@", |
| 974 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 975 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 976 "@@@STEP_LOG_END@json.output@@@", |
| 977 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@{@@@", |
| 978 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"adb_status\": \"device\
", @@@", |
| 979 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"battery\": {@@@", |
| 980 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"AC powered\": \"false
\", @@@", |
| 981 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"USB powered\": \"true
\", @@@", |
| 982 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"Wireless powered\": \
"false\", @@@", |
| 983 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"health\": \"2\", @@@"
, |
| 984 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"level\": \"100\", @@@
", |
| 985 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"present\": \"true\",
@@@", |
| 986 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"scale\": \"100\", @@@
", |
| 987 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"status\": \"5\", @@@"
, |
| 988 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"technology\": \"Li-io
n\", @@@", |
| 989 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"temperature\": \"249\
", @@@", |
| 990 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"voltage\": \"4286\"@@
@", |
| 991 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ }, @@@", |
| 992 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"blacklisted\": false, @
@@", |
| 993 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"build_detail\": \"googl
e/razor/flo:5.0/LRX21O/1570415:userdebug/dev-keys\", @@@", |
| 994 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"imei_slice\": \"Unknown
\", @@@", |
| 995 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"ro.build.id\": \"LRX21O
\", @@@", |
| 996 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"ro.build.product\": \"p
roduct_name\", @@@", |
| 997 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"serial\": \"07a00ca4\",
@@@", |
| 998 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"usb_status\": true, @@@
", |
| 999 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"wifi_ip\": \"\"@@@", |
| 1000 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@}@@@", |
| 1001 "@@@STEP_LOG_END@product_name LRX21O 07a00ca4@@@", |
| 1002 "@@@STEP_LOG_LINE@03e0363a003c6ad4: missing@{@@@", |
| 1003 "@@@STEP_LOG_LINE@03e0363a003c6ad4: missing@ \"adb_status\": \"offline\",
@@@", |
| 1004 "@@@STEP_LOG_LINE@03e0363a003c6ad4: missing@ \"blacklisted\": true, @@@", |
| 1005 "@@@STEP_LOG_LINE@03e0363a003c6ad4: missing@ \"serial\": \"03e0363a003c6a
d4\", @@@", |
| 1006 "@@@STEP_LOG_LINE@03e0363a003c6ad4: missing@ \"usb_status\": false@@@", |
| 1007 "@@@STEP_LOG_LINE@03e0363a003c6ad4: missing@}@@@", |
| 1008 "@@@STEP_LOG_END@03e0363a003c6ad4: missing@@@", |
| 1009 "@@@STEP_LOG_LINE@03e0363a003c6ad5: adb status unauthorized@{@@@", |
| 1010 "@@@STEP_LOG_LINE@03e0363a003c6ad5: adb status unauthorized@ \"adb_status
\": \"unauthorized\", @@@", |
| 1011 "@@@STEP_LOG_LINE@03e0363a003c6ad5: adb status unauthorized@ \"blackliste
d\": true, @@@", |
| 1012 "@@@STEP_LOG_LINE@03e0363a003c6ad5: adb status unauthorized@ \"serial\":
\"03e0363a003c6ad5\", @@@", |
| 1013 "@@@STEP_LOG_LINE@03e0363a003c6ad5: adb status unauthorized@ \"usb_status
\": true@@@", |
| 1014 "@@@STEP_LOG_LINE@03e0363a003c6ad5: adb status unauthorized@}@@@", |
| 1015 "@@@STEP_LOG_END@03e0363a003c6ad5: adb status unauthorized@@@", |
| 1016 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@{@@@", |
| 1017 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"adb_status\": \"device
\", @@@", |
| 1018 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"blacklisted\": true, @
@@", |
| 1019 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 1020 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 1021 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 1022 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 1023 ] |
| 1024 }, |
| 1025 { |
| 1026 "cmd": [ |
| 1027 "python", |
| 1028 "-u", |
818 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1029 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
819 "monkey", | 1030 "monkey", |
820 "-v", | 1031 "-v", |
821 "--package=chrome", | 1032 "--package=chrome", |
822 "--event-count=50000", | 1033 "--event-count=50000", |
823 "--blacklist-file", | 1034 "--blacklist-file", |
824 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1035 "[SLAVE_BUILD]/src/out/bad_devices.json", |
825 "--adb-path", | 1036 "--adb-path", |
826 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 1037 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
827 ], | 1038 ], |
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1144 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1355 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
1145 }, | 1356 }, |
1146 "name": "stack_tool_for_asan" | 1357 "name": "stack_tool_for_asan" |
1147 }, | 1358 }, |
1148 { | 1359 { |
1149 "name": "$result", | 1360 "name": "$result", |
1150 "recipe_result": null, | 1361 "recipe_result": null, |
1151 "status_code": 0 | 1362 "status_code": 0 |
1152 } | 1363 } |
1153 ] | 1364 ] |
OLD | NEW |