OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.perf", | 8 "chromium.perf", |
9 "--builder", | 9 "--builder", |
10 "Android Nexus5 Perf", | 10 "Android Nexus5 Perf", |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 164 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
165 "[SLAVE_BUILD]/src/out/logcat" | 165 "[SLAVE_BUILD]/src/out/logcat" |
166 ], | 166 ], |
167 "env": { | 167 "env": { |
168 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 168 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
169 }, | 169 }, |
170 "name": "spawn_logcat_monitor" | 170 "name": "spawn_logcat_monitor" |
171 }, | 171 }, |
172 { | 172 { |
173 "cmd": [ | 173 "cmd": [ |
| 174 "python", |
| 175 "-u", |
| 176 "[BUILD]/scripts/slave/android/authorize_adb_devices.py", |
| 177 "--adb-path", |
| 178 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 179 ], |
| 180 "env": { |
| 181 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 182 }, |
| 183 "name": "authorize_adb_devices" |
| 184 }, |
| 185 { |
| 186 "cmd": [ |
174 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 187 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
175 "--json-output", | 188 "--json-output", |
176 "/path/to/tmp/json" | 189 "/path/to/tmp/json" |
177 ], | 190 ], |
178 "env": { | 191 "env": { |
179 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 192 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
180 }, | 193 }, |
181 "name": "device_status_check", | 194 "name": "device_status_check", |
182 "~followup_annotations": [ | 195 "~followup_annotations": [ |
183 "@@@STEP_TEXT@Online devices: 1@@@", | 196 "@@@STEP_TEXT@Online devices: 1@@@", |
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
488 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 501 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
489 "@@@STEP_LOG_END@python.inline@@@" | 502 "@@@STEP_LOG_END@python.inline@@@" |
490 ] | 503 ] |
491 }, | 504 }, |
492 { | 505 { |
493 "name": "$final_result", | 506 "name": "$final_result", |
494 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", | 507 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", |
495 "status_code": 1 | 508 "status_code": 1 |
496 } | 509 } |
497 ] | 510 ] |
OLD | NEW |