| 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 907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 918 "--webview_arg_1", | 918 "--webview_arg_1", |
| 919 "--webview_arg_2" | 919 "--webview_arg_2" |
| 920 ], | 920 ], |
| 921 "name": "write webview command line file" | 921 "name": "write webview command line file" |
| 922 }, | 922 }, |
| 923 { | 923 { |
| 924 "cmd": [ | 924 "cmd": [ |
| 925 "python", | 925 "python", |
| 926 "-u", | 926 "-u", |
| 927 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 927 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 928 "[SLAVE_BUILD]/src/android_webview/tools/cts_config/webview_cts_gcs_path.j
son", | 928 "[SLAVE_BUILD]/src/android_webview/tools/cts_config/webview_cts_gcs_path_n
ew.json", |
| 929 "/path/to/tmp/" | 929 "/path/to/tmp/" |
| 930 ], | 930 ], |
| 931 "name": "Fetch CTS filename data" | 931 "name": "Fetch CTS filename data", |
| 932 "~followup_annotations": [ |
| 933 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@@@@", |
| 934 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ {@@@", |
| 935 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ \"arm_
64\": {@@@", |
| 936 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ \"L\
": {@@@", |
| 937 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ \"
filename\": \"cts_arm64_L.zip\",@@@", |
| 938 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ \"
_origin\": \"aosp-lollipop-mr1-cts-dev@12345\"@@@", |
| 939 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ },@@
@", |
| 940 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ \"N\
": {@@@", |
| 941 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ \"
filename\": \"cts_arm64_N.zip\",@@@", |
| 942 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ \"
_origin\": \"aosp-nougat-cts-release@67890\"@@@", |
| 943 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ }@@@
", |
| 944 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ }@@@", |
| 945 "@@@STEP_LOG_LINE@webview_cts_gcs_path.json@ }@@@", |
| 946 "@@@STEP_LOG_END@webview_cts_gcs_path.json@@@" |
| 947 ] |
| 932 }, | 948 }, |
| 933 { | 949 { |
| 934 "cmd": [ | 950 "cmd": [ |
| 935 "python", | 951 "python", |
| 936 "-u", | 952 "-u", |
| 937 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 953 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 938 "[SLAVE_BUILD]/src/android_webview/tools/cts_config/expected_failure_on_bo
t.json", | 954 "[SLAVE_BUILD]/src/android_webview/tools/cts_config/expected_failure_on_bo
t.json", |
| 939 "/path/to/tmp/" | 955 "/path/to/tmp/" |
| 940 ], | 956 ], |
| 941 "name": "Fetch expected failures data" | 957 "name": "Fetch expected failures data" |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1044 "@@@STEP_LOG_END@disabled_tests@@@" | 1060 "@@@STEP_LOG_END@disabled_tests@@@" |
| 1045 ] | 1061 ] |
| 1046 }, | 1062 }, |
| 1047 { | 1063 { |
| 1048 "name": "$result", | 1064 "name": "$result", |
| 1049 "reason": "Failed to parse the CTS output for the xml report file location", | 1065 "reason": "Failed to parse the CTS output for the xml report file location", |
| 1050 "recipe_result": null, | 1066 "recipe_result": null, |
| 1051 "status_code": 1 | 1067 "status_code": 1 |
| 1052 } | 1068 } |
| 1053 ] | 1069 ] |
| OLD | NEW |