Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_rel.json

Issue 976913002: Add '--adb-keys-file $HOME/.android/*.pub' to all bot provision_devices calls. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Combine if statements Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698