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

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

Issue 2246443002: Do not assume that perf tests always have end_time (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 "~followup_annotations": [ 601 "~followup_annotations": [
602 "@@@STEP_LOG_LINE@json.output@[@@@", 602 "@@@STEP_LOG_LINE@json.output@[@@@",
603 "@@@STEP_LOG_LINE@json.output@ {@@@", 603 "@@@STEP_LOG_LINE@json.output@ {@@@",
604 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@", 604 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@",
605 "@@@STEP_LOG_LINE@json.output@ \"end_time\": 1443438432.949711, @@@", 605 "@@@STEP_LOG_LINE@json.output@ \"end_time\": 1443438432.949711, @@@",
606 "@@@STEP_LOG_LINE@json.output@ \"has_archive\": true, @@@", 606 "@@@STEP_LOG_LINE@json.output@ \"has_archive\": true, @@@",
607 "@@@STEP_LOG_LINE@json.output@ \"test\": \"perf_test.foo\"@@@", 607 "@@@STEP_LOG_LINE@json.output@ \"test\": \"perf_test.foo\"@@@",
608 "@@@STEP_LOG_LINE@json.output@ }, @@@", 608 "@@@STEP_LOG_LINE@json.output@ }, @@@",
609 "@@@STEP_LOG_LINE@json.output@ {@@@", 609 "@@@STEP_LOG_LINE@json.output@ {@@@",
610 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@", 610 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@",
611 "@@@STEP_LOG_LINE@json.output@ \"end_time\": 1470050195.193213, @@@",
612 "@@@STEP_LOG_LINE@json.output@ \"test\": \"page_cycler.foo\"@@@", 611 "@@@STEP_LOG_LINE@json.output@ \"test\": \"page_cycler.foo\"@@@",
613 "@@@STEP_LOG_LINE@json.output@ }@@@", 612 "@@@STEP_LOG_LINE@json.output@ }@@@",
614 "@@@STEP_LOG_LINE@json.output@]@@@", 613 "@@@STEP_LOG_LINE@json.output@]@@@",
615 "@@@STEP_LOG_END@json.output@@@" 614 "@@@STEP_LOG_END@json.output@@@"
616 ] 615 ]
617 }, 616 },
618 { 617 {
619 "allow_subannotations": true, 618 "allow_subannotations": true,
620 "cmd": [ 619 "cmd": [
621 "python", 620 "python",
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 "@@@STEP_LOG_END@python.inline@@@" 818 "@@@STEP_LOG_END@python.inline@@@"
820 ] 819 ]
821 }, 820 },
822 { 821 {
823 "name": "$result", 822 "name": "$result",
824 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe rf_test.foo') returned 87\",)]", 823 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe rf_test.foo') returned 87\",)]",
825 "recipe_result": null, 824 "recipe_result": null,
826 "status_code": 1 825 "status_code": 1
827 } 826 }
828 ] 827 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698