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

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

Issue 2239293002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: pylint Created 4 years, 4 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 ] 155 ]
156 }, 156 },
157 { 157 {
158 "cmd": [], 158 "cmd": [],
159 "name": "ensure_goma" 159 "name": "ensure_goma"
160 }, 160 },
161 { 161 {
162 "cmd": [ 162 "cmd": [
163 "python", 163 "python",
164 "-u", 164 "-u",
165 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 165 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
166 "--platform", 166 "--platform",
167 "linux-amd64", 167 "linux-amd64",
168 "--dest-directory", 168 "--dest-directory",
169 "[SLAVE_BUILD]/cipd", 169 "[SLAVE_BUILD]/cipd",
170 "--json-output", 170 "--json-output",
171 "/path/to/tmp/json" 171 "/path/to/tmp/json"
172 ], 172 ],
173 "name": "ensure_goma.install cipd", 173 "name": "ensure_goma.install cipd",
174 "~followup_annotations": [ 174 "~followup_annotations": [
175 "@@@STEP_NEST_LEVEL@1@@@", 175 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 819 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
820 "@@@STEP_LOG_END@python.inline@@@" 820 "@@@STEP_LOG_END@python.inline@@@"
821 ] 821 ]
822 }, 822 },
823 { 823 {
824 "name": "$result", 824 "name": "$result",
825 "recipe_result": null, 825 "recipe_result": null,
826 "status_code": 0 826 "status_code": 0
827 } 827 }
828 ] 828 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698