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

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

Issue 2340473002: Remove clear /data/local/tmp steps. (Closed)
Patch Set: whoops, both 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" 5 "reboot"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]/skia", 7 "cwd": "[SLAVE_BUILD]/skia",
8 "name": "reboot" 8 "name": "reboot"
9 }, 9 },
10 { 10 {
11 "cmd": [ 11 "cmd": [
12 "adb", 12 "adb",
13 "wait-for-usb-device" 13 "wait-for-usb-device"
14 ], 14 ],
15 "cwd": "[SLAVE_BUILD]/skia", 15 "cwd": "[SLAVE_BUILD]/skia",
16 "name": "wait for device" 16 "name": "wait for device"
17 }, 17 },
18 { 18 {
19 "cmd": [ 19 "cmd": [
20 "adb", 20 "adb",
21 "shell", 21 "shell",
22 "rm",
23 "-rf",
24 "/data/local/tmp/*"
25 ],
26 "cwd": "[SLAVE_BUILD]/skia",
27 "name": "TEMPORARY clear /data/local/tmp"
28 },
29 {
30 "cmd": [
31 "adb",
32 "shell",
33 "mkdir", 22 "mkdir",
34 "-p", 23 "-p",
35 "/data/local/tmp/resources" 24 "/data/local/tmp/resources"
36 ], 25 ],
37 "cwd": "[SLAVE_BUILD]/skia", 26 "cwd": "[SLAVE_BUILD]/skia",
38 "name": "mkdir /data/local/tmp/resources" 27 "name": "mkdir /data/local/tmp/resources"
39 }, 28 },
40 { 29 {
41 "cmd": [ 30 "cmd": [
42 "python", 31 "python",
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 "pull", 585 "pull",
597 "/data/local/tmp/dm_out", 586 "/data/local/tmp/dm_out",
598 "[CUSTOM_[SWARM_OUT_DIR]]/dm" 587 "[CUSTOM_[SWARM_OUT_DIR]]/dm"
599 ], 588 ],
600 "cwd": "[SLAVE_BUILD]/skia", 589 "cwd": "[SLAVE_BUILD]/skia",
601 "name": "pull /data/local/tmp/dm_out [CUSTOM_[SWARM_OUT_DIR]]/dm" 590 "name": "pull /data/local/tmp/dm_out [CUSTOM_[SWARM_OUT_DIR]]/dm"
602 }, 591 },
603 { 592 {
604 "cmd": [ 593 "cmd": [
605 "adb", 594 "adb",
606 "shell",
607 "rm",
608 "-rf",
609 "/data/local/tmp/*"
610 ],
611 "cwd": "[SLAVE_BUILD]/skia",
612 "name": "TEMPORARY clear /data/local/tmp (2)"
613 },
614 {
615 "cmd": [
616 "adb",
617 "reboot" 595 "reboot"
618 ], 596 ],
619 "cwd": "[SLAVE_BUILD]/skia", 597 "cwd": "[SLAVE_BUILD]/skia",
620 "name": "TEMPORARY reboot" 598 "name": "TEMPORARY reboot"
621 }, 599 },
622 { 600 {
623 "cmd": [ 601 "cmd": [
624 "adb", 602 "adb",
625 "kill-server" 603 "kill-server"
626 ], 604 ],
627 "cwd": "[SLAVE_BUILD]/skia", 605 "cwd": "[SLAVE_BUILD]/skia",
628 "name": "kill adb server" 606 "name": "kill adb server"
629 }, 607 },
630 { 608 {
631 "name": "$result", 609 "name": "$result",
632 "recipe_result": null, 610 "recipe_result": null,
633 "status_code": 0 611 "status_code": 0
634 } 612 }
635 ] 613 ]
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