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

Side by Side Diff: scripts/slave/recipes/cronet.expected/cronet_try.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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 ] 161 ]
162 }, 162 },
163 { 163 {
164 "cmd": [], 164 "cmd": [],
165 "name": "ensure_goma" 165 "name": "ensure_goma"
166 }, 166 },
167 { 167 {
168 "cmd": [ 168 "cmd": [
169 "python", 169 "python",
170 "-u", 170 "-u",
171 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 171 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
172 "--platform", 172 "--platform",
173 "linux-amd64", 173 "linux-amd64",
174 "--dest-directory", 174 "--dest-directory",
175 "[SLAVE_BUILD]/cipd", 175 "[SLAVE_BUILD]/cipd",
176 "--json-output", 176 "--json-output",
177 "/path/to/tmp/json" 177 "/path/to/tmp/json"
178 ], 178 ],
179 "name": "ensure_goma.install cipd", 179 "name": "ensure_goma.install cipd",
180 "~followup_annotations": [ 180 "~followup_annotations": [
181 "@@@STEP_NEST_LEVEL@1@@@", 181 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 702 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
703 "@@@STEP_LOG_END@python.inline@@@" 703 "@@@STEP_LOG_END@python.inline@@@"
704 ] 704 ]
705 }, 705 },
706 { 706 {
707 "name": "$result", 707 "name": "$result",
708 "recipe_result": null, 708 "recipe_result": null,
709 "status_code": 0 709 "status_code": 0
710 } 710 }
711 ] 711 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698