| 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.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Tests", | 10 "Android Tests", |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 "@@@STEP_LOG_LINE@json.output@]@@@", | 273 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 274 "@@@STEP_LOG_END@json.output@@@" | 274 "@@@STEP_LOG_END@json.output@@@" |
| 275 ] | 275 ] |
| 276 }, | 276 }, |
| 277 { | 277 { |
| 278 "cmd": [ | 278 "cmd": [ |
| 279 "python", | 279 "python", |
| 280 "-u", | 280 "-u", |
| 281 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 281 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 282 "-t", | 282 "-t", |
| 283 "Release" | 283 "Release", |
| 284 "--adb-key-files /usr/local/google/home/navabi/.android/*.pub" |
| 284 ], | 285 ], |
| 285 "env": { | 286 "env": { |
| 286 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 287 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 287 }, | 288 }, |
| 288 "name": "provision_devices" | 289 "name": "provision_devices" |
| 289 }, | 290 }, |
| 290 { | 291 { |
| 291 "cmd": [ | 292 "cmd": [ |
| 292 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 293 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 293 "--apk", | 294 "--apk", |
| (...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 884 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 885 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 885 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 886 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 886 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 887 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 887 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 888 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 888 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 889 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 889 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 890 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 890 "@@@STEP_LOG_END@python.inline@@@" | 891 "@@@STEP_LOG_END@python.inline@@@" |
| 891 ] | 892 ] |
| 892 } | 893 } |
| 893 ] | 894 ] |
| OLD | NEW |