| 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 ], | 316 ], |
| 317 "name": "[upload logcat] unzip results for example_gtest_suite", | 317 "name": "[upload logcat] unzip results for example_gtest_suite", |
| 318 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip\"}" | 318 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip\"}" |
| 319 }, | 319 }, |
| 320 { | 320 { |
| 321 "cmd": [ | 321 "cmd": [ |
| 322 "python", | 322 "python", |
| 323 "-u", | 323 "-u", |
| 324 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 324 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 325 "--", | 325 "--", |
| 326 "[DEPOT_TOOLS]/gsutil.py", | 326 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 327 "----", | 327 "----", |
| 328 "cp", | 328 "cp", |
| 329 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", | 329 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", |
| 330 "gs://chrome-amp-results/logcats/logcat_example_gtest_suite_T35TRUN1D.txt" | 330 "gs://chrome-amp-results/logcats/logcat_example_gtest_suite_T35TRUN1D.txt" |
| 331 ], | 331 ], |
| 332 "name": "gsutil [upload logcat] example_gtest_suite", | 332 "name": "gsutil [upload logcat] example_gtest_suite", |
| 333 "~followup_annotations": [ | 333 "~followup_annotations": [ |
| 334 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l
ogcats/logcat_example_gtest_suite_T35TRUN1D.txt@@@" | 334 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l
ogcats/logcat_example_gtest_suite_T35TRUN1D.txt@@@" |
| 335 ] | 335 ] |
| 336 }, | 336 }, |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 ], | 421 ], |
| 422 "name": "[upload logcat] unzip results for example_instrumentation_suite", | 422 "name": "[upload logcat] unzip results for example_instrumentation_suite", |
| 423 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip\"}" | 423 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip\"}" |
| 424 }, | 424 }, |
| 425 { | 425 { |
| 426 "cmd": [ | 426 "cmd": [ |
| 427 "python", | 427 "python", |
| 428 "-u", | 428 "-u", |
| 429 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 429 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 430 "--", | 430 "--", |
| 431 "[DEPOT_TOOLS]/gsutil.py", | 431 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 432 "----", | 432 "----", |
| 433 "cp", | 433 "cp", |
| 434 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", | 434 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", |
| 435 "gs://chrome-amp-results/logcats/logcat_example_instrumentation_suite_T35T
RUN1D.txt" | 435 "gs://chrome-amp-results/logcats/logcat_example_instrumentation_suite_T35T
RUN1D.txt" |
| 436 ], | 436 ], |
| 437 "name": "gsutil [upload logcat] example_instrumentation_suite", | 437 "name": "gsutil [upload logcat] example_instrumentation_suite", |
| 438 "~followup_annotations": [ | 438 "~followup_annotations": [ |
| 439 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l
ogcats/logcat_example_instrumentation_suite_T35TRUN1D.txt@@@" | 439 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l
ogcats/logcat_example_instrumentation_suite_T35TRUN1D.txt@@@" |
| 440 ] | 440 ] |
| 441 }, | 441 }, |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 ], | 524 ], |
| 525 "name": "[upload logcat] unzip results for example_uirobot_suite", | 525 "name": "[upload logcat] unzip results for example_uirobot_suite", |
| 526 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip\"}" | 526 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res
ults\", \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip\"}" |
| 527 }, | 527 }, |
| 528 { | 528 { |
| 529 "cmd": [ | 529 "cmd": [ |
| 530 "python", | 530 "python", |
| 531 "-u", | 531 "-u", |
| 532 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 532 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 533 "--", | 533 "--", |
| 534 "[DEPOT_TOOLS]/gsutil.py", | 534 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 535 "----", | 535 "----", |
| 536 "cp", | 536 "cp", |
| 537 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", | 537 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/
logcat.txt", |
| 538 "gs://chrome-amp-results/logcats/logcat_example_uirobot_suite_T35TRUN1D.tx
t" | 538 "gs://chrome-amp-results/logcats/logcat_example_uirobot_suite_T35TRUN1D.tx
t" |
| 539 ], | 539 ], |
| 540 "name": "gsutil [upload logcat] example_uirobot_suite", | 540 "name": "gsutil [upload logcat] example_uirobot_suite", |
| 541 "~followup_annotations": [ | 541 "~followup_annotations": [ |
| 542 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l
ogcats/logcat_example_uirobot_suite_T35TRUN1D.txt@@@" | 542 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l
ogcats/logcat_example_uirobot_suite_T35TRUN1D.txt@@@" |
| 543 ] | 543 ] |
| 544 }, | 544 }, |
| 545 { | 545 { |
| 546 "name": "$result", | 546 "name": "$result", |
| 547 "recipe_result": null, | 547 "recipe_result": null, |
| 548 "status_code": 0 | 548 "status_code": 0 |
| 549 } | 549 } |
| 550 ] | 550 ] |
| OLD | NEW |