| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 6 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 7 "--", | 7 "--", |
| 8 "[DEPOT_TOOLS]/gsutil.py", | 8 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 9 "----", | 9 "----", |
| 10 "cp", | 10 "cp", |
| 11 "gs://chrome-amp-keys/main_pool/api_key", | 11 "gs://chrome-amp-keys/main_pool/api_key", |
| 12 "[BUILD]/site_config/.amp_main_pool_key" | 12 "[BUILD]/site_config/.amp_main_pool_key" |
| 13 ], | 13 ], |
| 14 "name": "gsutil download amp api key" | 14 "name": "gsutil download amp api key" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "cmd": [ | 17 "cmd": [ |
| 18 "python", | 18 "python", |
| 19 "-u", | 19 "-u", |
| 20 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 20 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 21 "--", | 21 "--", |
| 22 "[DEPOT_TOOLS]/gsutil.py", | 22 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 23 "----", | 23 "----", |
| 24 "cp", | 24 "cp", |
| 25 "gs://chrome-amp-keys/main_pool/api_secret", | 25 "gs://chrome-amp-keys/main_pool/api_secret", |
| 26 "[BUILD]/site_config/.amp_main_pool_secret" | 26 "[BUILD]/site_config/.amp_main_pool_secret" |
| 27 ], | 27 ], |
| 28 "name": "gsutil download amp api secret" | 28 "name": "gsutil download amp api secret" |
| 29 }, | 29 }, |
| 30 { | 30 { |
| 31 "cmd": [ | 31 "cmd": [ |
| 32 "python", | 32 "python", |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 ], | 310 ], |
| 311 "name": "[upload logcat] unzip results for example_gtest_suite", | 311 "name": "[upload logcat] unzip results for example_gtest_suite", |
| 312 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip\"}" | 312 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip\"}" |
| 313 }, | 313 }, |
| 314 { | 314 { |
| 315 "cmd": [ | 315 "cmd": [ |
| 316 "python", | 316 "python", |
| 317 "-u", | 317 "-u", |
| 318 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 318 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 319 "--", | 319 "--", |
| 320 "[DEPOT_TOOLS]/gsutil.py", | 320 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 321 "----", | 321 "----", |
| 322 "cp", | 322 "cp", |
| 323 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", | 323 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", |
| 324 "gs://chrome-amp-results/logcats/logcat_example_gtest_suite_T35TRUN1D.txt" | 324 "gs://chrome-amp-results/logcats/logcat_example_gtest_suite_T35TRUN1D.txt" |
| 325 ], | 325 ], |
| 326 "name": "gsutil [upload logcat] example_gtest_suite", | 326 "name": "gsutil [upload logcat] example_gtest_suite", |
| 327 "~followup_annotations": [ | 327 "~followup_annotations": [ |
| 328 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l
ogcats/logcat_example_gtest_suite_T35TRUN1D.txt@@@" | 328 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l
ogcats/logcat_example_gtest_suite_T35TRUN1D.txt@@@" |
| 329 ] | 329 ] |
| 330 }, | 330 }, |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 ], | 415 ], |
| 416 "name": "[upload logcat] unzip results for example_instrumentation_suite", | 416 "name": "[upload logcat] unzip results for example_instrumentation_suite", |
| 417 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip\"}" | 417 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip\"}" |
| 418 }, | 418 }, |
| 419 { | 419 { |
| 420 "cmd": [ | 420 "cmd": [ |
| 421 "python", | 421 "python", |
| 422 "-u", | 422 "-u", |
| 423 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 423 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 424 "--", | 424 "--", |
| 425 "[DEPOT_TOOLS]/gsutil.py", | 425 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 426 "----", | 426 "----", |
| 427 "cp", | 427 "cp", |
| 428 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", | 428 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", |
| 429 "gs://chrome-amp-results/logcats/logcat_example_instrumentation_suite_T35T
RUN1D.txt" | 429 "gs://chrome-amp-results/logcats/logcat_example_instrumentation_suite_T35T
RUN1D.txt" |
| 430 ], | 430 ], |
| 431 "name": "gsutil [upload logcat] example_instrumentation_suite", | 431 "name": "gsutil [upload logcat] example_instrumentation_suite", |
| 432 "~followup_annotations": [ | 432 "~followup_annotations": [ |
| 433 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l
ogcats/logcat_example_instrumentation_suite_T35TRUN1D.txt@@@" | 433 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l
ogcats/logcat_example_instrumentation_suite_T35TRUN1D.txt@@@" |
| 434 ] | 434 ] |
| 435 }, | 435 }, |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 ], | 518 ], |
| 519 "name": "[upload logcat] unzip results for example_uirobot_suite", | 519 "name": "[upload logcat] unzip results for example_uirobot_suite", |
| 520 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip\"}" | 520 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip\"}" |
| 521 }, | 521 }, |
| 522 { | 522 { |
| 523 "cmd": [ | 523 "cmd": [ |
| 524 "python", | 524 "python", |
| 525 "-u", | 525 "-u", |
| 526 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 526 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 527 "--", | 527 "--", |
| 528 "[DEPOT_TOOLS]/gsutil.py", | 528 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 529 "----", | 529 "----", |
| 530 "cp", | 530 "cp", |
| 531 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", | 531 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", |
| 532 "gs://chrome-amp-results/logcats/logcat_example_uirobot_suite_T35TRUN1D.tx
t" | 532 "gs://chrome-amp-results/logcats/logcat_example_uirobot_suite_T35TRUN1D.tx
t" |
| 533 ], | 533 ], |
| 534 "name": "gsutil [upload logcat] example_uirobot_suite", | 534 "name": "gsutil [upload logcat] example_uirobot_suite", |
| 535 "~followup_annotations": [ | 535 "~followup_annotations": [ |
| 536 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l
ogcats/logcat_example_uirobot_suite_T35TRUN1D.txt@@@" | 536 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l
ogcats/logcat_example_uirobot_suite_T35TRUN1D.txt@@@" |
| 537 ] | 537 ] |
| 538 }, | 538 }, |
| 539 { | 539 { |
| 540 "name": "$result", | 540 "name": "$result", |
| 541 "recipe_result": null, | 541 "recipe_result": null, |
| 542 "status_code": 0 | 542 "status_code": 0 |
| 543 } | 543 } |
| 544 ] | 544 ] |
| OLD | NEW |