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.testing.master", | 8 "chromium.testing.master", |
9 "--builder", | 9 "--builder", |
10 "TestBuilder", | 10 "TestBuilder", |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 "@@@STEP_LOG_END@json.output@@@" | 177 "@@@STEP_LOG_END@json.output@@@" |
178 ] | 178 ] |
179 }, | 179 }, |
180 { | 180 { |
181 "cmd": [ | 181 "cmd": [ |
182 "python", | 182 "python", |
183 "-u", | 183 "-u", |
184 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 184 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
185 "-t", | 185 "-t", |
186 "Release", | 186 "Release", |
| 187 "--adb-key-files /usr/local/google/home/navabi/.android/*.pub", |
187 "--reboot-timeout", | 188 "--reboot-timeout", |
188 "180", | 189 "180", |
189 "--min-battery-level", | 190 "--min-battery-level", |
190 "95", | 191 "95", |
191 "--disable-network", | 192 "--disable-network", |
192 "--disable-java-debug" | 193 "--disable-java-debug" |
193 ], | 194 ], |
194 "env": { | 195 "env": { |
195 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 196 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
196 }, | 197 }, |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
450 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 451 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
451 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 452 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
452 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 453 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
453 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 454 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
454 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 455 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
455 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 456 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
456 "@@@STEP_LOG_END@python.inline@@@" | 457 "@@@STEP_LOG_END@python.inline@@@" |
457 ] | 458 ] |
458 } | 459 } |
459 ] | 460 ] |
OLD | NEW |