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": [ |
202 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 214 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
203 "--", | 215 "--", |
204 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 216 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
205 "[SLAVE_BUILD]/src/out/logcat" | 217 "[SLAVE_BUILD]/src/out/logcat" |
206 ], | 218 ], |
207 "cwd": "[SLAVE_BUILD]", | 219 "cwd": "[SLAVE_BUILD]", |
208 "env": { | 220 "env": { |
209 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 221 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
210 }, | 222 }, |
211 "name": "spawn_logcat_monitor" | 223 "name": "spawn_logcat_monitor" |
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 727 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
716 "@@@STEP_LOG_END@python.inline@@@" | 728 "@@@STEP_LOG_END@python.inline@@@" |
717 ] | 729 ] |
718 }, | 730 }, |
719 { | 731 { |
720 "name": "$result", | 732 "name": "$result", |
721 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", | 733 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", |
722 "status_code": 1 | 734 "status_code": 1 |
723 } | 735 } |
724 ] | 736 ] |
OLD | NEW |