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

Side by Side Diff: scripts/slave/recipes/android/perf.expected/full_chromium_perf_Android_Nexus4_Perf.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 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Nexus4 Perf", 10 "Android Nexus4 Perf",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "@@@STEP_LOG_END@json.output@@@" 198 "@@@STEP_LOG_END@json.output@@@"
199 ] 199 ]
200 }, 200 },
201 { 201 {
202 "cmd": [ 202 "cmd": [
203 "python", 203 "python",
204 "-u", 204 "-u",
205 "[SLAVE_BUILD]/src/build/android/provision_devices.py", 205 "[SLAVE_BUILD]/src/build/android/provision_devices.py",
206 "-t", 206 "-t",
207 "Release", 207 "Release",
208 "--adb-key-files /usr/local/google/home/navabi/.android/*.pub",
208 "--min-battery-level", 209 "--min-battery-level",
209 "95", 210 "95",
210 "--disable-network", 211 "--disable-network",
211 "--disable-java-debug" 212 "--disable-java-debug"
212 ], 213 ],
213 "env": { 214 "env": {
214 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 215 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
215 }, 216 },
216 "name": "provision_devices" 217 "name": "provision_devices"
217 }, 218 },
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 449 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
449 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 450 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
450 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 451 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
451 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 452 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
452 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 453 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
453 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 454 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
454 "@@@STEP_LOG_END@python.inline@@@" 455 "@@@STEP_LOG_END@python.inline@@@"
455 ] 456 ]
456 } 457 }
457 ] 458 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698