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

Side by Side Diff: scripts/slave/recipes/android/tester.expected/chromium_fyi_Android_Tests__N5_.json

Issue 979013002: Add authorize_adb_keys step that will add host key to device. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased and added expectations. 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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Tests (N5)", 10 "Android Tests (N5)",
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 249 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
250 "[SLAVE_BUILD]/src/out/logcat" 250 "[SLAVE_BUILD]/src/out/logcat"
251 ], 251 ],
252 "env": { 252 "env": {
253 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 253 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
254 }, 254 },
255 "name": "spawn_logcat_monitor" 255 "name": "spawn_logcat_monitor"
256 }, 256 },
257 { 257 {
258 "cmd": [ 258 "cmd": [
259 "python",
260 "-u",
261 "[BUILD]/scripts/slave/android/authorize_adb_devices.py",
262 "--adb-path",
263 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb"
264 ],
265 "env": {
266 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
267 },
268 "name": "authorize_adb_devices"
269 },
270 {
271 "cmd": [
259 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", 272 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
260 "--json-output", 273 "--json-output",
261 "/path/to/tmp/json" 274 "/path/to/tmp/json"
262 ], 275 ],
263 "env": { 276 "env": {
264 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 277 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
265 }, 278 },
266 "name": "device_status_check", 279 "name": "device_status_check",
267 "~followup_annotations": [ 280 "~followup_annotations": [
268 "@@@STEP_TEXT@Online devices: 1@@@", 281 "@@@STEP_TEXT@Online devices: 1@@@",
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 483 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
471 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 484 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
472 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 485 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
473 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 486 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
474 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 487 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
475 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 488 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
476 "@@@STEP_LOG_END@python.inline@@@" 489 "@@@STEP_LOG_END@python.inline@@@"
477 ] 490 ]
478 } 491 }
479 ] 492 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698