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_arm64", | 10 "android_arm64", |
(...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 "[BUILD]/scripts/slave/android/authorize_adb_devices" |
| 136 ], |
| 137 "env": { |
| 138 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 139 }, |
| 140 "name": "authorize_adb_devices" |
| 141 }, |
| 142 { |
| 143 "cmd": [ |
135 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 144 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
136 "--json-output", | 145 "--json-output", |
137 "/path/to/tmp/json" | 146 "/path/to/tmp/json" |
138 ], | 147 ], |
139 "env": { | 148 "env": { |
140 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 149 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
141 }, | 150 }, |
142 "name": "device_status_check", | 151 "name": "device_status_check", |
143 "~followup_annotations": [ | 152 "~followup_annotations": [ |
144 "@@@STEP_TEXT@Online devices: 1@@@", | 153 "@@@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@@@", | 422 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
414 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 423 "@@@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:@@@", | 424 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
416 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 425 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
417 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 426 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
418 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 427 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
419 "@@@STEP_LOG_END@python.inline@@@" | 428 "@@@STEP_LOG_END@python.inline@@@" |
420 ] | 429 ] |
421 } | 430 } |
422 ] | 431 ] |
OLD | NEW |