| 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.webrtc.fyi", | 8 "chromium.webrtc.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Tests (dbg) (JB Nexus7.2)", | 10 "Android Tests (dbg) (JB Nexus7.2)", |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 157 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 158 "[SLAVE_BUILD]/src/out/logcat" | 158 "[SLAVE_BUILD]/src/out/logcat" |
| 159 ], | 159 ], |
| 160 "env": { | 160 "env": { |
| 161 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 161 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 162 }, | 162 }, |
| 163 "name": "spawn_logcat_monitor" | 163 "name": "spawn_logcat_monitor" |
| 164 }, | 164 }, |
| 165 { | 165 { |
| 166 "cmd": [ | 166 "cmd": [ |
| 167 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py" | 167 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 168 "--json-output", |
| 169 "/path/to/tmp/json" |
| 168 ], | 170 ], |
| 169 "env": { | 171 "env": { |
| 170 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 172 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 171 }, | 173 }, |
| 172 "name": "device_status_check" | 174 "name": "device_status_check", |
| 175 "~followup_annotations": [ |
| 176 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 177 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 178 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 179 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 180 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 181 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 182 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| 183 "@@@STEP_LOG_LINE@json.output@ \"level\": \"100\", @@@", |
| 184 "@@@STEP_LOG_LINE@json.output@ \"present\": \"true\", @@@", |
| 185 "@@@STEP_LOG_LINE@json.output@ \"scale\": \"100\", @@@", |
| 186 "@@@STEP_LOG_LINE@json.output@ \"status\": \"5\", @@@", |
| 187 "@@@STEP_LOG_LINE@json.output@ \"technology\": \"Li-ion\", @@@", |
| 188 "@@@STEP_LOG_LINE@json.output@ \"temperature\": \"249\", @@@", |
| 189 "@@@STEP_LOG_LINE@json.output@ \"voltage\": \"4286\"@@@", |
| 190 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 191 "@@@STEP_LOG_LINE@json.output@ \"build\": \"LRX21O\", @@@", |
| 192 "@@@STEP_LOG_LINE@json.output@ \"build_detail\": \"google/razor/flo:5.0
/LRX21O/1570415:userdebug/dev-keys\", @@@", |
| 193 "@@@STEP_LOG_LINE@json.output@ \"imei_slice\": \"Unknown\", @@@", |
| 194 "@@@STEP_LOG_LINE@json.output@ \"serial\": \"07a00ca4\", @@@", |
| 195 "@@@STEP_LOG_LINE@json.output@ \"type\": \"flo\", @@@", |
| 196 "@@@STEP_LOG_LINE@json.output@ \"wifi_ip\": \"\"@@@", |
| 197 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 198 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 199 "@@@STEP_LOG_END@json.output@@@" |
| 200 ] |
| 173 }, | 201 }, |
| 174 { | 202 { |
| 175 "cmd": [ | 203 "cmd": [ |
| 176 "python", | 204 "python", |
| 177 "-u", | 205 "-u", |
| 178 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 206 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 179 "-t", | 207 "-t", |
| 180 "Debug" | 208 "Debug" |
| 181 ], | 209 ], |
| 182 "env": { | 210 "env": { |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 278 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 251 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 279 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 252 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 280 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 253 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 281 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 254 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 282 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 255 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 283 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 256 "@@@STEP_LOG_END@python.inline@@@" | 284 "@@@STEP_LOG_END@python.inline@@@" |
| 257 ] | 285 ] |
| 258 } | 286 } |
| 259 ] | 287 ] |
| OLD | NEW |