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 823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
834 "env": { | 834 "env": { |
835 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 835 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
836 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 836 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
837 }, | 837 }, |
838 "name": "provision_devices (2)" | 838 "name": "provision_devices (2)" |
839 }, | 839 }, |
840 { | 840 { |
841 "cmd": [ | 841 "cmd": [ |
842 "python", | 842 "python", |
843 "-u", | 843 "-u", |
| 844 "[SLAVE_BUILD]/src/build/symlink.py", |
| 845 "-f", |
| 846 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 847 "~/adb" |
| 848 ], |
| 849 "name": "create adb symlink" |
| 850 }, |
| 851 { |
| 852 "cmd": [ |
| 853 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 854 "--", |
| 855 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 856 "[SLAVE_BUILD]/src/out/logcat", |
| 857 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 858 ], |
| 859 "env": { |
| 860 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 861 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 862 }, |
| 863 "name": "spawn_logcat_monitor (2)" |
| 864 }, |
| 865 { |
| 866 "cmd": [ |
| 867 "python", |
| 868 "-u", |
| 869 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 870 "--action", |
| 871 "restart", |
| 872 "--pid-file-path", |
| 873 "/tmp/device_monitor.pid", |
| 874 "--", |
| 875 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_m
onitor.py", |
| 876 "--adb-path", |
| 877 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 878 "--blacklist-file", |
| 879 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 880 ], |
| 881 "name": "spawn_device_monitor" |
| 882 }, |
| 883 { |
| 884 "cmd": [ |
| 885 "python", |
| 886 "-u", |
| 887 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", |
| 888 "--verbose", |
| 889 "--adb-path", |
| 890 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 891 ], |
| 892 "env": { |
| 893 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 894 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 895 }, |
| 896 "name": "authorize_adb_devices (2)" |
| 897 }, |
| 898 { |
| 899 "cmd": [ |
| 900 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", |
| 901 "--blacklist-file", |
| 902 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 903 "--known-devices-file", |
| 904 "[HOME]/.android/known_devices.json", |
| 905 "--adb-path", |
| 906 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 907 "-v" |
| 908 ], |
| 909 "env": { |
| 910 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 911 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 912 }, |
| 913 "name": "device_recovery (4)" |
| 914 }, |
| 915 { |
| 916 "cmd": [ |
| 917 "python", |
| 918 "-u", |
| 919 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 920 "--adb-path", |
| 921 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 922 "--blacklist-file", |
| 923 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 924 "--output-device-blacklist", |
| 925 "/path/to/tmp/json", |
| 926 "-t", |
| 927 "Release" |
| 928 ], |
| 929 "env": { |
| 930 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 931 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 932 }, |
| 933 "name": "provision_devices (3)" |
| 934 }, |
| 935 { |
| 936 "cmd": [ |
| 937 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", |
| 938 "--json-output", |
| 939 "/path/to/tmp/json", |
| 940 "--blacklist-file", |
| 941 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 942 "--known-devices-file", |
| 943 "[HOME]/.android/known_devices.json", |
| 944 "--buildbot-path", |
| 945 "/home/chrome-bot/.adb_device_info", |
| 946 "--adb-path", |
| 947 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 948 "-v", |
| 949 "--overwrite-known-devices-files" |
| 950 ], |
| 951 "env": { |
| 952 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 953 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 954 }, |
| 955 "name": "device_status (4)", |
| 956 "~followup_annotations": [ |
| 957 "@@@STEP_TEXT@Online devices: 1@@@", |
| 958 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 959 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 960 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 961 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 962 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 963 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 964 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 965 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| 966 "@@@STEP_LOG_LINE@json.output@ \"level\": \"100\", @@@", |
| 967 "@@@STEP_LOG_LINE@json.output@ \"present\": \"true\", @@@", |
| 968 "@@@STEP_LOG_LINE@json.output@ \"scale\": \"100\", @@@", |
| 969 "@@@STEP_LOG_LINE@json.output@ \"status\": \"5\", @@@", |
| 970 "@@@STEP_LOG_LINE@json.output@ \"technology\": \"Li-ion\", @@@", |
| 971 "@@@STEP_LOG_LINE@json.output@ \"temperature\": \"249\", @@@", |
| 972 "@@@STEP_LOG_LINE@json.output@ \"voltage\": \"4286\"@@@", |
| 973 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 974 "@@@STEP_LOG_LINE@json.output@ \"blacklisted\": false, @@@", |
| 975 "@@@STEP_LOG_LINE@json.output@ \"build_detail\": \"google/razor/flo:5.0
/LRX21O/1570415:userdebug/dev-keys\", @@@", |
| 976 "@@@STEP_LOG_LINE@json.output@ \"imei_slice\": \"Unknown\", @@@", |
| 977 "@@@STEP_LOG_LINE@json.output@ \"ro.build.id\": \"LRX21O\", @@@", |
| 978 "@@@STEP_LOG_LINE@json.output@ \"ro.build.product\": \"product_name\",
@@@", |
| 979 "@@@STEP_LOG_LINE@json.output@ \"serial\": \"07a00ca4\", @@@", |
| 980 "@@@STEP_LOG_LINE@json.output@ \"usb_status\": true, @@@", |
| 981 "@@@STEP_LOG_LINE@json.output@ \"wifi_ip\": \"\"@@@", |
| 982 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 983 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 984 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"offline\", @@@", |
| 985 "@@@STEP_LOG_LINE@json.output@ \"blacklisted\": true, @@@", |
| 986 "@@@STEP_LOG_LINE@json.output@ \"serial\": \"03e0363a003c6ad4\", @@@", |
| 987 "@@@STEP_LOG_LINE@json.output@ \"usb_status\": false@@@", |
| 988 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 989 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 990 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"unauthorized\", @@@", |
| 991 "@@@STEP_LOG_LINE@json.output@ \"blacklisted\": true, @@@", |
| 992 "@@@STEP_LOG_LINE@json.output@ \"serial\": \"03e0363a003c6ad5\", @@@", |
| 993 "@@@STEP_LOG_LINE@json.output@ \"usb_status\": true@@@", |
| 994 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 995 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 996 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
| 997 "@@@STEP_LOG_LINE@json.output@ \"blacklisted\": true, @@@", |
| 998 "@@@STEP_LOG_LINE@json.output@ \"serial\": \"03e0363a003c6ad6\", @@@", |
| 999 "@@@STEP_LOG_LINE@json.output@ \"usb_status\": true@@@", |
| 1000 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 1001 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 1002 "@@@STEP_LOG_END@json.output@@@", |
| 1003 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@{@@@", |
| 1004 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"adb_status\": \"device\
", @@@", |
| 1005 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"battery\": {@@@", |
| 1006 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"AC powered\": \"false
\", @@@", |
| 1007 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"USB powered\": \"true
\", @@@", |
| 1008 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"Wireless powered\": \
"false\", @@@", |
| 1009 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"health\": \"2\", @@@"
, |
| 1010 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"level\": \"100\", @@@
", |
| 1011 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"present\": \"true\",
@@@", |
| 1012 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"scale\": \"100\", @@@
", |
| 1013 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"status\": \"5\", @@@"
, |
| 1014 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"technology\": \"Li-io
n\", @@@", |
| 1015 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"temperature\": \"249\
", @@@", |
| 1016 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"voltage\": \"4286\"@@
@", |
| 1017 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ }, @@@", |
| 1018 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"blacklisted\": false, @
@@", |
| 1019 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"build_detail\": \"googl
e/razor/flo:5.0/LRX21O/1570415:userdebug/dev-keys\", @@@", |
| 1020 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"imei_slice\": \"Unknown
\", @@@", |
| 1021 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"ro.build.id\": \"LRX21O
\", @@@", |
| 1022 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"ro.build.product\": \"p
roduct_name\", @@@", |
| 1023 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"serial\": \"07a00ca4\",
@@@", |
| 1024 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"usb_status\": true, @@@
", |
| 1025 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@ \"wifi_ip\": \"\"@@@", |
| 1026 "@@@STEP_LOG_LINE@product_name LRX21O 07a00ca4@}@@@", |
| 1027 "@@@STEP_LOG_END@product_name LRX21O 07a00ca4@@@", |
| 1028 "@@@STEP_LOG_LINE@03e0363a003c6ad4: missing@{@@@", |
| 1029 "@@@STEP_LOG_LINE@03e0363a003c6ad4: missing@ \"adb_status\": \"offline\",
@@@", |
| 1030 "@@@STEP_LOG_LINE@03e0363a003c6ad4: missing@ \"blacklisted\": true, @@@", |
| 1031 "@@@STEP_LOG_LINE@03e0363a003c6ad4: missing@ \"serial\": \"03e0363a003c6a
d4\", @@@", |
| 1032 "@@@STEP_LOG_LINE@03e0363a003c6ad4: missing@ \"usb_status\": false@@@", |
| 1033 "@@@STEP_LOG_LINE@03e0363a003c6ad4: missing@}@@@", |
| 1034 "@@@STEP_LOG_END@03e0363a003c6ad4: missing@@@", |
| 1035 "@@@STEP_LOG_LINE@03e0363a003c6ad5: adb status unauthorized@{@@@", |
| 1036 "@@@STEP_LOG_LINE@03e0363a003c6ad5: adb status unauthorized@ \"adb_status
\": \"unauthorized\", @@@", |
| 1037 "@@@STEP_LOG_LINE@03e0363a003c6ad5: adb status unauthorized@ \"blackliste
d\": true, @@@", |
| 1038 "@@@STEP_LOG_LINE@03e0363a003c6ad5: adb status unauthorized@ \"serial\":
\"03e0363a003c6ad5\", @@@", |
| 1039 "@@@STEP_LOG_LINE@03e0363a003c6ad5: adb status unauthorized@ \"usb_status
\": true@@@", |
| 1040 "@@@STEP_LOG_LINE@03e0363a003c6ad5: adb status unauthorized@}@@@", |
| 1041 "@@@STEP_LOG_END@03e0363a003c6ad5: adb status unauthorized@@@", |
| 1042 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@{@@@", |
| 1043 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"adb_status\": \"device
\", @@@", |
| 1044 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"blacklisted\": true, @
@@", |
| 1045 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 1046 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 1047 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 1048 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 1049 ] |
| 1050 }, |
| 1051 { |
| 1052 "cmd": [ |
| 1053 "python", |
| 1054 "-u", |
844 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1055 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
845 "monkey", | 1056 "monkey", |
846 "-v", | 1057 "-v", |
847 "--package=chrome", | 1058 "--package=chrome", |
848 "--event-count=50000", | 1059 "--event-count=50000", |
849 "--blacklist-file", | 1060 "--blacklist-file", |
850 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1061 "[SLAVE_BUILD]/src/out/bad_devices.json", |
851 "--adb-path", | 1062 "--adb-path", |
852 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 1063 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
853 ], | 1064 ], |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
993 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1204 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
994 }, | 1205 }, |
995 "name": "stack_tool_for_asan" | 1206 "name": "stack_tool_for_asan" |
996 }, | 1207 }, |
997 { | 1208 { |
998 "name": "$result", | 1209 "name": "$result", |
999 "recipe_result": null, | 1210 "recipe_result": null, |
1000 "status_code": 0 | 1211 "status_code": 0 |
1001 } | 1212 } |
1002 ] | 1213 ] |
OLD | NEW |