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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/failed_get_hashes.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 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(local):@@@", 588 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(local):@@@",
589 "@@@STEP_LOG_LINE@python.inline@ sym = subprocess.check_output(['addr 2line', '-Cfpe', local, addr])@@@", 589 "@@@STEP_LOG_LINE@python.inline@ sym = subprocess.check_output(['addr 2line', '-Cfpe', local, addr])@@@",
590 "@@@STEP_LOG_LINE@python.inline@ line = line.replace(addr, addr + ' ' + sym.strip())@@@", 590 "@@@STEP_LOG_LINE@python.inline@ line = line.replace(addr, addr + ' ' + sym.strip())@@@",
591 "@@@STEP_LOG_LINE@python.inline@ print line@@@", 591 "@@@STEP_LOG_LINE@python.inline@ print line@@@",
592 "@@@STEP_LOG_END@python.inline@@@" 592 "@@@STEP_LOG_END@python.inline@@@"
593 ] 593 ]
594 }, 594 },
595 { 595 {
596 "cmd": [ 596 "cmd": [
597 "adb", 597 "adb",
598 "reboot"
599 ],
600 "cwd": "[SLAVE_BUILD]/skia",
601 "name": "reboot"
602 },
603 {
604 "cmd": [
605 "adb",
606 "kill-server" 598 "kill-server"
607 ], 599 ],
608 "cwd": "[SLAVE_BUILD]/skia", 600 "cwd": "[SLAVE_BUILD]/skia",
609 "name": "kill adb server" 601 "name": "kill adb server"
610 }, 602 },
611 { 603 {
612 "name": "$result", 604 "name": "$result",
613 "recipe_result": null, 605 "recipe_result": null,
614 "status_code": 0 606 "status_code": 0
615 } 607 }
616 ] 608 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_test.expected/Test-Android-Clang-NexusPlayer-CPU-SSE4-x86-Release-GN_Android.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698