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 "chromium.webkit", | 8 "chromium.webkit", |
9 "--builder", | 9 "--builder", |
10 "WebKit Android (Nexus4)", | 10 "WebKit Android (Nexus4)", |
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
680 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 680 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
681 }, | 681 }, |
682 "name": "logcat_dump" | 682 "name": "logcat_dump" |
683 }, | 683 }, |
684 { | 684 { |
685 "cmd": [ | 685 "cmd": [ |
686 "python", | 686 "python", |
687 "-u", | 687 "-u", |
688 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 688 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
689 "--", | 689 "--", |
690 "[DEPOT_TOOLS]/gsutil.py", | 690 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
691 "--force-version", | 691 "--force-version", |
692 "4.7", | 692 "4.7", |
693 "-o", | 693 "-o", |
694 "GSUtil:parallel_composite_upload_threshold=50M", | 694 "GSUtil:parallel_composite_upload_threshold=50M", |
695 "----", | 695 "----", |
696 "cp", | 696 "cp", |
697 "[SLAVE_BUILD]/src/out/Release/full_log", | 697 "[SLAVE_BUILD]/src/out/Release/full_log", |
698 "gs://chromium-android/logcat_dumps/WebKit Android (Nexus4)/571" | 698 "gs://chromium-android/logcat_dumps/WebKit Android (Nexus4)/571" |
699 ], | 699 ], |
700 "env": { | 700 "env": { |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
757 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 757 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
758 "@@@STEP_LOG_END@python.inline@@@" | 758 "@@@STEP_LOG_END@python.inline@@@" |
759 ] | 759 ] |
760 }, | 760 }, |
761 { | 761 { |
762 "name": "$result", | 762 "name": "$result", |
763 "recipe_result": null, | 763 "recipe_result": null, |
764 "status_code": 0 | 764 "status_code": 0 |
765 } | 765 } |
766 ] | 766 ] |
OLD | NEW |