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

Side by Side Diff: scripts/slave/recipes/android_webview_aosp_perf.expected/basic.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.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "@@@STEP_LOG_END@json.output@@@" 177 "@@@STEP_LOG_END@json.output@@@"
178 ] 178 ]
179 }, 179 },
180 { 180 {
181 "cmd": [ 181 "cmd": [
182 "python", 182 "python",
183 "-u", 183 "-u",
184 "[SLAVE_BUILD]/src/build/android/provision_devices.py", 184 "[SLAVE_BUILD]/src/build/android/provision_devices.py",
185 "-t", 185 "-t",
186 "Release", 186 "Release",
187 "--adb-key-files /usr/local/google/home/navabi/.android/*.pub",
187 "--reboot-timeout", 188 "--reboot-timeout",
188 "180", 189 "180",
189 "--min-battery-level", 190 "--min-battery-level",
190 "95", 191 "95",
191 "--disable-network", 192 "--disable-network",
192 "--disable-java-debug" 193 "--disable-java-debug"
193 ], 194 ],
194 "env": { 195 "env": {
195 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 196 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
196 }, 197 },
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 451 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
451 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 452 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
452 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 453 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
453 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 454 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
454 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 455 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
455 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 456 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
456 "@@@STEP_LOG_END@python.inline@@@" 457 "@@@STEP_LOG_END@python.inline@@@"
457 ] 458 ]
458 } 459 }
459 ] 460 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698