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

Side by Side Diff: scripts/slave/recipes/android/perf.expected/host_info_failure.json

Issue 2191853004: [Android] Add step text for host_info when failures are detected. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: [Android] Add step text for host_info when failures are detected. Created 4 years, 4 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Nexus5 Perf (1)", 10 "Android Nexus5 Perf (1)",
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 "@@@STEP_LOG_LINE@json.output@ }@@@", 485 "@@@STEP_LOG_LINE@json.output@ }@@@",
486 "@@@STEP_LOG_LINE@json.output@ ], @@@", 486 "@@@STEP_LOG_LINE@json.output@ ], @@@",
487 "@@@STEP_LOG_LINE@json.output@ \"free_disk_space\": \"free_disk_space\" , @@@", 487 "@@@STEP_LOG_LINE@json.output@ \"free_disk_space\": \"free_disk_space\" , @@@",
488 "@@@STEP_LOG_LINE@json.output@ \"num_cpus\": \"num_cpus\", @@@", 488 "@@@STEP_LOG_LINE@json.output@ \"num_cpus\": \"num_cpus\", @@@",
489 "@@@STEP_LOG_LINE@json.output@ \"os_release\": \"os_release\", @@@", 489 "@@@STEP_LOG_LINE@json.output@ \"os_release\": \"os_release\", @@@",
490 "@@@STEP_LOG_LINE@json.output@ \"os_system\": \"os_system\", @@@", 490 "@@@STEP_LOG_LINE@json.output@ \"os_system\": \"os_system\", @@@",
491 "@@@STEP_LOG_LINE@json.output@ \"processor\": \"processor\", @@@", 491 "@@@STEP_LOG_LINE@json.output@ \"processor\": \"processor\", @@@",
492 "@@@STEP_LOG_LINE@json.output@ \"python_path\": \"python_path\", @@@", 492 "@@@STEP_LOG_LINE@json.output@ \"python_path\": \"python_path\", @@@",
493 "@@@STEP_LOG_LINE@json.output@ \"python_version\": \"python_version\"@@ @", 493 "@@@STEP_LOG_LINE@json.output@ \"python_version\": \"python_version\"@@ @",
494 "@@@STEP_LOG_LINE@json.output@ }, @@@", 494 "@@@STEP_LOG_LINE@json.output@ }, @@@",
495 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 495 "@@@STEP_LOG_LINE@json.output@ \"failures\": [@@@",
496 "@@@STEP_LOG_LINE@json.output@ \"Device 3208154b735c5117 blacklisted\"@ @@",
497 "@@@STEP_LOG_LINE@json.output@ ], @@@",
496 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 498 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
497 "@@@STEP_LOG_LINE@json.output@}@@@", 499 "@@@STEP_LOG_LINE@json.output@}@@@",
498 "@@@STEP_LOG_END@json.output@@@", 500 "@@@STEP_LOG_END@json.output@@@",
499 "@@@STEP_EXCEPTION@@@" 501 "@@@STEP_EXCEPTION@@@"
500 ] 502 ]
501 }, 503 },
502 { 504 {
503 "cmd": [ 505 "cmd": [
504 "python", 506 "python",
505 "-u", 507 "-u",
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 813 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
812 "@@@STEP_LOG_END@python.inline@@@" 814 "@@@STEP_LOG_END@python.inline@@@"
813 ] 815 ]
814 }, 816 },
815 { 817 {
816 "name": "$result", 818 "name": "$result",
817 "recipe_result": null, 819 "recipe_result": null,
818 "status_code": 0 820 "status_code": 0
819 } 821 }
820 ] 822 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698