OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.webrtc", | 8 "tryserver.webrtc", |
9 "--builder", | 9 "--builder", |
10 "android_n6", | 10 "android_n6", |
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
618 "[SLAVE_BUILD]/src/out/logcat" | 618 "[SLAVE_BUILD]/src/out/logcat" |
619 ], | 619 ], |
620 "name": "logcat_dump" | 620 "name": "logcat_dump" |
621 }, | 621 }, |
622 { | 622 { |
623 "cmd": [ | 623 "cmd": [ |
624 "python", | 624 "python", |
625 "-u", | 625 "-u", |
626 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 626 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
627 "--", | 627 "--", |
628 "[DEPOT_TOOLS]/gsutil.py", | 628 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
629 "--force-version", | 629 "--force-version", |
630 "4.7", | 630 "4.7", |
631 "-o", | 631 "-o", |
632 "GSUtil:parallel_composite_upload_threshold=50M", | 632 "GSUtil:parallel_composite_upload_threshold=50M", |
633 "----", | 633 "----", |
634 "cp", | 634 "cp", |
635 "-a", | 635 "-a", |
636 "public-read", | 636 "public-read", |
637 "[SLAVE_BUILD]/src/out/Debug/full_log", | 637 "[SLAVE_BUILD]/src/out/Debug/full_log", |
638 "gs://chromium-android/logcat_dumps/android_n6/1337" | 638 "gs://chromium-android/logcat_dumps/android_n6/1337" |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
689 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 689 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
690 "@@@STEP_LOG_END@python.inline@@@" | 690 "@@@STEP_LOG_END@python.inline@@@" |
691 ] | 691 ] |
692 }, | 692 }, |
693 { | 693 { |
694 "name": "$result", | 694 "name": "$result", |
695 "recipe_result": null, | 695 "recipe_result": null, |
696 "status_code": 0 | 696 "status_code": 0 |
697 } | 697 } |
698 ] | 698 ] |
OLD | NEW |