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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Android_deterministic.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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "name": "gclient runhooks" 165 "name": "gclient runhooks"
166 }, 166 },
167 { 167 {
168 "cmd": [ 168 "cmd": [
169 "python", 169 "python",
170 "-u", 170 "-u",
171 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 171 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
172 "--show-path", 172 "--show-path",
173 "python", 173 "python",
174 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 174 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
175 "--gsutil-py-path",
176 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
175 "--ninja-path", 177 "--ninja-path",
176 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 178 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
177 "--target", 179 "--target",
178 "Release", 180 "Release",
179 "--src-dir", 181 "--src-dir",
180 "[SLAVE_BUILD]/src", 182 "[SLAVE_BUILD]/src",
181 "--goma-cache-dir", 183 "--goma-cache-dir",
182 "[GOMA_CACHE]", 184 "[GOMA_CACHE]",
183 "--build-tool", 185 "--build-tool",
184 "ninja", 186 "ninja",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "name": "gclient runhooks (2)" 258 "name": "gclient runhooks (2)"
257 }, 259 },
258 { 260 {
259 "cmd": [ 261 "cmd": [
260 "python", 262 "python",
261 "-u", 263 "-u",
262 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 264 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
263 "--show-path", 265 "--show-path",
264 "python", 266 "python",
265 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 267 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
268 "--gsutil-py-path",
269 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
266 "--ninja-path", 270 "--ninja-path",
267 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 271 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
268 "--target", 272 "--target",
269 "Release", 273 "Release",
270 "--src-dir", 274 "--src-dir",
271 "[SLAVE_BUILD]/src", 275 "[SLAVE_BUILD]/src",
272 "--goma-cache-dir", 276 "--goma-cache-dir",
273 "[GOMA_CACHE]", 277 "[GOMA_CACHE]",
274 "--build-tool", 278 "--build-tool",
275 "ninja", 279 "ninja",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 ], 345 ],
342 "cwd": "[SLAVE_BUILD]", 346 "cwd": "[SLAVE_BUILD]",
343 "name": "compare_build_artifacts" 347 "name": "compare_build_artifacts"
344 }, 348 },
345 { 349 {
346 "name": "$result", 350 "name": "$result",
347 "recipe_result": null, 351 "recipe_result": null,
348 "status_code": 0 352 "status_code": 0
349 } 353 }
350 ] 354 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698