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

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

Issue 1896113002: compile.py: explicitly pass gsutil.py path for uploading goma logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | Annotate | Revision Log
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 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "cleanup index.lock", 10 "name": "cleanup index.lock",
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "name": "generate_build_files" 184 "name": "generate_build_files"
185 }, 185 },
186 { 186 {
187 "cmd": [ 187 "cmd": [
188 "python", 188 "python",
189 "-u", 189 "-u",
190 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 190 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
191 "--show-path", 191 "--show-path",
192 "python", 192 "python",
193 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 193 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
194 "--gsutil-py-path",
195 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
194 "--ninja-path", 196 "--ninja-path",
195 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 197 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
196 "--target", 198 "--target",
197 "Debug", 199 "Debug",
198 "--src-dir", 200 "--src-dir",
199 "[SLAVE_BUILD]/src", 201 "[SLAVE_BUILD]/src",
200 "--goma-cache-dir", 202 "--goma-cache-dir",
201 "[GOMA_CACHE]", 203 "[GOMA_CACHE]",
202 "--build-tool", 204 "--build-tool",
203 "ninja", 205 "ninja",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 ], 259 ],
258 "cwd": "[SLAVE_BUILD]", 260 "cwd": "[SLAVE_BUILD]",
259 "name": "sizes" 261 "name": "sizes"
260 }, 262 },
261 { 263 {
262 "name": "$result", 264 "name": "$result",
263 "recipe_result": null, 265 "recipe_result": null,
264 "status_code": 0 266 "status_code": 0
265 } 267 }
266 ] 268 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698