| 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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "android", | 10 "android", |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 125 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 126 "[SLAVE_BUILD]/src/out/logcat" | 126 "[SLAVE_BUILD]/src/out/logcat" |
| 127 ], | 127 ], |
| 128 "env": { | 128 "env": { |
| 129 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 129 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 130 }, | 130 }, |
| 131 "name": "spawn_logcat_monitor" | 131 "name": "spawn_logcat_monitor" |
| 132 }, | 132 }, |
| 133 { | 133 { |
| 134 "cmd": [ | 134 "cmd": [ |
| 135 "python", |
| 136 "-u", |
| 137 "[BUILD]/scripts/slave/android/authorize_adb_devices.py", |
| 138 "--adb-path", |
| 139 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 140 ], |
| 141 "env": { |
| 142 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 143 }, |
| 144 "name": "authorize_adb_devices" |
| 145 }, |
| 146 { |
| 147 "cmd": [ |
| 135 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 148 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 136 "--json-output", | 149 "--json-output", |
| 137 "/path/to/tmp/json" | 150 "/path/to/tmp/json" |
| 138 ], | 151 ], |
| 139 "env": { | 152 "env": { |
| 140 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 153 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 141 }, | 154 }, |
| 142 "name": "device_status_check", | 155 "name": "device_status_check", |
| 143 "~followup_annotations": [ | 156 "~followup_annotations": [ |
| 144 "@@@STEP_TEXT@Online devices: 1@@@", | 157 "@@@STEP_TEXT@Online devices: 1@@@", |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 426 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 414 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 427 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 415 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 428 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 416 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 429 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 417 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 430 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 418 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 431 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 419 "@@@STEP_LOG_END@python.inline@@@" | 432 "@@@STEP_LOG_END@python.inline@@@" |
| 420 ] | 433 ] |
| 421 } | 434 } |
| 422 ] | 435 ] |
| OLD | NEW |