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

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

Issue 2284913002: chromium_android: Add device affinity to links (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 3 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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 ], 654 ],
655 "env": { 655 "env": {
656 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", 656 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
657 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 657 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
658 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 658 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
659 }, 659 },
660 "name": "page_cycler.foo", 660 "name": "page_cycler.foo",
661 "~followup_annotations": [ 661 "~followup_annotations": [
662 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", 662 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@",
663 "@@@STEP_LOG_LINE@json.output@[]@@@", 663 "@@@STEP_LOG_LINE@json.output@[]@@@",
664 "@@@STEP_LOG_END@json.output@@@" 664 "@@@STEP_LOG_END@json.output@@@",
665 "@@@STEP_LOG_LINE@device affinity@0@@@",
666 "@@@STEP_LOG_END@device affinity@@@"
665 ] 667 ]
666 }, 668 },
667 { 669 {
668 "allow_subannotations": true, 670 "allow_subannotations": true,
669 "cmd": [ 671 "cmd": [
670 "python", 672 "python",
671 "-u", 673 "-u",
672 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 674 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
673 "--target", 675 "--target",
674 "Release", 676 "Release",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", 708 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
707 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 709 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
708 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 710 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
709 }, 711 },
710 "name": "perf_test.foo", 712 "name": "perf_test.foo",
711 "~followup_annotations": [ 713 "~followup_annotations": [
712 "step returned non-zero exit code: 87", 714 "step returned non-zero exit code: 87",
713 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", 715 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@",
714 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 716 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
715 "@@@STEP_LOG_END@json.output (invalid)@@@", 717 "@@@STEP_LOG_END@json.output (invalid)@@@",
718 "@@@STEP_LOG_LINE@device affinity@0@@@",
719 "@@@STEP_LOG_END@device affinity@@@",
716 "@@@STEP_EXCEPTION@@@" 720 "@@@STEP_EXCEPTION@@@"
717 ] 721 ]
718 }, 722 },
719 { 723 {
720 "cmd": [ 724 "cmd": [
721 "python", 725 "python",
722 "-u", 726 "-u",
723 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", 727 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
724 "--action", 728 "--action",
725 "stop", 729 "stop",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 "@@@STEP_LOG_END@python.inline@@@" 822 "@@@STEP_LOG_END@python.inline@@@"
819 ] 823 ]
820 }, 824 },
821 { 825 {
822 "name": "$result", 826 "name": "$result",
823 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe rf_test.foo') returned 87\",)]", 827 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe rf_test.foo') returned 87\",)]",
824 "recipe_result": null, 828 "recipe_result": null,
825 "status_code": 1 829 "status_code": 1
826 } 830 }
827 ] 831 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698