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.perf", | 8 "chromium.perf", |
9 "--builder", | 9 "--builder", |
10 "Android Nexus5 Perf (1)", | 10 "Android Nexus5 Perf (1)", |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 "cmd": [ | 192 "cmd": [ |
193 "unzip", | 193 "unzip", |
194 "-o", | 194 "-o", |
195 "[SLAVE_BUILD]/src/out/build_product.zip" | 195 "[SLAVE_BUILD]/src/out/build_product.zip" |
196 ], | 196 ], |
197 "cwd": "[SLAVE_BUILD]/src", | 197 "cwd": "[SLAVE_BUILD]/src", |
198 "name": "unzip_build_product" | 198 "name": "unzip_build_product" |
199 }, | 199 }, |
200 { | 200 { |
201 "cmd": [ | 201 "cmd": [ |
202 "python", | |
203 "-u", | |
204 "[SLAVE_BUILD]/src/build/symlink.py", | |
205 "-f", | |
206 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
207 "~/adb" | |
208 ], | |
209 "cwd": "[SLAVE_BUILD]", | |
210 "name": "create adb symlink" | |
211 }, | |
212 { | |
213 "cmd": [ | |
214 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 202 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
215 "--", | 203 "--", |
216 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 204 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
217 "[SLAVE_BUILD]/src/out/logcat" | 205 "[SLAVE_BUILD]/src/out/logcat" |
218 ], | 206 ], |
219 "cwd": "[SLAVE_BUILD]", | 207 "cwd": "[SLAVE_BUILD]", |
220 "env": { | 208 "env": { |
221 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 209 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
222 }, | 210 }, |
223 "name": "spawn_logcat_monitor" | 211 "name": "spawn_logcat_monitor" |
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
727 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 715 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
728 "@@@STEP_LOG_END@python.inline@@@" | 716 "@@@STEP_LOG_END@python.inline@@@" |
729 ] | 717 ] |
730 }, | 718 }, |
731 { | 719 { |
732 "name": "$result", | 720 "name": "$result", |
733 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", | 721 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", |
734 "status_code": 1 | 722 "status_code": 1 |
735 } | 723 } |
736 ] | 724 ] |
OLD | NEW |