OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Android Tests (amp)(dbg)", | 10 "Android Tests (amp)(dbg)", |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 "--build-number", | 158 "--build-number", |
159 "571" | 159 "571" |
160 ], | 160 ], |
161 "cwd": "[SLAVE_BUILD]", | 161 "cwd": "[SLAVE_BUILD]", |
162 "name": "extract build" | 162 "name": "extract build" |
163 }, | 163 }, |
164 { | 164 { |
165 "cmd": [ | 165 "cmd": [ |
166 "python", | 166 "python", |
167 "-u", | 167 "-u", |
168 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 168 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
169 "--", | 169 "--", |
170 "[DEPOT_TOOLS]/gsutil.py", | 170 "[DEPOT_TOOLS]/gsutil.py", |
171 "----", | 171 "----", |
172 "cp", | 172 "cp", |
173 "gs://chrome-amp-keys/main_pool/api_key", | 173 "gs://chrome-amp-keys/main_pool/api_key", |
174 "[BUILD]/site_config/.amp_main_pool_key" | 174 "[BUILD]/site_config/.amp_main_pool_key" |
175 ], | 175 ], |
176 "cwd": "[SLAVE_BUILD]", | 176 "cwd": "[SLAVE_BUILD]", |
177 "name": "gsutil download amp api key" | 177 "name": "gsutil download amp api key" |
178 }, | 178 }, |
179 { | 179 { |
180 "cmd": [ | 180 "cmd": [ |
181 "python", | 181 "python", |
182 "-u", | 182 "-u", |
183 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 183 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
184 "--", | 184 "--", |
185 "[DEPOT_TOOLS]/gsutil.py", | 185 "[DEPOT_TOOLS]/gsutil.py", |
186 "----", | 186 "----", |
187 "cp", | 187 "cp", |
188 "gs://chrome-amp-keys/main_pool/api_secret", | 188 "gs://chrome-amp-keys/main_pool/api_secret", |
189 "[BUILD]/site_config/.amp_main_pool_secret" | 189 "[BUILD]/site_config/.amp_main_pool_secret" |
190 ], | 190 ], |
191 "cwd": "[SLAVE_BUILD]", | 191 "cwd": "[SLAVE_BUILD]", |
192 "name": "gsutil download amp api secret" | 192 "name": "gsutil download amp api secret" |
193 }, | 193 }, |
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1001 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@", | 1001 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@", |
1002 "@@@STEP_LOG_LINE@json.output@ }@@@", | 1002 "@@@STEP_LOG_LINE@json.output@ }@@@", |
1003 "@@@STEP_LOG_LINE@json.output@}@@@", | 1003 "@@@STEP_LOG_LINE@json.output@}@@@", |
1004 "@@@STEP_LOG_END@json.output@@@" | 1004 "@@@STEP_LOG_END@json.output@@@" |
1005 ] | 1005 ] |
1006 }, | 1006 }, |
1007 { | 1007 { |
1008 "cmd": [ | 1008 "cmd": [ |
1009 "python", | 1009 "python", |
1010 "-u", | 1010 "-u", |
1011 "RECIPE_MODULE[zip]/resources/unzip.py" | 1011 "RECIPE_MODULE[build.zip]/resources/unzip.py" |
1012 ], | 1012 ], |
1013 "cwd": "[SLAVE_BUILD]", | 1013 "cwd": "[SLAVE_BUILD]", |
1014 "name": "[upload logcat] unzip results for android_webview_unittests", | 1014 "name": "[upload logcat] unzip results for android_webview_unittests", |
1015 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"use_python_zip\": false, \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/
T35TRUN1D/results.zip\"}" | 1015 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"use_python_zip\": false, \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/
T35TRUN1D/results.zip\"}" |
1016 }, | 1016 }, |
1017 { | 1017 { |
1018 "cmd": [ | 1018 "cmd": [ |
1019 "python", | 1019 "python", |
1020 "-u", | 1020 "-u", |
1021 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 1021 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
1022 "--", | 1022 "--", |
1023 "[DEPOT_TOOLS]/gsutil.py", | 1023 "[DEPOT_TOOLS]/gsutil.py", |
1024 "----", | 1024 "----", |
1025 "cp", | 1025 "cp", |
1026 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", | 1026 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", |
1027 "gs://chrome-amp-results/logcats/logcat_android_webview_unittests_T35TRUN1
D.txt" | 1027 "gs://chrome-amp-results/logcats/logcat_android_webview_unittests_T35TRUN1
D.txt" |
1028 ], | 1028 ], |
1029 "cwd": "[SLAVE_BUILD]", | 1029 "cwd": "[SLAVE_BUILD]", |
1030 "name": "gsutil [upload logcat] android_webview_unittests", | 1030 "name": "gsutil [upload logcat] android_webview_unittests", |
1031 "~followup_annotations": [ | 1031 "~followup_annotations": [ |
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1675 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1675 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
1676 "@@@STEP_LOG_END@python.inline@@@" | 1676 "@@@STEP_LOG_END@python.inline@@@" |
1677 ] | 1677 ] |
1678 }, | 1678 }, |
1679 { | 1679 { |
1680 "name": "$result", | 1680 "name": "$result", |
1681 "reason": "4 out of 25 aggregated steps failed. Failures: Step('[trigger] co
mponents_unittests') failed with return_code 1, Step('[collect] android_webview_
unittests') failed with return_code 1, Infra Failure: Step('[collect] base_unitt
ests') returned 87, Warning: Step('[collect] cc_unittests') returned 88", | 1681 "reason": "4 out of 25 aggregated steps failed. Failures: Step('[trigger] co
mponents_unittests') failed with return_code 1, Step('[collect] android_webview_
unittests') failed with return_code 1, Infra Failure: Step('[collect] base_unitt
ests') returned 87, Warning: Step('[collect] cc_unittests') returned 88", |
1682 "status_code": 1 | 1682 "status_code": 1 |
1683 } | 1683 } |
1684 ] | 1684 ] |
OLD | NEW |