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

Side by Side Diff: scripts/slave/recipes/android/perf.expected/full_client_v8_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 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "Android Nexus4 Perf", 10 "Android Nexus4 Perf",
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 "@@@STEP_LOG_END@json.output@@@" 160 "@@@STEP_LOG_END@json.output@@@"
161 ] 161 ]
162 }, 162 },
163 { 163 {
164 "cmd": [ 164 "cmd": [
165 "python", 165 "python",
166 "-u", 166 "-u",
167 "[SLAVE_BUILD]/src/build/android/provision_devices.py", 167 "[SLAVE_BUILD]/src/build/android/provision_devices.py",
168 "-t", 168 "-t",
169 "Release", 169 "Release",
170 "--adb-key-files /usr/local/google/home/navabi/.android/*.pub",
170 "--min-battery-level", 171 "--min-battery-level",
171 "95", 172 "95",
172 "--disable-network", 173 "--disable-network",
173 "--disable-java-debug" 174 "--disable-java-debug"
174 ], 175 ],
175 "env": { 176 "env": {
176 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 177 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
177 }, 178 },
178 "name": "provision_devices" 179 "name": "provision_devices"
179 }, 180 },
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 411 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
411 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 412 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
412 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 413 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
413 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 414 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
414 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 415 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
415 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 416 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
416 "@@@STEP_LOG_END@python.inline@@@" 417 "@@@STEP_LOG_END@python.inline@@@"
417 ] 418 ]
418 } 419 }
419 ] 420 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698