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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/perf_tests_failure.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 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 "--blacklist-file", 843 "--blacklist-file",
844 "[SLAVE_BUILD]/src/out/bad_devices.json" 844 "[SLAVE_BUILD]/src/out/bad_devices.json"
845 ], 845 ],
846 "env": { 846 "env": {
847 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", 847 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
848 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 848 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
849 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 849 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
850 }, 850 },
851 "name": "page_cycler.foo", 851 "name": "page_cycler.foo",
852 "~followup_annotations": [ 852 "~followup_annotations": [
853 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@" 853 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@",
854 "@@@STEP_LOG_LINE@device affinity@0@@@",
855 "@@@STEP_LOG_END@device affinity@@@"
854 ] 856 ]
855 }, 857 },
856 { 858 {
857 "allow_subannotations": true, 859 "allow_subannotations": true,
858 "cmd": [ 860 "cmd": [
859 "python", 861 "python",
860 "-u", 862 "-u",
861 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 863 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
862 "--target", 864 "--target",
863 "Release", 865 "Release",
(...skipping 27 matching lines...) Expand all
891 ], 893 ],
892 "env": { 894 "env": {
893 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", 895 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
894 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 896 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
895 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 897 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
896 }, 898 },
897 "name": "perf_test.foo", 899 "name": "perf_test.foo",
898 "~followup_annotations": [ 900 "~followup_annotations": [
899 "step returned non-zero exit code: 1", 901 "step returned non-zero exit code: 1",
900 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", 902 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@",
903 "@@@STEP_LOG_LINE@device affinity@0@@@",
904 "@@@STEP_LOG_END@device affinity@@@",
901 "@@@STEP_FAILURE@@@" 905 "@@@STEP_FAILURE@@@"
902 ] 906 ]
903 }, 907 },
904 { 908 {
905 "cmd": [ 909 "cmd": [
906 "python", 910 "python",
907 "-u", 911 "-u",
908 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 912 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
909 "--", 913 "--",
910 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 914 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 }, 1039 },
1036 "name": "stack_tool_for_asan" 1040 "name": "stack_tool_for_asan"
1037 }, 1041 },
1038 { 1042 {
1039 "name": "$result", 1043 "name": "$result",
1040 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa iled with return_code 1\",)]", 1044 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa iled with return_code 1\",)]",
1041 "recipe_result": null, 1045 "recipe_result": null,
1042 "status_code": 1 1046 "status_code": 1
1043 } 1047 }
1044 ] 1048 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698