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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Android-Clang-Nexus5-GPU-Adreno330-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 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(local):@@@", 435 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(local):@@@",
436 "@@@STEP_LOG_LINE@python.inline@ sym = subprocess.check_output(['addr 2line', '-Cfpe', local, addr])@@@", 436 "@@@STEP_LOG_LINE@python.inline@ sym = subprocess.check_output(['addr 2line', '-Cfpe', local, addr])@@@",
437 "@@@STEP_LOG_LINE@python.inline@ line = line.replace(addr, addr + ' ' + sym.strip())@@@", 437 "@@@STEP_LOG_LINE@python.inline@ line = line.replace(addr, addr + ' ' + sym.strip())@@@",
438 "@@@STEP_LOG_LINE@python.inline@ print line@@@", 438 "@@@STEP_LOG_LINE@python.inline@ print line@@@",
439 "@@@STEP_LOG_END@python.inline@@@" 439 "@@@STEP_LOG_END@python.inline@@@"
440 ] 440 ]
441 }, 441 },
442 { 442 {
443 "cmd": [ 443 "cmd": [
444 "adb", 444 "adb",
445 "reboot"
446 ],
447 "cwd": "[SLAVE_BUILD]/skia",
448 "name": "reboot"
449 },
450 {
451 "cmd": [
452 "adb",
453 "kill-server" 445 "kill-server"
454 ], 446 ],
455 "cwd": "[SLAVE_BUILD]/skia", 447 "cwd": "[SLAVE_BUILD]/skia",
456 "name": "kill adb server" 448 "name": "kill adb server"
457 }, 449 },
458 { 450 {
459 "name": "$result", 451 "name": "$result",
460 "recipe_result": null, 452 "recipe_result": null,
461 "status_code": 0 453 "status_code": 0
462 } 454 }
463 ] 455 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698