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 "client.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "Android Nexus4 Perf", | 10 "Android Nexus4 Perf", |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 "@@@STEP_LOG_END@json.output@@@" | 160 "@@@STEP_LOG_END@json.output@@@" |
161 ] | 161 ] |
162 }, | 162 }, |
163 { | 163 { |
164 "cmd": [ | 164 "cmd": [ |
165 "python", | 165 "python", |
166 "-u", | 166 "-u", |
167 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 167 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
168 "-t", | 168 "-t", |
169 "Release", | 169 "Release", |
| 170 "--adb-key-files /usr/local/google/home/navabi/.android/*.pub", |
170 "--min-battery-level", | 171 "--min-battery-level", |
171 "95", | 172 "95", |
172 "--disable-network", | 173 "--disable-network", |
173 "--disable-java-debug" | 174 "--disable-java-debug" |
174 ], | 175 ], |
175 "env": { | 176 "env": { |
176 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 177 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
177 }, | 178 }, |
178 "name": "provision_devices" | 179 "name": "provision_devices" |
179 }, | 180 }, |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 411 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
411 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 412 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
412 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 413 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
413 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 414 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
414 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 415 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
415 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 416 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
416 "@@@STEP_LOG_END@python.inline@@@" | 417 "@@@STEP_LOG_END@python.inline@@@" |
417 ] | 418 ] |
418 } | 419 } |
419 ] | 420 ] |
OLD | NEW |