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.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Android Tests (dbg)", | 10 "Android Tests (dbg)", |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
231 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 231 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
232 "[SLAVE_BUILD]/src/out/logcat" | 232 "[SLAVE_BUILD]/src/out/logcat" |
233 ], | 233 ], |
234 "env": { | 234 "env": { |
235 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 235 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
236 }, | 236 }, |
237 "name": "spawn_logcat_monitor" | 237 "name": "spawn_logcat_monitor" |
238 }, | 238 }, |
239 { | 239 { |
240 "cmd": [ | 240 "cmd": [ |
| 241 "python", |
| 242 "-u", |
| 243 "[BUILD]/scripts/slave/android/authorize_adb_devices.py", |
| 244 "--adb-path", |
| 245 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 246 ], |
| 247 "env": { |
| 248 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 249 }, |
| 250 "name": "authorize_adb_devices" |
| 251 }, |
| 252 { |
| 253 "cmd": [ |
241 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 254 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
242 "--json-output", | 255 "--json-output", |
243 "/path/to/tmp/json" | 256 "/path/to/tmp/json" |
244 ], | 257 ], |
245 "env": { | 258 "env": { |
246 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 259 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
247 }, | 260 }, |
248 "name": "device_status_check", | 261 "name": "device_status_check", |
249 "~followup_annotations": [ | 262 "~followup_annotations": [ |
250 "@@@STEP_TEXT@Online devices: 1@@@", | 263 "@@@STEP_TEXT@Online devices: 1@@@", |
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
856 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 869 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
857 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 870 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
858 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 871 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
859 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 872 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
860 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 873 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
861 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 874 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
862 "@@@STEP_LOG_END@python.inline@@@" | 875 "@@@STEP_LOG_END@python.inline@@@" |
863 ] | 876 ] |
864 } | 877 } |
865 ] | 878 ] |
OLD | NEW |