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

Side by Side Diff: scripts/slave/recipes/android/perf.expected/src_side_script_fails.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 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 ], 689 ],
690 "env": { 690 "env": {
691 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", 691 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
692 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 692 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
693 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 693 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
694 }, 694 },
695 "name": "page_cycler.foo", 695 "name": "page_cycler.foo",
696 "~followup_annotations": [ 696 "~followup_annotations": [
697 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", 697 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@",
698 "@@@STEP_LOG_LINE@json.output@[]@@@", 698 "@@@STEP_LOG_LINE@json.output@[]@@@",
699 "@@@STEP_LOG_END@json.output@@@" 699 "@@@STEP_LOG_END@json.output@@@",
700 "@@@STEP_LOG_LINE@device affinity@0@@@",
701 "@@@STEP_LOG_END@device affinity@@@"
700 ] 702 ]
701 }, 703 },
702 { 704 {
703 "allow_subannotations": true, 705 "allow_subannotations": true,
704 "cmd": [ 706 "cmd": [
705 "python", 707 "python",
706 "-u", 708 "-u",
707 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 709 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
708 "--target", 710 "--target",
709 "Release", 711 "Release",
(...skipping 29 matching lines...) Expand all
739 ], 741 ],
740 "env": { 742 "env": {
741 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", 743 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
742 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 744 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
743 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 745 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
744 }, 746 },
745 "name": "perf_test.foo", 747 "name": "perf_test.foo",
746 "~followup_annotations": [ 748 "~followup_annotations": [
747 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", 749 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@",
748 "@@@STEP_LOG_LINE@json.output@[]@@@", 750 "@@@STEP_LOG_LINE@json.output@[]@@@",
749 "@@@STEP_LOG_END@json.output@@@" 751 "@@@STEP_LOG_END@json.output@@@",
752 "@@@STEP_LOG_LINE@device affinity@0@@@",
753 "@@@STEP_LOG_END@device affinity@@@"
750 ] 754 ]
751 }, 755 },
752 { 756 {
753 "cmd": [ 757 "cmd": [
754 "python", 758 "python",
755 "-u", 759 "-u",
756 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", 760 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
757 "--action", 761 "--action",
758 "stop", 762 "stop",
759 "--pid-file-path", 763 "--pid-file-path",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 "@@@STEP_LOG_END@python.inline@@@" 855 "@@@STEP_LOG_END@python.inline@@@"
852 ] 856 ]
853 }, 857 },
854 { 858 {
855 "name": "$result", 859 "name": "$result",
856 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_ info']\",)]", 860 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_ info']\",)]",
857 "recipe_result": null, 861 "recipe_result": null,
858 "status_code": 1 862 "status_code": 1
859 } 863 }
860 ] 864 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698