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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Android-Clang-Nexus6-GPU-Adreno420-arm-Debug-GN_Android.json

Issue 2402403002: Stop rebooting Android devices during Swarming tasks (Closed)
Patch Set: Created 4 years, 2 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "adb", 4 "adb",
5 "shell", 5 "shell",
6 "mkdir", 6 "mkdir",
7 "-p", 7 "-p",
8 "/sdcard/revenge_of_the_skiabot/resources" 8 "/sdcard/revenge_of_the_skiabot/resources"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(local):@@@", 586 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(local):@@@",
587 "@@@STEP_LOG_LINE@python.inline@ sym = subprocess.check_output(['addr 2line', '-Cfpe', local, addr])@@@", 587 "@@@STEP_LOG_LINE@python.inline@ sym = subprocess.check_output(['addr 2line', '-Cfpe', local, addr])@@@",
588 "@@@STEP_LOG_LINE@python.inline@ line = line.replace(addr, addr + ' ' + sym.strip())@@@", 588 "@@@STEP_LOG_LINE@python.inline@ line = line.replace(addr, addr + ' ' + sym.strip())@@@",
589 "@@@STEP_LOG_LINE@python.inline@ print line@@@", 589 "@@@STEP_LOG_LINE@python.inline@ print line@@@",
590 "@@@STEP_LOG_END@python.inline@@@" 590 "@@@STEP_LOG_END@python.inline@@@"
591 ] 591 ]
592 }, 592 },
593 { 593 {
594 "cmd": [ 594 "cmd": [
595 "adb", 595 "adb",
596 "reboot"
597 ],
598 "cwd": "[SLAVE_BUILD]/skia",
599 "name": "reboot"
600 },
601 {
602 "cmd": [
603 "adb",
604 "kill-server" 596 "kill-server"
605 ], 597 ],
606 "cwd": "[SLAVE_BUILD]/skia", 598 "cwd": "[SLAVE_BUILD]/skia",
607 "name": "kill adb server" 599 "name": "kill adb server"
608 }, 600 },
609 { 601 {
610 "name": "$result", 602 "name": "$result",
611 "recipe_result": null, 603 "recipe_result": null,
612 "status_code": 0 604 "status_code": 0
613 } 605 }
614 ] 606 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698