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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "android_amp_rel_tests_recipe", | 10 "android_amp_rel_tests_recipe", |
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 "name": "compile", | 250 "name": "compile", |
251 "~followup_annotations": [ | 251 "~followup_annotations": [ |
252 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 252 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
253 "@@@STEP_LOG_END@json.output (invalid)@@@" | 253 "@@@STEP_LOG_END@json.output (invalid)@@@" |
254 ] | 254 ] |
255 }, | 255 }, |
256 { | 256 { |
257 "cmd": [ | 257 "cmd": [ |
258 "python", | 258 "python", |
259 "-u", | 259 "-u", |
260 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 260 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
261 "--", | 261 "--", |
262 "[DEPOT_TOOLS]/gsutil.py", | 262 "[DEPOT_TOOLS]/gsutil.py", |
263 "----", | 263 "----", |
264 "cp", | 264 "cp", |
265 "gs://chrome-amp-keys/commit_queue_pool/api_key", | 265 "gs://chrome-amp-keys/commit_queue_pool/api_key", |
266 "[BUILD]/site_config/.amp_commit_queue_pool_key" | 266 "[BUILD]/site_config/.amp_commit_queue_pool_key" |
267 ], | 267 ], |
268 "cwd": "[SLAVE_BUILD]", | 268 "cwd": "[SLAVE_BUILD]", |
269 "name": "gsutil download amp api key" | 269 "name": "gsutil download amp api key" |
270 }, | 270 }, |
271 { | 271 { |
272 "cmd": [ | 272 "cmd": [ |
273 "python", | 273 "python", |
274 "-u", | 274 "-u", |
275 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 275 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
276 "--", | 276 "--", |
277 "[DEPOT_TOOLS]/gsutil.py", | 277 "[DEPOT_TOOLS]/gsutil.py", |
278 "----", | 278 "----", |
279 "cp", | 279 "cp", |
280 "gs://chrome-amp-keys/commit_queue_pool/api_secret", | 280 "gs://chrome-amp-keys/commit_queue_pool/api_secret", |
281 "[BUILD]/site_config/.amp_commit_queue_pool_secret" | 281 "[BUILD]/site_config/.amp_commit_queue_pool_secret" |
282 ], | 282 ], |
283 "cwd": "[SLAVE_BUILD]", | 283 "cwd": "[SLAVE_BUILD]", |
284 "name": "gsutil download amp api secret" | 284 "name": "gsutil download amp api secret" |
285 }, | 285 }, |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
468 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@", | 468 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@", |
469 "@@@STEP_LOG_LINE@json.output@ }@@@", | 469 "@@@STEP_LOG_LINE@json.output@ }@@@", |
470 "@@@STEP_LOG_LINE@json.output@}@@@", | 470 "@@@STEP_LOG_LINE@json.output@}@@@", |
471 "@@@STEP_LOG_END@json.output@@@" | 471 "@@@STEP_LOG_END@json.output@@@" |
472 ] | 472 ] |
473 }, | 473 }, |
474 { | 474 { |
475 "cmd": [ | 475 "cmd": [ |
476 "python", | 476 "python", |
477 "-u", | 477 "-u", |
478 "RECIPE_MODULE[zip]/resources/unzip.py" | 478 "RECIPE_MODULE[build.zip]/resources/unzip.py" |
479 ], | 479 ], |
480 "cwd": "[SLAVE_BUILD]", | 480 "cwd": "[SLAVE_BUILD]", |
481 "name": "[upload logcat] unzip results for content_shell_test_apk", | 481 "name": "[upload logcat] unzip results for content_shell_test_apk", |
482 "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\"}" | 482 "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\"}" |
483 }, | 483 }, |
484 { | 484 { |
485 "cmd": [ | 485 "cmd": [ |
486 "python", | 486 "python", |
487 "-u", | 487 "-u", |
488 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 488 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
489 "--", | 489 "--", |
490 "[DEPOT_TOOLS]/gsutil.py", | 490 "[DEPOT_TOOLS]/gsutil.py", |
491 "----", | 491 "----", |
492 "cp", | 492 "cp", |
493 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", | 493 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", |
494 "gs://chrome-amp-results/logcats/logcat_content_shell_test_apk_T35TRUN1D.t
xt" | 494 "gs://chrome-amp-results/logcats/logcat_content_shell_test_apk_T35TRUN1D.t
xt" |
495 ], | 495 ], |
496 "cwd": "[SLAVE_BUILD]", | 496 "cwd": "[SLAVE_BUILD]", |
497 "name": "gsutil [upload logcat] content_shell_test_apk", | 497 "name": "gsutil [upload logcat] content_shell_test_apk", |
498 "~followup_annotations": [ | 498 "~followup_annotations": [ |
(...skipping 19 matching lines...) Expand all Loading... |
518 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 518 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
519 "@@@STEP_LOG_END@python.inline@@@" | 519 "@@@STEP_LOG_END@python.inline@@@" |
520 ] | 520 ] |
521 }, | 521 }, |
522 { | 522 { |
523 "name": "$result", | 523 "name": "$result", |
524 "reason": "1 out of 6 aggregated steps failed. Failures: Step('[collect] con
tent_shell_test_apk') failed with return_code 1", | 524 "reason": "1 out of 6 aggregated steps failed. Failures: Step('[collect] con
tent_shell_test_apk') failed with return_code 1", |
525 "status_code": 1 | 525 "status_code": 1 |
526 } | 526 } |
527 ] | 527 ] |
OLD | NEW |