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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 155 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
156 "[SLAVE_BUILD]/src/out/logcat" | 156 "[SLAVE_BUILD]/src/out/logcat" |
157 ], | 157 ], |
158 "env": { | 158 "env": { |
159 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 159 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
160 }, | 160 }, |
161 "name": "spawn_logcat_monitor" | 161 "name": "spawn_logcat_monitor" |
162 }, | 162 }, |
163 { | 163 { |
164 "cmd": [ | 164 "cmd": [ |
| 165 "[BUILD]/scripts/slave/android/authorize_adb_devices" |
| 166 ], |
| 167 "env": { |
| 168 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 169 }, |
| 170 "name": "authorize_adb_devices" |
| 171 }, |
| 172 { |
| 173 "cmd": [ |
165 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 174 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
166 "--json-output", | 175 "--json-output", |
167 "/path/to/tmp/json" | 176 "/path/to/tmp/json" |
168 ], | 177 ], |
169 "env": { | 178 "env": { |
170 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 179 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
171 }, | 180 }, |
172 "name": "device_status_check", | 181 "name": "device_status_check", |
173 "~followup_annotations": [ | 182 "~followup_annotations": [ |
174 "@@@STEP_TEXT@Online devices: 1@@@", | 183 "@@@STEP_TEXT@Online devices: 1@@@", |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 "step returned non-zero exit code: 1", | 227 "step returned non-zero exit code: 1", |
219 "@@@STEP_EXCEPTION@@@" | 228 "@@@STEP_EXCEPTION@@@" |
220 ] | 229 ] |
221 }, | 230 }, |
222 { | 231 { |
223 "name": "$final_result", | 232 "name": "$final_result", |
224 "reason": "Infra Failure: Step('provision_devices') returned 1", | 233 "reason": "Infra Failure: Step('provision_devices') returned 1", |
225 "status_code": 1 | 234 "status_code": 1 |
226 } | 235 } |
227 ] | 236 ] |
OLD | NEW |