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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Android-Clang-AndroidOne-CPU-MT6582-arm-Release-GN_Android.json

Issue 2334223003: Android GN: don't reboot before running (Closed)
Patch Set: rebase Created 4 years, 3 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
« no previous file with comments | « infra/bots/recipe_modules/flavor/gn_android_flavor.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "adb", 4 "adb",
5 "reboot"
6 ],
7 "cwd": "[SLAVE_BUILD]/skia",
8 "name": "reboot"
9 },
10 {
11 "cmd": [
12 "adb",
13 "wait-for-usb-device"
14 ],
15 "cwd": "[SLAVE_BUILD]/skia",
16 "name": "wait for device"
17 },
18 {
19 "cmd": [
20 "adb",
21 "shell", 5 "shell",
22 "mkdir", 6 "mkdir",
23 "-p", 7 "-p",
24 "/data/local/tmp/resources" 8 "/data/local/tmp/resources"
25 ], 9 ],
26 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
27 "name": "mkdir /data/local/tmp/resources" 11 "name": "mkdir /data/local/tmp/resources"
28 }, 12 },
29 { 13 {
30 "cmd": [ 14 "cmd": [
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 ], 572 ],
589 "cwd": "[SLAVE_BUILD]/skia", 573 "cwd": "[SLAVE_BUILD]/skia",
590 "name": "pull /data/local/tmp/dm_out [CUSTOM_[SWARM_OUT_DIR]]/dm" 574 "name": "pull /data/local/tmp/dm_out [CUSTOM_[SWARM_OUT_DIR]]/dm"
591 }, 575 },
592 { 576 {
593 "cmd": [ 577 "cmd": [
594 "adb", 578 "adb",
595 "reboot" 579 "reboot"
596 ], 580 ],
597 "cwd": "[SLAVE_BUILD]/skia", 581 "cwd": "[SLAVE_BUILD]/skia",
598 "name": "TEMPORARY reboot" 582 "name": "reboot"
599 }, 583 },
600 { 584 {
601 "cmd": [ 585 "cmd": [
602 "adb", 586 "adb",
603 "kill-server" 587 "kill-server"
604 ], 588 ],
605 "cwd": "[SLAVE_BUILD]/skia", 589 "cwd": "[SLAVE_BUILD]/skia",
606 "name": "kill adb server" 590 "name": "kill adb server"
607 }, 591 },
608 { 592 {
609 "name": "$result", 593 "name": "$result",
610 "recipe_result": null, 594 "recipe_result": null,
611 "status_code": 0 595 "status_code": 0
612 } 596 }
613 ] 597 ]
OLDNEW
« no previous file with comments | « infra/bots/recipe_modules/flavor/gn_android_flavor.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698