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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/last_known_devices_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 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 "--blacklist-file", 845 "--blacklist-file",
846 "[SLAVE_BUILD]/src/out/bad_devices.json" 846 "[SLAVE_BUILD]/src/out/bad_devices.json"
847 ], 847 ],
848 "env": { 848 "env": {
849 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", 849 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
850 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 850 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
851 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 851 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
852 }, 852 },
853 "name": "page_cycler.foo", 853 "name": "page_cycler.foo",
854 "~followup_annotations": [ 854 "~followup_annotations": [
855 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@" 855 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@",
856 "@@@STEP_LOG_LINE@device affinity@0@@@",
857 "@@@STEP_LOG_END@device affinity@@@"
856 ] 858 ]
857 }, 859 },
858 { 860 {
859 "allow_subannotations": true, 861 "allow_subannotations": true,
860 "cmd": [ 862 "cmd": [
861 "python", 863 "python",
862 "-u", 864 "-u",
863 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 865 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
864 "--target", 866 "--target",
865 "Release", 867 "Release",
(...skipping 25 matching lines...) Expand all
891 "--get-output-dir-archive", 893 "--get-output-dir-archive",
892 "[TMP_BASE]/perf_archives_tmp_1/output_dir.zip" 894 "[TMP_BASE]/perf_archives_tmp_1/output_dir.zip"
893 ], 895 ],
894 "env": { 896 "env": {
895 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", 897 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
896 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 898 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
897 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 899 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
898 }, 900 },
899 "name": "perf_test.foo", 901 "name": "perf_test.foo",
900 "~followup_annotations": [ 902 "~followup_annotations": [
901 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@" 903 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@",
904 "@@@STEP_LOG_LINE@device affinity@0@@@",
905 "@@@STEP_LOG_END@device affinity@@@"
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",
911 "----", 915 "----",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1058 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1055 }, 1059 },
1056 "name": "stack_tool_for_asan" 1060 "name": "stack_tool_for_asan"
1057 }, 1061 },
1058 { 1062 {
1059 "name": "$result", 1063 "name": "$result",
1060 "recipe_result": null, 1064 "recipe_result": null,
1061 "status_code": 0 1065 "status_code": 0
1062 } 1066 }
1063 ] 1067 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698