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