| 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 "cwd": "[SLAVE_BUILD]/src", | 168 "cwd": "[SLAVE_BUILD]/src", |
| 169 "env": { | 169 "env": { |
| 170 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 170 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 171 "GYP_CROSSCOMPILE": "1", | 171 "GYP_CROSSCOMPILE": "1", |
| 172 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 target_arc
h=arm", | 172 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 target_arc
h=arm", |
| 173 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 173 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 174 }, | 174 }, |
| 175 "name": "gclient runhooks" | 175 "name": "gclient runhooks" |
| 176 }, | 176 }, |
| 177 { | 177 { |
| 178 "allow_subannotations": false, | |
| 179 "cmd": [ | 178 "cmd": [ |
| 180 "[SLAVE_BUILD]/src/build/tree_truth.sh", | 179 "[SLAVE_BUILD]/src/build/tree_truth.sh", |
| 181 "[SLAVE_BUILD]/src", | 180 "[SLAVE_BUILD]/src", |
| 182 "src", | 181 "src", |
| 183 "foo", | 182 "foo", |
| 184 "src/repo" | 183 "src/repo" |
| 185 ], | 184 ], |
| 186 "name": "tree truth steps" | 185 "name": "tree truth steps" |
| 187 }, | 186 }, |
| 188 { | 187 { |
| (...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 633 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@{@@@", | 632 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@{@@@", |
| 634 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"adb_status\": \"device
\", @@@", | 633 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"adb_status\": \"device
\", @@@", |
| 635 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"blacklisted\": true, @
@@", | 634 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"blacklisted\": true, @
@@", |
| 636 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 635 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
| 637 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 636 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
| 638 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 637 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
| 639 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 638 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
| 640 ] | 639 ] |
| 641 }, | 640 }, |
| 642 { | 641 { |
| 643 "cmd": [], | |
| 644 "name": "fix_device_file_format" | 642 "name": "fix_device_file_format" |
| 645 }, | 643 }, |
| 646 { | 644 { |
| 647 "cmd": [ | 645 "cmd": [ |
| 648 "python", | 646 "python", |
| 649 "-u", | 647 "-u", |
| 650 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 648 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 651 "[HOME]/.android/known_devices.json", | 649 "[HOME]/.android/known_devices.json", |
| 652 "/path/to/tmp/" | 650 "/path/to/tmp/" |
| 653 ], | 651 ], |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 862 "--official-build", | 860 "--official-build", |
| 863 "--adb-path", | 861 "--adb-path", |
| 864 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 862 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 865 ], | 863 ], |
| 866 "env": { | 864 "env": { |
| 867 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" | 865 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" |
| 868 }, | 866 }, |
| 869 "name": "SmallTest" | 867 "name": "SmallTest" |
| 870 }, | 868 }, |
| 871 { | 869 { |
| 872 "cmd": [], | |
| 873 "name": "process results for SmallTest" | 870 "name": "process results for SmallTest" |
| 874 }, | 871 }, |
| 875 { | 872 { |
| 876 "cmd": [ | 873 "cmd": [ |
| 877 "python", | 874 "python", |
| 878 "-u", | 875 "-u", |
| 879 "RECIPE_MODULE[build::chromium_android]/resources/test_results_presentatio
n.py", | 876 "RECIPE_MODULE[build::chromium_android]/resources/test_results_presentatio
n.py", |
| 880 "--json-file", | 877 "--json-file", |
| 881 "[TMP_BASE]/temp_details_tmp_1/json_results_file", | 878 "[TMP_BASE]/temp_details_tmp_1/json_results_file", |
| 882 "--html-file", | 879 "--html-file", |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1029 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1026 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1030 }, | 1027 }, |
| 1031 "name": "stack_tool_for_asan" | 1028 "name": "stack_tool_for_asan" |
| 1032 }, | 1029 }, |
| 1033 { | 1030 { |
| 1034 "name": "$result", | 1031 "name": "$result", |
| 1035 "recipe_result": null, | 1032 "recipe_result": null, |
| 1036 "status_code": 0 | 1033 "status_code": 0 |
| 1037 } | 1034 } |
| 1038 ] | 1035 ] |
| OLD | NEW |