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