| 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.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Tests", | 10 "Android Tests", |
| (...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 637 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 638 }, | 638 }, |
| 639 "name": "logcat_dump" | 639 "name": "logcat_dump" |
| 640 }, | 640 }, |
| 641 { | 641 { |
| 642 "cmd": [ | 642 "cmd": [ |
| 643 "python", | 643 "python", |
| 644 "-u", | 644 "-u", |
| 645 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 645 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 646 "--", | 646 "--", |
| 647 "[DEPOT_TOOLS]/gsutil.py", | 647 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 648 "--force-version", | 648 "--force-version", |
| 649 "4.7", | 649 "4.7", |
| 650 "-o", | 650 "-o", |
| 651 "GSUtil:parallel_composite_upload_threshold=50M", | 651 "GSUtil:parallel_composite_upload_threshold=50M", |
| 652 "----", | 652 "----", |
| 653 "cp", | 653 "cp", |
| 654 "[SLAVE_BUILD]/src/out/Release/full_log", | 654 "[SLAVE_BUILD]/src/out/Release/full_log", |
| 655 "gs://chromium-android/logcat_dumps/Android Tests/571" | 655 "gs://chromium-android/logcat_dumps/Android Tests/571" |
| 656 ], | 656 ], |
| 657 "env": { | 657 "env": { |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 714 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 714 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 715 "@@@STEP_LOG_END@python.inline@@@" | 715 "@@@STEP_LOG_END@python.inline@@@" |
| 716 ] | 716 ] |
| 717 }, | 717 }, |
| 718 { | 718 { |
| 719 "name": "$result", | 719 "name": "$result", |
| 720 "reason": "1 tests failed: ['blimp_test_apk']", | 720 "reason": "1 tests failed: ['blimp_test_apk']", |
| 721 "status_code": 1 | 721 "status_code": 1 |
| 722 } | 722 } |
| 723 ] | 723 ] |
| OLD | NEW |