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 Coverage (dbg)", | 10 "Android Coverage (dbg)", |
(...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
977 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 977 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
978 }, | 978 }, |
979 "name": "logcat_dump" | 979 "name": "logcat_dump" |
980 }, | 980 }, |
981 { | 981 { |
982 "cmd": [ | 982 "cmd": [ |
983 "python", | 983 "python", |
984 "-u", | 984 "-u", |
985 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 985 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
986 "--", | 986 "--", |
987 "[DEPOT_TOOLS]/gsutil.py", | 987 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
988 "--force-version", | 988 "--force-version", |
989 "4.7", | 989 "4.7", |
990 "-o", | 990 "-o", |
991 "GSUtil:parallel_composite_upload_threshold=50M", | 991 "GSUtil:parallel_composite_upload_threshold=50M", |
992 "----", | 992 "----", |
993 "cp", | 993 "cp", |
994 "[SLAVE_BUILD]/src/out/Debug/full_log", | 994 "[SLAVE_BUILD]/src/out/Debug/full_log", |
995 "gs://chromium-android/logcat_dumps/Android Coverage (dbg)/571" | 995 "gs://chromium-android/logcat_dumps/Android Coverage (dbg)/571" |
996 ], | 996 ], |
997 "env": { | 997 "env": { |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1054 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1054 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
1055 "@@@STEP_LOG_END@python.inline@@@" | 1055 "@@@STEP_LOG_END@python.inline@@@" |
1056 ] | 1056 ] |
1057 }, | 1057 }, |
1058 { | 1058 { |
1059 "name": "$result", | 1059 "name": "$result", |
1060 "reason": "4 tests failed: ['AndroidWebViewTest', 'ChromePublicTest', 'Conte
ntShellTest', 'ChromeSyncShellTest']", | 1060 "reason": "4 tests failed: ['AndroidWebViewTest', 'ChromePublicTest', 'Conte
ntShellTest', 'ChromeSyncShellTest']", |
1061 "status_code": 1 | 1061 "status_code": 1 |
1062 } | 1062 } |
1063 ] | 1063 ] |
OLD | NEW |