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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_basic.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 25 matching lines...) Expand all
889 "--get-output-dir-archive", 891 "--get-output-dir-archive",
890 "[TMP_BASE]/perf_archives_tmp_1/output_dir.zip" 892 "[TMP_BASE]/perf_archives_tmp_1/output_dir.zip"
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_TEXT@<br/>Device Affinity: 0<br/>@@@" 901 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@",
902 "@@@STEP_LOG_LINE@device affinity@0@@@",
903 "@@@STEP_LOG_END@device affinity@@@"
900 ] 904 ]
901 }, 905 },
902 { 906 {
903 "cmd": [ 907 "cmd": [
904 "python", 908 "python",
905 "-u", 909 "-u",
906 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 910 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
907 "--", 911 "--",
908 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 912 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
909 "----", 913 "----",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1056 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1053 }, 1057 },
1054 "name": "stack_tool_for_asan" 1058 "name": "stack_tool_for_asan"
1055 }, 1059 },
1056 { 1060 {
1057 "name": "$result", 1061 "name": "$result",
1058 "recipe_result": null, 1062 "recipe_result": null,
1059 "status_code": 0 1063 "status_code": 0
1060 } 1064 }
1061 ] 1065 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698