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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_builder_asan.json

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", 141 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@",
142 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 142 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
143 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@", 143 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@",
144 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", 144 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@",
145 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", 145 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@",
146 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" , 146 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
147 "@@@STEP_LOG_END@python.inline@@@" 147 "@@@STEP_LOG_END@python.inline@@@"
148 ] 148 ]
149 }, 149 },
150 { 150 {
151 "cmd": [],
152 "name": "ensure_goma" 151 "name": "ensure_goma"
153 }, 152 },
154 { 153 {
155 "cmd": [ 154 "cmd": [
156 "python", 155 "python",
157 "-u", 156 "-u",
158 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 157 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
159 "--platform", 158 "--platform",
160 "linux-amd64", 159 "linux-amd64",
161 "--dest-directory", 160 "--dest-directory",
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 }, 532 },
534 { 533 {
535 "cmd": [ 534 "cmd": [
536 "[SLAVE_BUILD]/src/tools/clang/scripts/update.py", 535 "[SLAVE_BUILD]/src/tools/clang/scripts/update.py",
537 "--print-clang-version" 536 "--print-clang-version"
538 ], 537 ],
539 "name": "get_clang_version", 538 "name": "get_clang_version",
540 "stdout": "/path/to/tmp/" 539 "stdout": "/path/to/tmp/"
541 }, 540 },
542 { 541 {
543 "cmd": [],
544 "name": "Set up ASAN on devices" 542 "name": "Set up ASAN on devices"
545 }, 543 },
546 { 544 {
547 "cmd": [ 545 "cmd": [
548 "python", 546 "python",
549 "-u", 547 "-u",
550 "RECIPE_MODULE[build::adb]/resources/list_devices.py", 548 "RECIPE_MODULE[build::adb]/resources/list_devices.py",
551 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']", 549 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']",
552 "/path/to/tmp/json" 550 "/path/to/tmp/json"
553 ], 551 ],
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 "[SLAVE_BUILD]/src/out/Release/full_log" 775 "[SLAVE_BUILD]/src/out/Release/full_log"
778 ], 776 ],
779 "env": { 777 "env": {
780 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", 778 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
781 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 779 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
782 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 780 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
783 }, 781 },
784 "name": "stack_tool_for_asan" 782 "name": "stack_tool_for_asan"
785 }, 783 },
786 { 784 {
787 "cmd": [],
788 "name": "Tear down ASAN on devices" 785 "name": "Tear down ASAN on devices"
789 }, 786 },
790 { 787 {
791 "cmd": [ 788 "cmd": [
792 "[SLAVE_BUILD]/src/tools/android/asan/third_party/asan_device_setup.sh", 789 "[SLAVE_BUILD]/src/tools/android/asan/third_party/asan_device_setup.sh",
793 "--revert", 790 "--revert",
794 "--device", 791 "--device",
795 "07a00ca4" 792 "07a00ca4"
796 ], 793 ],
797 "env": { 794 "env": {
(...skipping 24 matching lines...) Expand all
822 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 819 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
823 "@@@STEP_LOG_END@python.inline@@@" 820 "@@@STEP_LOG_END@python.inline@@@"
824 ] 821 ]
825 }, 822 },
826 { 823 {
827 "name": "$result", 824 "name": "$result",
828 "recipe_result": null, 825 "recipe_result": null,
829 "status_code": 0 826 "status_code": 0
830 } 827 }
831 ] 828 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698