| 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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_rel", | 10 "android_rel", |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 "@@@STEP_LOG_LINE@json.output@]@@@", | 168 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 169 "@@@STEP_LOG_END@json.output@@@" | 169 "@@@STEP_LOG_END@json.output@@@" |
| 170 ] | 170 ] |
| 171 }, | 171 }, |
| 172 { | 172 { |
| 173 "cmd": [ | 173 "cmd": [ |
| 174 "python", | 174 "python", |
| 175 "-u", | 175 "-u", |
| 176 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 176 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 177 "-t", | 177 "-t", |
| 178 "Release" | 178 "Release", |
| 179 "--adb-key-files /usr/local/google/home/navabi/.android/*.pub" |
| 179 ], | 180 ], |
| 180 "env": { | 181 "env": { |
| 181 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 182 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 182 }, | 183 }, |
| 183 "name": "provision_devices" | 184 "name": "provision_devices" |
| 184 }, | 185 }, |
| 185 { | 186 { |
| 186 "cmd": [ | 187 "cmd": [ |
| 187 "python", | 188 "python", |
| 188 "-u", | 189 "-u", |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 429 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 429 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 430 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 430 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 431 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 431 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 432 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 432 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 433 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 433 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 434 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 434 "@@@STEP_LOG_END@python.inline@@@" | 435 "@@@STEP_LOG_END@python.inline@@@" |
| 435 ] | 436 ] |
| 436 } | 437 } |
| 437 ] | 438 ] |
| OLD | NEW |