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

Side by Side Diff: scripts/slave/recipes/android/perf.expected/src_side_script_fails.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 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 "@@@STEP_LOG_LINE@json.output@ }@@@", 493 "@@@STEP_LOG_LINE@json.output@ }@@@",
494 "@@@STEP_LOG_LINE@json.output@ ], @@@", 494 "@@@STEP_LOG_LINE@json.output@ ], @@@",
495 "@@@STEP_LOG_LINE@json.output@ \"free_disk_space\": \"free_disk_space\" , @@@", 495 "@@@STEP_LOG_LINE@json.output@ \"free_disk_space\": \"free_disk_space\" , @@@",
496 "@@@STEP_LOG_LINE@json.output@ \"num_cpus\": \"num_cpus\", @@@", 496 "@@@STEP_LOG_LINE@json.output@ \"num_cpus\": \"num_cpus\", @@@",
497 "@@@STEP_LOG_LINE@json.output@ \"os_release\": \"os_release\", @@@", 497 "@@@STEP_LOG_LINE@json.output@ \"os_release\": \"os_release\", @@@",
498 "@@@STEP_LOG_LINE@json.output@ \"os_system\": \"os_system\", @@@", 498 "@@@STEP_LOG_LINE@json.output@ \"os_system\": \"os_system\", @@@",
499 "@@@STEP_LOG_LINE@json.output@ \"processor\": \"processor\", @@@", 499 "@@@STEP_LOG_LINE@json.output@ \"processor\": \"processor\", @@@",
500 "@@@STEP_LOG_LINE@json.output@ \"python_path\": \"python_path\", @@@", 500 "@@@STEP_LOG_LINE@json.output@ \"python_path\": \"python_path\", @@@",
501 "@@@STEP_LOG_LINE@json.output@ \"python_version\": \"python_version\"@@ @", 501 "@@@STEP_LOG_LINE@json.output@ \"python_version\": \"python_version\"@@ @",
502 "@@@STEP_LOG_LINE@json.output@ }, @@@", 502 "@@@STEP_LOG_LINE@json.output@ }, @@@",
503 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 503 "@@@STEP_LOG_LINE@json.output@ \"failures\": [@@@",
504 "@@@STEP_LOG_LINE@json.output@ \"Device 3208154b735c5117 blacklisted\"@ @@",
505 "@@@STEP_LOG_LINE@json.output@ ], @@@",
504 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 506 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
505 "@@@STEP_LOG_LINE@json.output@}@@@", 507 "@@@STEP_LOG_LINE@json.output@}@@@",
506 "@@@STEP_LOG_END@json.output@@@" 508 "@@@STEP_LOG_END@json.output@@@",
509 "@@@STEP_LOG_LINE@Failures@Device 3208154b735c5117 blacklisted@@@",
510 "@@@STEP_LOG_END@Failures@@@"
507 ] 511 ]
508 }, 512 },
509 { 513 {
510 "cmd": [ 514 "cmd": [
511 "python", 515 "python",
512 "-u", 516 "-u",
513 "[SLAVE_BUILD]/src/testing/scripts/host_info.py", 517 "[SLAVE_BUILD]/src/testing/scripts/host_info.py",
514 "--build-config-fs", 518 "--build-config-fs",
515 "Release", 519 "Release",
516 "--paths", 520 "--paths",
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 "@@@STEP_LOG_END@python.inline@@@" 849 "@@@STEP_LOG_END@python.inline@@@"
846 ] 850 ]
847 }, 851 },
848 { 852 {
849 "name": "$result", 853 "name": "$result",
850 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_ info']\",)]", 854 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_ info']\",)]",
851 "recipe_result": null, 855 "recipe_result": null,
852 "status_code": 1 856 "status_code": 1
853 } 857 }
854 ] 858 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698