| 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 "--adb", |
| 167 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 168 ], |
| 169 "env": { |
| 170 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 171 }, |
| 172 "name": "authorize_adb_devices" |
| 173 }, |
| 174 { |
| 175 "cmd": [ |
| 165 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 176 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 166 "--json-output", | 177 "--json-output", |
| 167 "/path/to/tmp/json" | 178 "/path/to/tmp/json" |
| 168 ], | 179 ], |
| 169 "env": { | 180 "env": { |
| 170 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 181 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 171 }, | 182 }, |
| 172 "name": "device_status_check", | 183 "name": "device_status_check", |
| 173 "~followup_annotations": [ | 184 "~followup_annotations": [ |
| 174 "@@@STEP_TEXT@Online devices: 1@@@", | 185 "@@@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", | 229 "step returned non-zero exit code: 1", |
| 219 "@@@STEP_EXCEPTION@@@" | 230 "@@@STEP_EXCEPTION@@@" |
| 220 ] | 231 ] |
| 221 }, | 232 }, |
| 222 { | 233 { |
| 223 "name": "$final_result", | 234 "name": "$final_result", |
| 224 "reason": "Infra Failure: Step('provision_devices') returned 1", | 235 "reason": "Infra Failure: Step('provision_devices') returned 1", |
| 225 "status_code": 1 | 236 "status_code": 1 |
| 226 } | 237 } |
| 227 ] | 238 ] |
| OLD | NEW |