| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Remoting Tests", | 10 "Android Remoting Tests", |
| (...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 630 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 630 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 631 }, | 631 }, |
| 632 "name": "logcat_dump" | 632 "name": "logcat_dump" |
| 633 }, | 633 }, |
| 634 { | 634 { |
| 635 "cmd": [ | 635 "cmd": [ |
| 636 "python", | 636 "python", |
| 637 "-u", | 637 "-u", |
| 638 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 638 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 639 "--", | 639 "--", |
| 640 "[DEPOT_TOOLS]/gsutil.py", | 640 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 641 "--force-version", | 641 "--force-version", |
| 642 "4.7", | 642 "4.7", |
| 643 "-o", | 643 "-o", |
| 644 "GSUtil:parallel_composite_upload_threshold=50M", | 644 "GSUtil:parallel_composite_upload_threshold=50M", |
| 645 "----", | 645 "----", |
| 646 "cp", | 646 "cp", |
| 647 "[SLAVE_BUILD]/src/out/Release/full_log", | 647 "[SLAVE_BUILD]/src/out/Release/full_log", |
| 648 "gs://chromium-android/logcat_dumps/Android Remoting Tests/571" | 648 "gs://chromium-android/logcat_dumps/Android Remoting Tests/571" |
| 649 ], | 649 ], |
| 650 "env": { | 650 "env": { |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 707 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 707 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 708 "@@@STEP_LOG_END@python.inline@@@" | 708 "@@@STEP_LOG_END@python.inline@@@" |
| 709 ] | 709 ] |
| 710 }, | 710 }, |
| 711 { | 711 { |
| 712 "name": "$result", | 712 "name": "$result", |
| 713 "reason": "1 tests failed: ['ChromotingTest']", | 713 "reason": "1 tests failed: ['ChromotingTest']", |
| 714 "status_code": 1 | 714 "status_code": 1 |
| 715 } | 715 } |
| 716 ] | 716 ] |
| OLD | NEW |