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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Android-Clang-Nexus7-GPU-Tegra3-arm-Release-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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(local):@@@", 489 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(local):@@@",
490 "@@@STEP_LOG_LINE@python.inline@ sym = subprocess.check_output(['addr 2line', '-Cfpe', local, addr])@@@", 490 "@@@STEP_LOG_LINE@python.inline@ sym = subprocess.check_output(['addr 2line', '-Cfpe', local, addr])@@@",
491 "@@@STEP_LOG_LINE@python.inline@ line = line.replace(addr, addr + ' ' + sym.strip())@@@", 491 "@@@STEP_LOG_LINE@python.inline@ line = line.replace(addr, addr + ' ' + sym.strip())@@@",
492 "@@@STEP_LOG_LINE@python.inline@ print line@@@", 492 "@@@STEP_LOG_LINE@python.inline@ print line@@@",
493 "@@@STEP_LOG_END@python.inline@@@" 493 "@@@STEP_LOG_END@python.inline@@@"
494 ] 494 ]
495 }, 495 },
496 { 496 {
497 "cmd": [ 497 "cmd": [
498 "adb", 498 "adb",
499 "reboot"
500 ],
501 "cwd": "[SLAVE_BUILD]/skia",
502 "name": "reboot"
503 },
504 {
505 "cmd": [
506 "adb",
507 "kill-server" 499 "kill-server"
508 ], 500 ],
509 "cwd": "[SLAVE_BUILD]/skia", 501 "cwd": "[SLAVE_BUILD]/skia",
510 "name": "kill adb server" 502 "name": "kill adb server"
511 }, 503 },
512 { 504 {
513 "name": "$result", 505 "name": "$result",
514 "recipe_result": null, 506 "recipe_result": null,
515 "status_code": 0 507 "status_code": 0
516 } 508 }
517 ] 509 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698