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

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

Powered by Google App Engine
This is Rietveld 408576698