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 MotoE Perf", | 10 "Android MotoE Perf", |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 "@@@STEP_LOG_END@json.output@@@" | 202 "@@@STEP_LOG_END@json.output@@@" |
203 ] | 203 ] |
204 }, | 204 }, |
205 { | 205 { |
206 "cmd": [ | 206 "cmd": [ |
207 "python", | 207 "python", |
208 "-u", | 208 "-u", |
209 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 209 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
210 "-t", | 210 "-t", |
211 "Release", | 211 "Release", |
| 212 "--adb-key-files /usr/local/google/home/navabi/.android/*.pub", |
212 "--min-battery-level", | 213 "--min-battery-level", |
213 "95", | 214 "95", |
214 "--disable-network", | 215 "--disable-network", |
215 "--disable-java-debug" | 216 "--disable-java-debug" |
216 ], | 217 ], |
217 "env": { | 218 "env": { |
218 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 219 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
219 }, | 220 }, |
220 "name": "provision_devices" | 221 "name": "provision_devices" |
221 }, | 222 }, |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
446 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 447 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
447 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 448 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
448 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 449 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
449 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 450 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
450 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 451 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
451 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 452 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
452 "@@@STEP_LOG_END@python.inline@@@" | 453 "@@@STEP_LOG_END@python.inline@@@" |
453 ] | 454 ] |
454 } | 455 } |
455 ] | 456 ] |
OLD | NEW |